Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDSymbols.cpp139 if (!Out::tlsPhdr || !Out::tlsPhdr->firstSec) in getSymVA()
142 return va - Out::tlsPhdr->firstSec->addr; in getSymVA()
HDOutputSections.h158 static PhdrEntry *tlsPhdr; member
HDWriter.cpp1952 Out::tlsPhdr = p; in finalizeSections()
2414 else if (Out::tlsPhdr && Out::tlsPhdr->firstSec == p->firstSec) in fixSectionAlignments()
2418 Out::tlsPhdr->p_align); in fixSectionAlignments()
2451 (!Out::tlsPhdr || Out::tlsPhdr->firstSec != os)) in computeFileOffset()
HDOutputSections.cpp43 PhdrEntry *Out::tlsPhdr; member in Out
HDInputSection.cpp682 PhdrEntry *tls = Out::tlsPhdr; in getTlsTpOffset()
HDSyntheticSections.cpp4652 Out::tlsPhdr = nullptr; in createSyntheticSections()