Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_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()
H A DAMDGPU.cpp194 return R_GOT_PC; in getRelExpr()
H A DPPC64.cpp1026 return R_GOT_PC; in getRelExpr()
1492 return R_GOT_PC; in adjustGotPcExpr()
H A DRISCV.cpp302 return R_GOT_PC; in getRelExpr()
315 return R_GOT_PC; in getRelExpr()
H A DARM.cpp133 return R_GOT_PC; in getRelExpr()
143 return R_GOT_PC; in getRelExpr()
H A DAArch64.cpp179 return R_GOT_PC; in getRelExpr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp157 return R_GOT_PC; in adjustGotPcExpr()
H A DRelocations.h38 R_GOT_PC, enumerator
H A DRelocations.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()
H A DInputSection.cpp768 case R_GOT_PC: in getRelocTargetVA()