Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h65 uint32_t tlsGdIdx = -1; member
217 uint32_t getTlsGdIdx() const { return symAux[auxIdx].tlsGdIdx; } in getTlsGdIdx()
H A DSyntheticSections.cpp671 symAux.back().tlsGdIdx = numEntries; in addDynTlsEntry()