Searched refs:R_GOT_PC (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86_64.cpp | 345 rel.expr = R_GOT_PC; in relaxOnce() 392 return R_GOT_PC; in getRelExpr() 811 if (rel.expr != R_GOT_PC) { in relocate() 868 return R_GOT_PC; in adjustGotPcExpr() 885 return R_GOT_PC; in adjustGotPcExpr() 889 return config->isPic ? R_GOT_PC : R_RELAX_GOT_PC_NOPIC; in adjustGotPcExpr()
|
H A D | AMDGPU.cpp | 194 return R_GOT_PC; in getRelExpr()
|
H A D | PPC64.cpp | 1026 return R_GOT_PC; in getRelExpr() 1492 return R_GOT_PC; in adjustGotPcExpr()
|
H A D | RISCV.cpp | 302 return R_GOT_PC; in getRelExpr() 315 return R_GOT_PC; in getRelExpr()
|
H A D | ARM.cpp | 133 return R_GOT_PC; in getRelExpr() 143 return R_GOT_PC; in getRelExpr()
|
H A D | AArch64.cpp | 179 return R_GOT_PC; in getRelExpr()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 157 return R_GOT_PC; in adjustGotPcExpr()
|
H A D | Relocations.h | 38 R_GOT_PC, enumerator
|
H A D | Relocations.cpp | 213 R_MIPS_GOT_OFF32, R_AARCH64_GOT_PAGE_PC, R_GOT_PC, R_GOTPLT, in needsGot() 989 R_AARCH64_GOT_PAGE_PC, R_GOT_PC, R_GOTONLY_PC, R_GOTPLTONLY_PC, in isStaticLinkTimeConstant() 1061 if (expr != R_GOT_PC) { in processAux() 1418 if (oneof<R_GOT, R_GOTPLT, R_GOT_PC, R_AARCH64_GOT_PAGE_PC, in handleTlsRelocation()
|
H A D | InputSection.cpp | 768 case R_GOT_PC: in getRelocTargetVA()
|