Home
last modified time | relevance | path

Searched refs:R_TLSLD_HINT (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/ELF/
DRelocations.h72 R_TLSLD_HINT, enumerator
DRelocations.cpp228 if (oneof<R_TLSLD_GOT, R_TLSLD_GOTPLT, R_TLSLD_PC, R_TLSLD_HINT>( in handleTlsRelocation()
237 if (expr == R_TLSLD_HINT) in handleTlsRelocation()
410 R_TLSDESC_PC, R_AARCH64_TLSDESC_PAGE, R_TLSLD_HINT, R_TLSIE_HINT>( in isStaticLinkTimeConstant()
1347 (type == R_PPC64_TLSLD && expr == R_TLSLD_HINT)) { in scanReloc()
/external/llvm-project/lld/ELF/Arch/
DPPC.cpp257 return R_TLSLD_HINT; in getRelExpr()
DPPC64.cpp1045 return R_TLSLD_HINT; in getRelExpr()