Searched refs:R_GOT_PC (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | AMDGPU.cpp | 97 return R_GOT_PC; in getRelExpr()
|
D | X86_64.cpp | 353 return R_GOT_PC; in getRelExpr() 739 return R_GOT_PC; in adjustGotPcExpr() 756 return R_GOT_PC; in adjustGotPcExpr() 760 return config->isPic ? R_GOT_PC : R_RELAX_GOT_PC_NOPIC; in adjustGotPcExpr()
|
D | RISCV.cpp | 226 return R_GOT_PC; in getRelExpr() 234 return R_GOT_PC; in getRelExpr()
|
D | ARM.cpp | 109 return R_GOT_PC; in getRelExpr() 119 return R_GOT_PC; in getRelExpr()
|
D | PPC64.cpp | 975 return R_GOT_PC; in getRelExpr() 1411 return R_GOT_PC; in adjustGotPcExpr()
|
/external/llvm-project/lld/ELF/ |
D | Relocations.h | 38 R_GOT_PC, enumerator
|
D | Target.cpp | 159 return R_GOT_PC; in adjustGotPcExpr()
|
D | Relocations.cpp | 319 if (oneof<R_GOT, R_GOTPLT, R_GOT_PC, R_AARCH64_GOT_PAGE_PC, R_GOT_OFF, in handleTlsRelocation() 380 R_MIPS_GOT_OFF32, R_AARCH64_GOT_PAGE_PC, R_GOT_PC, R_GOTPLT>( in needsGot() 407 R_AARCH64_GOT_PAGE_PC, R_GOT_PC, R_GOTONLY_PC, R_GOTPLTONLY_PC, in isStaticLinkTimeConstant() 1371 if (expr != R_GOT_PC) { in scanReloc()
|
D | InputSection.cpp | 708 case R_GOT_PC: in getRelocTargetVA()
|