Home
last modified time | relevance | path

Searched refs:R_RISCV_PCREL_HI20 (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/llvm/test/MC/RISCV/
Dpcrel-fixups.s28 # RELAX: R_RISCV_PCREL_HI20 local_function
44 # RELAX: R_RISCV_PCREL_HI20 local_function
66 # RELAX: R_RISCV_PCREL_HI20 local_function
78 # NORELAX: R_RISCV_PCREL_HI20 global_function
83 # RELAX: R_RISCV_PCREL_HI20 global_function
93 # NORELAX: R_RISCV_PCREL_HI20 weak_function
98 # RELAX: R_RISCV_PCREL_HI20 weak_function
Dlinker-relaxation.s50 # NORELAX-RELOC: R_RISCV_PCREL_HI20 foo 0x0
52 # RELAX-RELOC: R_RISCV_PCREL_HI20 foo 0x0
117 # NORELAX-RELOC-NOT: R_RISCV_PCREL_HI20
119 # RELAX-RELOC: R_RISCV_PCREL_HI20 bar 0x0
Doption-pushpop.s97 # CHECK-RELOC: R_RISCV_PCREL_HI20 symbol 0x0
115 # CHECK-RELOC: R_RISCV_PCREL_HI20 symbol 0x0
Drelocations.s79 # RELOC: R_RISCV_PCREL_HI20 foo 0x0
84 # RELOC: R_RISCV_PCREL_HI20 foo 0x4
Doption-nopic.s27 # CHECK-RELOC: R_RISCV_PCREL_HI20 symbol 0x0
Doption-relax.s69 # CHECK-RELOC-NEXT: R_RISCV_PCREL_HI20 .L1
Drv32i-valid.s65 # CHECK-OBJ: R_RISCV_PCREL_HI20 foo
/external/llvm-project/lld/test/ELF/
Driscv-undefined-weak.s28 # RELOC-NEXT: 0x8 R_RISCV_PCREL_HI20 target 0x0
30 # RELOC-NEXT: 0x10 R_RISCV_PCREL_HI20 target 0x2
Driscv-pcrel-hilo.s34 # ERROR: relocation R_RISCV_PCREL_HI20 out of range: 524288 is not in [-524288, 524287]; references…
35 # ERROR: relocation R_RISCV_PCREL_HI20 out of range: -524289 is not in [-524288, 524287]; reference…
Driscv-gp.s25 # ERR: error: relocation R_RISCV_PCREL_HI20 cannot be used against symbol __global_pointer$; recomp…
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DRISCV.def25 ELF_RELOC(R_RISCV_PCREL_HI20, 23)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def25 ELF_RELOC(R_RISCV_PCREL_HI20, 23)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def25 ELF_RELOC(R_RISCV_PCREL_HI20, 23)
/external/llvm-project/lld/ELF/Arch/
DRISCV.cpp217 case R_RISCV_PCREL_HI20: in getRelExpr()
354 relocateNoSym(loc, R_RISCV_PCREL_HI20, val); in relocate()
361 case R_RISCV_PCREL_HI20: in relocate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp64 return ELF::R_RISCV_PCREL_HI20; in getRelocType()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp66 return ELF::R_RISCV_PCREL_HI20; in getRelocType()
/external/llvm-project/lld/ELF/
DInputSection.cpp616 if (it->type == R_RISCV_PCREL_HI20 || it->type == R_RISCV_GOT_HI20 || in getRISCVPCRelHi20()
/external/elfutils/libelf/
Delf.h3920 #define R_RISCV_PCREL_HI20 23 macro