Home
last modified time | relevance | path

Searched refs:firstSec (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DWriter.cpp169 if (!p->firstSec) in removeEmptyPTLoad()
1077 if (!firstSec) in add()
1078 firstSec = sec; in add()
2448 if (tlsHdr->firstSec) in createPhdrs()
2455 if (relRo->firstSec) in createPhdrs()
2528 OutputSection *cmd = p->firstSec; in fixSectionAlignments()
2566 else if (Out::tlsPhdr && Out::tlsPhdr->firstSec == p->firstSec) in fixSectionAlignments()
2583 if (p->p_type == PT_LOAD && p->firstSec) { in fixSectionAlignments()
2596 if (os->ptLoad && os->ptLoad->firstSec == os) in computeFileOffset()
2611 OutputSection *first = os->ptLoad->firstSec; in computeFileOffset()
[all …]
H A DWriter.h46 OutputSection *firstSec = nullptr; member
H A DSymbols.cpp130 if (!Out::tlsPhdr || !Out::tlsPhdr->firstSec) in getSymVA()
133 return va - Out::tlsPhdr->firstSec->addr; in getSymVA()
H A DInputSection.cpp587 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()
589 return os->ptLoad->firstSec->addr; in getARMStaticBase()
H A DLinkerScript.cpp1215 firstPTLoad->firstSec = findFirstSection(firstPTLoad); in allocateHeaders()