Searched refs:R_GOTPLT (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | Hexagon.cpp | 143 return R_GOTPLT; in getRelExpr() 150 return R_GOTPLT; in getRelExpr()
|
D | X86.cpp | 145 return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT; in getRelExpr() 147 return R_GOTPLT; in getRelExpr()
|
D | X86_64.cpp | 346 return R_GOTPLT; in getRelExpr()
|
/external/llvm-project/lld/ELF/ |
D | Relocations.h | 41 R_GOTPLT, enumerator
|
D | Relocations.cpp | 319 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()
|
D | InputSection.cpp | 698 case R_GOTPLT: in getRelocTargetVA()
|