Searched refs:R_GOTPLT (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | Hexagon.cpp | 141 return R_GOTPLT; in getRelExpr() 147 return R_GOTPLT; in getRelExpr()
|
H A D | X86.cpp | 132 return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT; in getRelExpr() 138 return R_GOTPLT; in getRelExpr()
|
H A D | X86_64.cpp | 385 return R_GOTPLT; in getRelExpr()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 41 R_GOTPLT, enumerator
|
H A D | Relocations.cpp | 213 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 D | InputSection.cpp | 756 case R_GOTPLT: in getRelocTargetVA()
|