Home
last modified time | relevance | path

Searched refs:R_RISCV_SUB32 (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/llvm/test/MC/RISCV/
Dfixups-expr.s36 # RELAX: 0x10 R_RISCV_SUB32 .L1 0x0
38 # RELAX: 0x14 R_RISCV_SUB32 G1 0x0
Dfde-reloc.s14 # RELAX-RELOC-NEXT: 0x20 R_RISCV_SUB32 - 0x0
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dfixups-diff.ll26 ; RELAX: 0x22 R_RISCV_SUB32 - 0x0
28 ; RELAX: 0x2B R_RISCV_SUB32 - 0x0
/external/elfutils/backends/
Driscv_symbol.c66 case R_RISCV_SUB32: in riscv_reloc_simple_type()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DRISCV.def41 ELF_RELOC(R_RISCV_SUB32, 39)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def41 ELF_RELOC(R_RISCV_SUB32, 39)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def41 ELF_RELOC(R_RISCV_SUB32, 39)
/external/llvm-project/llvm/test/DebugInfo/RISCV/
Ddwarf-riscv-relocs.ll10 ; READOBJ-RELOCS-NEXT: 0x1B R_RISCV_SUB32 - 0x0
13 ; READOBJ-RELOCS-NEXT: 0x20 R_RISCV_SUB32 - 0x0
Drelax-debug-frame.ll9 ; RELAX-NEXT: 0x20 R_RISCV_SUB32 - 0x0
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp122 return ELF::R_RISCV_SUB32; in getRelocType()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp124 return ELF::R_RISCV_SUB32; in getRelocType()
/external/llvm-project/lld/ELF/Arch/
DRISCV.cpp212 case R_RISCV_SUB32: in getRelExpr()
413 case R_RISCV_SUB32: in relocate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp351 case ELF::R_RISCV_SUB32: in supportsRISCV()
385 case ELF::R_RISCV_SUB32: in resolveRISCV()
/external/llvm-project/llvm/lib/Object/
DRelocationResolver.cpp419 case ELF::R_RISCV_SUB32: in supportsRISCV()
455 case ELF::R_RISCV_SUB32: in resolveRISCV()
/external/elfutils/libelf/
Delf.h3936 #define R_RISCV_SUB32 39 macro