Home
last modified time | relevance | path

Searched refs:R_BPF_64_32 (Results 1 – 10 of 10) sorted by relevance

/third_party/elfutils/tests/
Dtestfile-bpf-reloc.expect.bz21testfile-bpf-reloc.o: elf64-elf_bpf 2 3 4RELOCATION RECORDS FOR [ ...
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFELFObjectWriter.cpp49 return ELF::R_BPF_64_32; in getRelocType()
82 return ELF::R_BPF_64_32; in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DBPF.def8 ELF_RELOC(R_BPF_64_32, 10)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DBPF.def8 ELF_RELOC(R_BPF_64_32, 10)
/third_party/elfutils/backends/
Dbpf_symbol.c50 case R_BPF_64_32: in bpf_reloc_simple_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp84 case ELF::R_BPF_64_32: in supportsBPF()
94 case ELF::R_BPF_64_32: in resolveBPF()
/third_party/libbpf/src/
Dlibbpf_internal.h88 #ifndef R_BPF_64_32
89 #define R_BPF_64_32 10 macro
Dlinker.c890 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos()
/third_party/elfutils/libelf/
Delf.h4021 #define R_BPF_64_32 10 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp896 case ELF::R_BPF_64_32: { in resolveBPFRelocation()