Searched refs:EM_BPF (Results 1 – 3 of 3) sorted by relevance
52 #define EM_BPF 247 /* Linux BPF - in-kernel virtual machine */ macro
505 if (!ehdr || ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) in should_process_file_prog()
1652 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()