Home
last modified time | relevance | path

Searched refs:needsTlsDesc (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()
288 uint8_t needsTlsDesc : 1; variable
307 return needsCopy || needsGot || needsPlt || needsTlsDesc || needsTlsGd || in needsDynReloc()
H A DRelocations.cpp1191 sym.needsTlsDesc = true; in handleTlsRelocation()
1640 if (sym.needsTlsDesc) { in postScanRelocations()