Home
last modified time | relevance | path

Searched refs:needsTlsIe (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()
292 uint8_t needsTlsIe : 1; variable
308 needsTlsGdToIe || needsGotDtprel || needsTlsIe; in needsDynReloc()
H A DRelocations.cpp1281 sym.needsTlsIe = true; in handleTlsRelocation()
1678 if (sym.needsTlsIe && !sym.needsTlsGdToIe) in postScanRelocations()