Home
last modified time | relevance | path

Searched refs:needsTlsGdToIe (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h255 needsTlsGdToIe(false), needsGotDtprel(false), needsTlsIe(false), in Symbol()
290 uint8_t needsTlsGdToIe : 1; variable
308 needsTlsGdToIe || needsGotDtprel || needsTlsIe; in needsDynReloc()
H A DRelocations.cpp1261 sym.needsTlsGdToIe = true; in handleTlsRelocation()
1667 if (sym.needsTlsGdToIe) { in postScanRelocations()
1678 if (sym.needsTlsIe && !sym.needsTlsGdToIe) in postScanRelocations()