Home
last modified time | relevance | path

Searched refs:EM_BPF (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
A Delf-em.h52 #define EM_BPF 247 /* Linux BPF - in-kernel virtual machine */ macro
/linux/tools/lib/bpf/
A Dlibbpf_internal.h30 #ifndef EM_BPF
31 #define EM_BPF 247 macro
A Dlinker.c324 linker->elf_hdr->e_machine = EM_BPF; in init_output_elf()
585 || ehdr->e_machine != EM_BPF in linker_load_obj_file()
A Dlibbpf.c1291 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()

Completed in 28 milliseconds