Home
last modified time | relevance | path

Searched refs:R_RISCV_32_PCREL (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/test/MC/RISCV/
Dreloc-directive.s11 # PRINT: .reloc 0, R_RISCV_32_PCREL, 5
18 # CHECK-NEXT: 0x0 R_RISCV_32_PCREL - 0x5
29 .reloc 0, R_RISCV_32_PCREL, 5
Dfde-reloc.s12 # RELAX-RELOC-NEXT: 0x1C R_RISCV_32_PCREL - 0x0
18 # NORELAX-RELOC-NEXT: 0x1C R_RISCV_32_PCREL - 0x0
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp62 return ELF::R_RISCV_32_PCREL; in getRelocType()
103 return ELF::R_RISCV_32_PCREL; in getRelocType()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp64 return ELF::R_RISCV_32_PCREL; in getRelocType()
105 return ELF::R_RISCV_32_PCREL; in getRelocType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def59 ELF_RELOC(R_RISCV_32_PCREL, 57)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def59 ELF_RELOC(R_RISCV_32_PCREL, 57)
/external/llvm-project/llvm/test/DebugInfo/RISCV/
Drelax-debug-frame.ll7 ; RELAX-NEXT: 0x1C R_RISCV_32_PCREL - 0x0
/external/llvm-project/lld/ELF/Arch/
DRISCV.cpp220 case R_RISCV_32_PCREL: in getRelExpr()
429 case R_RISCV_32_PCREL: in relocate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp342 case ELF::R_RISCV_32_PCREL: in supportsRISCV()
367 case ELF::R_RISCV_32_PCREL: in resolveRISCV()
/external/llvm-project/llvm/lib/Object/
DRelocationResolver.cpp410 case ELF::R_RISCV_32_PCREL: in supportsRISCV()
437 case ELF::R_RISCV_32_PCREL: in resolveRISCV()
/external/elfutils/libelf/
Delf.h3954 #define R_RISCV_32_PCREL 57 macro