Home
last modified time | relevance | path

Searched refs:R_RISCV_64 (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lld/test/ELF/
Driscv64-reloc-64-pic.s7 ## R_RISCV_64 is an absolute relocation type.
14 # RELOC-NEXT: 0x3348 R_RISCV_64 a 0
Driscv-reloc-got.s32 # RELOC64-NEXT: 0x12368 R_RISCV_64 b 0x0
40 ## .got[2] = 0 (relocated by R_RISCV_64 at runtime)
Driscv-undefined-weak.s68 # RELOC: 0x0 R_RISCV_64 target 0x3
/external/elfutils/backends/
Driscv_symbol.c55 case R_RISCV_64: in riscv_reloc_simple_type()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DRISCV.def8 ELF_RELOC(R_RISCV_64, 2)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def8 ELF_RELOC(R_RISCV_64, 2)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def8 ELF_RELOC(R_RISCV_64, 2)
/external/llvm-project/lld/ELF/Arch/
DRISCV.cpp81 symbolicRel = R_RISCV_64; in RISCV()
195 case R_RISCV_64: in getRelExpr()
268 case R_RISCV_64: in relocate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp106 return ELF::R_RISCV_64; in getRelocType()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp108 return ELF::R_RISCV_64; in getRelocType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp343 case ELF::R_RISCV_64: in supportsRISCV()
369 case ELF::R_RISCV_64: in resolveRISCV()
/external/llvm-project/llvm/lib/Object/
DRelocationResolver.cpp411 case ELF::R_RISCV_64: in supportsRISCV()
439 case ELF::R_RISCV_64: in resolveRISCV()
/external/llvm-project/llvm/test/MC/RISCV/
Drelocations.s15 # RELOC: R_RISCV_64 foo
/external/elfutils/libelf/
Delf.h3903 #define R_RISCV_64 2 macro