Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFELFObjectWriter.cpp35 : MCELFObjectTargetWriter(/*Is64Bit*/ true, OSABI, ELF::EM_BPF, in BPFELFObjectWriter()
/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c397 case EM_BPF: in dwelf_elf_e_machine_string()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp134 case ELF::EM_BPF: in getELFRelocationTypeName()
192 case ELF::EM_BPF: in getELFRelativeRelocationType()
/third_party/libbpf/src/
Dlibbpf_internal.h75 #ifndef EM_BPF
76 #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.c1461 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) {
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp317 #define EM_BPF 247 // Linux BPF – in-kernel virtual machine macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h312 EM_BPF = 247, // Linux kernel bpf virtual machine enumerator
/third_party/elfutils/libebl/
Deblopenbackend.c149 { bpf_init, "elf_bpf", "bpf", 3, EM_BPF, 0, 0 },
DChangeLog300 * eblopenbackend.c (machines): Add EM_BPF entry.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h1111 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/include/llvm/BinaryFormat/
DELF.h313 EM_BPF = 247, // Linux kernel bpf virtual machine enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp223 ECase(EM_BPF); in enumeration()
654 case ELF::EM_BPF: in enumeration()
/third_party/elfio/elfio/
Delfio_dump.hpp340 { EM_BPF, "Linux BPF – in-kernel virtual machine" },
Delf_types.hpp296 constexpr Elf_Half EM_BPF = 247; // Linux BPF – in-kernel virtual machine variable
/third_party/musl/porting/linux/user/include/
Delf.h316 #define EM_BPF 247 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h316 #define EM_BPF 247 macro
/third_party/musl/include/
Delf.h316 #define EM_BPF 247 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h316 #define EM_BPF 247 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h316 #define EM_BPF 247 macro
/third_party/elfutils/libelf/
Delf.h359 #define EM_BPF 247 /* Linux BPF -- in-kernel virtual machine */ macro
/third_party/elfutils/
DNEWS362 libasm: Add eBPF disassembler for EM_BPF files.
/third_party/elfutils/config/
Delfutils.spec.in595 - libasm: Add eBPF disassembler for EM_BPF files.
/third_party/elfutils/src/
Delflint.c332 EM_TILEGX, EM_TILEPRO, EM_AARCH64, EM_BPF, EM_RISCV, EM_CSKY
DChangeLog1713 * elflint.c (valid_e_machine): Add EM_BPF.