Searched refs:EM_BPF (Results 1 – 4 of 4) sorted by relevance
46 #ifndef EM_BPF47 #define EM_BPF 247 macro
379 linker->elf_hdr->e_machine = EM_BPF; in init_output_elf()718 || ehdr->e_machine != EM_BPF in linker_load_obj_file()
1624 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()
486 if (!ehdr || ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) in is_bpf_obj_file()
Completed in 38 milliseconds