/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/ |
H A D | BPFELFObjectWriter.cpp | 35 : MCELFObjectTargetWriter(/*Is64Bit*/ true, OSABI, ELF::EM_BPF, in BPFELFObjectWriter()
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_e_machine_string.c | 397 case EM_BPF: in dwelf_elf_e_machine_string()
|
/third_party/libbpf/src/ |
H A D | libbpf_internal.h | 75 #ifndef EM_BPF 76 #define EM_BPF 247 macro
|
H A D | linker.c | 325 linker->elf_hdr->e_machine = EM_BPF; in init_output_elf() 586 || ehdr->e_machine != EM_BPF in linker_load_obj_file()
|
H A D | libbpf.c | 1461 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 134 case ELF::EM_BPF: in getELFRelocationTypeName() 192 case ELF::EM_BPF: in getELFRelativeRelocationType()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 317 #define EM_BPF 247 // Linux BPF – in-kernel virtual machine macro
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 149 { bpf_init, "elf_bpf", "bpf", 3, EM_BPF, 0, 0 },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 312 EM_BPF = 247, // Linux kernel bpf virtual machine enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 313 EM_BPF = 247, // Linux kernel bpf virtual machine enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1111 case ELF::EM_BPF: in getFileFormatName() 1188 case ELF::EM_BPF: in getArch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 223 ECase(EM_BPF); in enumeration() 654 case ELF::EM_BPF: in enumeration()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 340 { EM_BPF, "Linux BPF – in-kernel virtual machine" },
|
H A D | elf_types.hpp | 296 constexpr Elf_Half EM_BPF = 247; // Linux BPF – in-kernel virtual machine member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 316 #define EM_BPF 247 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 316 #define EM_BPF 247 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 316 #define EM_BPF 247 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 316 #define EM_BPF 247 macro
|
/third_party/musl/include/ |
H A D | elf.h | 316 #define EM_BPF 247 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 359 #define EM_BPF 247 /* Linux BPF -- in-kernel virtual machine */ macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 332 EM_TILEGX, EM_TILEPRO, EM_AARCH64, EM_BPF, EM_RISCV, EM_CSKY
|