Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Delf-em.h52 #define EM_BPF 247 /* Linux BPF - in-kernel virtual machine */ macro
/linux-6.6.21/tools/lib/bpf/
Dlibbpf_internal.h30 #ifndef EM_BPF
31 #define EM_BPF 247 macro
Dlinker.c325 linker->elf_hdr->e_machine = EM_BPF; in init_output_elf()
586 || ehdr->e_machine != EM_BPF in linker_load_obj_file()
Dlibbpf.c1382 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()
/linux-6.6.21/tools/testing/selftests/bpf/
Dveristat.c377 if (!ehdr || ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) in is_bpf_obj_file()