Searched refs:firstSec (Results 1 – 5 of 5) sorted by relevance
107 if (!p->firstSec) in removeEmptyPTLoad()1011 if (!firstSec) in add()1012 firstSec = sec; in add()2388 if (tlsHdr->firstSec) in createPhdrs()2395 if (relRo->firstSec) in createPhdrs()2468 OutputSection *cmd = p->firstSec; in fixSectionAlignments()2506 else if (Out::tlsPhdr && Out::tlsPhdr->firstSec == p->firstSec) in fixSectionAlignments()2523 if (p->p_type == PT_LOAD && p->firstSec) { in fixSectionAlignments()2536 if (os->ptLoad && os->ptLoad->firstSec == os) in computeFileOffset()2552 OutputSection *first = os->ptLoad->firstSec; in computeFileOffset()[all …]
43 OutputSection *firstSec = nullptr; member
134 if (!Out::tlsPhdr || !Out::tlsPhdr->firstSec) in getSymVA()137 return va - Out::tlsPhdr->firstSec->addr; in getSymVA()
522 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()524 return os->ptLoad->firstSec->addr; in getARMStaticBase()
1276 firstPTLoad->firstSec = findFirstSection(firstPTLoad); in allocateHeaders()