Searched refs:EM_BPF (Results 1 – 4 of 4) sorted by relevance
52 #define EM_BPF 247 /* Linux BPF - in-kernel virtual machine */ macro
30 #ifndef EM_BPF31 #define EM_BPF 247 macro
324 linker->elf_hdr->e_machine = EM_BPF; in init_output_elf()585 || ehdr->e_machine != EM_BPF in linker_load_obj_file()
1291 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()
Completed in 28 milliseconds