Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/RISCV/
Dfixups-diff.ll25 ; RELAX: 0x22 R_RISCV_ADD32 - 0x0
27 ; RELAX: 0x2B R_RISCV_ADD32 - 0x0
29 ; NORELAX-NOT: R_RISCV_ADD32
/external/llvm-project/llvm/test/MC/RISCV/
Dfixups-expr.s35 # RELAX: 0x10 R_RISCV_ADD32 .L2 0x0
37 # RELAX: 0x14 R_RISCV_ADD32 G2 0x0
Dfde-reloc.s13 # RELAX-RELOC-NEXT: 0x20 R_RISCV_ADD32 - 0x0
/external/elfutils/backends/
Driscv_symbol.c63 case R_RISCV_ADD32: in riscv_reloc_simple_type()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DRISCV.def37 ELF_RELOC(R_RISCV_ADD32, 35)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def37 ELF_RELOC(R_RISCV_ADD32, 35)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def37 ELF_RELOC(R_RISCV_ADD32, 35)
/external/llvm-project/llvm/test/DebugInfo/RISCV/
Ddwarf-riscv-relocs.ll9 ; READOBJ-RELOCS: 0x1B R_RISCV_ADD32 - 0x0
12 ; READOBJ-RELOCS: 0x20 R_RISCV_ADD32 - 0x0
Drelax-debug-frame.ll8 ; RELAX-NEXT: 0x20 R_RISCV_ADD32 - 0x0
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp112 return ELF::R_RISCV_ADD32; in getRelocType()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp114 return ELF::R_RISCV_ADD32; in getRelocType()
/external/llvm-project/lld/ELF/Arch/
DRISCV.cpp203 case R_RISCV_ADD32: in getRelExpr()
398 case R_RISCV_ADD32: in relocate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp350 case ELF::R_RISCV_ADD32: in supportsRISCV()
383 case ELF::R_RISCV_ADD32: in resolveRISCV()
/external/llvm-project/llvm/lib/Object/
DRelocationResolver.cpp418 case ELF::R_RISCV_ADD32: in supportsRISCV()
453 case ELF::R_RISCV_ADD32: in resolveRISCV()
/external/elfutils/libelf/
Delf.h3932 #define R_RISCV_ADD32 35 macro