Searched refs:EM_BPF (Results 1 – 5 of 5) sorted by relevance
52 #define EM_BPF 247 /* Linux BPF - in-kernel virtual machine */ macro
30 #ifndef EM_BPF31 #define EM_BPF 247 macro
325 linker->elf_hdr->e_machine = EM_BPF; in init_output_elf()586 || ehdr->e_machine != EM_BPF in linker_load_obj_file()
1382 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()
377 if (!ehdr || ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) in is_bpf_obj_file()