Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DARM.cpp93 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 DMSP430.cpp56 return R_PC; in getRelExpr()
H A DAMDGPU.cpp168 return R_PC; in getRelExpr()
H A DSPARCV9.cpp68 return R_PC; in getRelExpr()
H A DAVR.cpp83 return R_PC; in getRelExpr()
H A DHexagon.cpp113 return R_PC; in getRelExpr()
H A DMips.cpp100 return R_PC; in getRelExpr()
162 return R_PC; in getRelExpr()
H A DPPC.cpp241 return R_PC; in getRelExpr()
H A DX86.cpp99 return R_PC; in getRelExpr()
H A DAArch64.cpp141 return R_PC; in getRelExpr()
H A DX86_64.cpp350 return R_PC; in getRelExpr()
H A DRISCV.cpp269 return R_PC; in getRelExpr()
H A DPPC64.cpp995 return R_PC; in getRelExpr()
/llvm-project-15.0.7/lld/ELF/
H A DRelocations.h45 R_PC, enumerator
H A DARMErrataFix.cpp457 sr.rel->expr = R_PC; in implementPatch()
474 Relocation{R_PC, type, sr.off, -4, psec->patchSym}); in implementPatch()
H A DAArch64ErrataFix.cpp561 return Relocation{R_PC, R_AARCH64_JUMP26, offset, 0, patchSym}; in implementPatch()
H A DRelocations.cpp209 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 DInputSection.cpp705 case R_PC: in getRelocTargetVA()
913 if (expr != R_PC && expr != R_ARM_PCA) { in relocateNonAlloc()