Home
last modified time | relevance | path

Searched refs:R_GOTPLT (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lld/ELF/Arch/
DHexagon.cpp143 return R_GOTPLT; in getRelExpr()
150 return R_GOTPLT; in getRelExpr()
DX86.cpp145 return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT; in getRelExpr()
147 return R_GOTPLT; in getRelExpr()
DX86_64.cpp346 return R_GOTPLT; in getRelExpr()
/external/llvm-project/lld/ELF/
DRelocations.h41 R_GOTPLT, enumerator
DRelocations.cpp319 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()
404 if (oneof<R_DTPREL, R_GOTPLT, R_GOT_OFF, R_TLSLD_GOT_OFF, in isStaticLinkTimeConstant()
1392 if (oneof<R_GOTPLTONLY_PC, R_GOTPLTREL, R_GOTPLT, R_TLSGD_GOTPLT>(expr)) { in scanReloc()
DInputSection.cpp698 case R_GOTPLT: in getRelocTargetVA()