Searched refs:firstSec (Results 1 – 5 of 5) sorted by relevance
103 if (!p->firstSec) in removeEmptyPTLoad()105 uint64_t size = p->lastSec->addr + p->lastSec->size - p->firstSec->addr; in removeEmptyPTLoad()782 if (!firstSec) in add()783 firstSec = sec; in add()2260 load && !sec->lmaExpr && sec->lmaRegion == load->firstSec->lmaRegion; in createPhdrs()2262 sec->memRegion == load->firstSec->memRegion && in createPhdrs()2280 if (tlsHdr->firstSec) in createPhdrs()2287 if (relRo->firstSec) in createPhdrs()2372 OutputSection *cmd = p->firstSec; in fixSectionAlignments()2410 else if (Out::tlsPhdr && Out::tlsPhdr->firstSec == p->firstSec) in fixSectionAlignments()[all …]
40 OutputSection *firstSec = nullptr; member
139 if (!Out::tlsPhdr || !Out::tlsPhdr->firstSec) in getSymVA()142 return va - Out::tlsPhdr->firstSec->addr; in getSymVA()
619 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()621 return os->ptLoad->firstSec->addr; in getARMStaticBase()
1373 firstPTLoad->firstSec = findFirstSection(firstPTLoad); in allocateHeaders()