Searched refs:R_TLSGD_GOTPLT (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Relocations.h | 66 R_TLSGD_GOTPLT, enumerator
|
D | Relocations.cpp | 272 R_TLSGD_GOT, R_TLSGD_GOTPLT, R_TLSGD_PC>(expr)) { in handleTlsRelocation() 408 R_PLT_PC, R_TLSGD_GOT, R_TLSGD_GOTPLT, R_TLSGD_PC, R_PPC32_PLTREL, in isStaticLinkTimeConstant() 1392 if (oneof<R_GOTPLTONLY_PC, R_GOTPLTREL, R_GOTPLT, R_TLSGD_GOTPLT>(expr)) { in scanReloc()
|
D | InputSection.cpp | 839 case R_TLSGD_GOTPLT: in getRelocTargetVA()
|
/external/llvm-project/lld/ELF/Arch/ |
D | Hexagon.cpp | 133 return R_TLSGD_GOTPLT; in getRelExpr()
|
D | X86.cpp | 95 return R_TLSGD_GOTPLT; in getRelExpr()
|