Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h254 needsPlt(false), needsTlsDesc(false), needsTlsGd(false), in Symbol()
289 uint8_t needsTlsGd : 1; variable
307 return needsCopy || needsGot || needsPlt || needsTlsDesc || needsTlsGd || in needsDynReloc()
H A DRelocations.cpp1253 sym.needsTlsGd = true; in handleTlsRelocation()
1646 if (sym.needsTlsGd) { in postScanRelocations()