Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp141 return R_GOTPLT; in getRelExpr()
147 return R_GOTPLT; in getRelExpr()
H A DX86.cpp132 return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT; in getRelExpr()
138 return R_GOTPLT; in getRelExpr()
H A DX86_64.cpp385 return R_GOTPLT; in getRelExpr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h41 R_GOTPLT, enumerator
H A DRelocations.cpp213 R_MIPS_GOT_OFF32, R_AARCH64_GOT_PAGE_PC, R_GOT_PC, R_GOTPLT, in needsGot()
987 if (oneof<R_GOTPLT, R_GOT_OFF, R_RELAX_HINT, R_MIPS_GOT_LOCAL_PAGE, in isStaticLinkTimeConstant()
1418 if (oneof<R_GOT, R_GOTPLT, R_GOT_PC, R_AARCH64_GOT_PAGE_PC, in handleTlsRelocation()
1523 if (oneof<R_GOTPLTONLY_PC, R_GOTPLTREL, R_GOTPLT, R_PLT_GOTPLT, in scanOne()
H A DInputSection.cpp756 case R_GOTPLT: in getRelocTargetVA()