Searched refs:R_PC (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | ARM.cpp | 93 return R_PC; in getRelExpr() 116 return config->target1Rel ? R_PC : R_ABS; in getRelExpr() 119 return R_PC; in getRelExpr() 139 return R_PC; in getRelExpr() 312 if (s.isFunc() && expr == R_PC && (s.getVA() & 1)) in needsThunk()
|
| H A D | MSP430.cpp | 56 return R_PC; in getRelExpr()
|
| H A D | AMDGPU.cpp | 168 return R_PC; in getRelExpr()
|
| H A D | SPARCV9.cpp | 68 return R_PC; in getRelExpr()
|
| H A D | AVR.cpp | 83 return R_PC; in getRelExpr()
|
| H A D | Hexagon.cpp | 113 return R_PC; in getRelExpr()
|
| H A D | Mips.cpp | 100 return R_PC; in getRelExpr() 162 return R_PC; in getRelExpr()
|
| H A D | PPC.cpp | 241 return R_PC; in getRelExpr()
|
| H A D | X86.cpp | 99 return R_PC; in getRelExpr()
|
| H A D | AArch64.cpp | 141 return R_PC; in getRelExpr()
|
| H A D | X86_64.cpp | 350 return R_PC; in getRelExpr()
|
| H A D | RISCV.cpp | 269 return R_PC; in getRelExpr()
|
| H A D | PPC64.cpp | 995 return R_PC; in getRelExpr()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Relocations.h | 45 R_PC, enumerator
|
| H A D | ARMErrataFix.cpp | 457 sr.rel->expr = R_PC; in implementPatch() 474 Relocation{R_PC, type, sr.off, -4, psec->patchSym}); in implementPatch()
|
| H A D | AArch64ErrataFix.cpp | 561 return Relocation{R_PC, R_AARCH64_JUMP26, offset, 0, patchSym}; in implementPatch()
|
| H A D | Relocations.cpp | 209 return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_MIPS_GOTREL, R_PPC64_CALL, in isRelExpr() 219 case R_PC: in toPlt() 234 return R_PC; in fromPlt()
|
| H A D | InputSection.cpp | 705 case R_PC: in getRelocTargetVA() 913 if (expr != R_PC && expr != R_ARM_PCA) { in relocateNonAlloc()
|