Home
last modified time | relevance | path

Searched refs:tlsPhdr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp139 if (!Out::tlsPhdr || !Out::tlsPhdr->firstSec) in getSymVA()
142 return va - Out::tlsPhdr->firstSec->addr; in getSymVA()
H A DOutputSections.h158 static PhdrEntry *tlsPhdr; member
H A DWriter.cpp1948 Out::tlsPhdr = p; in finalizeSections()
2410 else if (Out::tlsPhdr && Out::tlsPhdr->firstSec == p->firstSec) in fixSectionAlignments()
2414 Out::tlsPhdr->p_align); in fixSectionAlignments()
2447 (!Out::tlsPhdr || Out::tlsPhdr->firstSec != os)) in computeFileOffset()
H A DOutputSections.cpp43 PhdrEntry *Out::tlsPhdr; member in Out
H A DInputSection.cpp682 PhdrEntry *tls = Out::tlsPhdr; in getTlsTpOffset()
H A DSyntheticSections.cpp4652 Out::tlsPhdr = nullptr; in createSyntheticSections()