Home
last modified time | relevance | path

Searched refs:R_BPF_64_64 (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.cpp46 return ELF::R_BPF_64_64; in getRelocType()
51 return ELF::R_BPF_64_64; in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DBPF.def7 ELF_RELOC(R_BPF_64_64, 1)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DBPF.def7 ELF_RELOC(R_BPF_64_64, 1)
/third_party/elfutils/backends/
Dbpf_symbol.c48 case R_BPF_64_64: in bpf_reloc_simple_type()
/third_party/libbpf/src/
Dlibbpf_internal.h33 #ifndef R_BPF_64_64
34 #define R_BPF_64_64 1 macro
Dlinker.c890 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp85 case ELF::R_BPF_64_64: in supportsBPF()
96 case ELF::R_BPF_64_64: in resolveBPF()
/third_party/elfutils/libelf/
Delf.h4020 #define R_BPF_64_64 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp890 case ELF::R_BPF_64_64: { in resolveBPFRelocation()