Searched refs:firstSec (Results 1 – 5 of 5) sorted by relevance
169 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 …]
46 OutputSection *firstSec = nullptr; member
130 if (!Out::tlsPhdr || !Out::tlsPhdr->firstSec) in getSymVA()133 return va - Out::tlsPhdr->firstSec->addr; in getSymVA()
587 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()589 return os->ptLoad->firstSec->addr; in getARMStaticBase()
1215 firstPTLoad->firstSec = findFirstSection(firstPTLoad); in allocateHeaders()