Home
last modified time | relevance | path

Searched refs:R_GOT_PC (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDSystemZ.cpp122 return R_GOT_PC; in getRelExpr()
170 return R_GOT_PC; in getRelExpr()
421 return R_GOT_PC; in adjustGotPcExpr()
433 return R_GOT_PC; in adjustGotPcExpr()
459 rel.expr = R_GOT_PC; in relaxOnce()
HDX86_64.cpp345 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()
HDAMDGPU.cpp194 return R_GOT_PC; in getRelExpr()
HDPPC64.cpp1026 return R_GOT_PC; in getRelExpr()
1492 return R_GOT_PC; in adjustGotPcExpr()
HDRISCV.cpp302 return R_GOT_PC; in getRelExpr()
315 return R_GOT_PC; in getRelExpr()
HDARM.cpp133 return R_GOT_PC; in getRelExpr()
143 return R_GOT_PC; in getRelExpr()
HDAArch64.cpp179 return R_GOT_PC; in getRelExpr()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDTarget.cpp157 return R_GOT_PC; in adjustGotPcExpr()
HDRelocations.h38 R_GOT_PC, enumerator
HDRelocations.cpp213 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()
HDInputSection.cpp768 case R_GOT_PC: in getRelocTargetVA()