Home
last modified time | relevance | path

Searched refs:R_RISCV_32 (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/test/MC/RISCV/
Dreloc-directive.s9 # PRINT: .reloc 0, R_RISCV_32, .data+2
16 # CHECK-NEXT: 0x0 R_RISCV_32 .data 0x2
27 .reloc 0, R_RISCV_32, .data+2
Drelocations.s12 # RELOC: R_RISCV_32 foo
/external/llvm-project/lld/test/ELF/
Driscv32-reloc-32-pic.s7 ## R_RISCV_32 is an absolute relocation type.
14 # RELOC-NEXT: 0x31F8 R_RISCV_32 a 0
Driscv-reloc-64-pic.s5 # CHECK: error: relocation R_RISCV_32 cannot be used against symbol a
Driscv-undefined-weak.s69 # RELOC-NEXT: 0x8 R_RISCV_32 target 0x4
Driscv-reloc-got.s28 # RELOC32-NEXT: 0x12214 R_RISCV_32 b 0x0
/external/elfutils/backends/
Driscv_symbol.c52 case R_RISCV_32: in riscv_reloc_simple_type()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DRISCV.def7 ELF_RELOC(R_RISCV_32, 1)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def7 ELF_RELOC(R_RISCV_32, 1)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def7 ELF_RELOC(R_RISCV_32, 1)
/external/llvm-project/lld/ELF/Arch/
DRISCV.cpp86 symbolicRel = R_RISCV_32; in RISCV()
194 case R_RISCV_32: in getRelExpr()
265 case R_RISCV_32: in relocate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp104 return ELF::R_RISCV_32; in getRelocType()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp106 return ELF::R_RISCV_32; in getRelocType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp341 case ELF::R_RISCV_32: in supportsRISCV()
365 case ELF::R_RISCV_32: in resolveRISCV()
/external/llvm-project/llvm/lib/Object/
DRelocationResolver.cpp409 case ELF::R_RISCV_32: in supportsRISCV()
435 case ELF::R_RISCV_32: in resolveRISCV()
/external/elfutils/libelf/
Delf.h3902 #define R_RISCV_32 1 macro