Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.h75 R_TLSLD_HINT, enumerator
H A DRelocations.cpp1218 if (oneof<R_TLSLD_GOT, R_TLSLD_GOTPLT, R_TLSLD_PC, R_TLSLD_HINT>( in handleTlsRelocation()
1227 if (expr == R_TLSLD_HINT) in handleTlsRelocation()
1348 (type == R_PPC64_TLSLD && expr == R_TLSLD_HINT)) { in scanOne()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC.cpp260 return R_TLSLD_HINT; in getRelExpr()
H A DPPC64.cpp1048 return R_TLSLD_HINT; in getRelExpr()