Home
last modified time | relevance | path

Searched refs:R_RISCV_RELATIVE (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lld/test/ELF/
Driscv32-reloc-32-pic.s13 # RELOC-NEXT: 0x31FC R_RISCV_RELATIVE - 0x31FC
Driscv64-reloc-64-pic.s13 # RELOC-NEXT: 0x3350 R_RISCV_RELATIVE - 0x3350
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DRISCV.def9 ELF_RELOC(R_RISCV_RELATIVE, 3)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def9 ELF_RELOC(R_RISCV_RELATIVE, 3)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def9 ELF_RELOC(R_RISCV_RELATIVE, 3)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp183 return ELF::R_RISCV_RELATIVE; in getELFRelativeRelocationType()
/external/llvm-project/llvm/lib/Object/
DELF.cpp197 return ELF::R_RISCV_RELATIVE; in getELFRelativeRelocationType()
/external/llvm-project/lld/ELF/Arch/
DRISCV.cpp78 relativeRel = R_RISCV_RELATIVE; in RISCV()
/external/elfutils/libelf/
Delf.h3904 #define R_RISCV_RELATIVE 3 macro