Searched refs:firstSec (Results 1 – 5 of 5) sorted by relevance
108 if (!p->firstSec) in removeEmptyPTLoad()110 uint64_t size = p->lastSec->addr + p->lastSec->size - p->firstSec->addr; in removeEmptyPTLoad()809 if (!firstSec) in add()810 firstSec = sec; in add()2418 load && !sec->lmaExpr && sec->lmaRegion == load->firstSec->lmaRegion; in createPhdrs()2420 sec->memRegion == load->firstSec->memRegion && in createPhdrs()2438 if (tlsHdr->firstSec) in createPhdrs()2445 if (relRo->firstSec) in createPhdrs()2535 OutputSection *cmd = p->firstSec; in fixSectionAlignments()2573 else if (ctx.tlsPhdr && ctx.tlsPhdr->firstSec == p->firstSec) in fixSectionAlignments()[all …]
127 if (!ctx.tlsPhdr || !ctx.tlsPhdr->firstSec) { in getSymVA()132 return va - ctx.tlsPhdr->firstSec->addr; in getSymVA()
655 if (!os || !os->ptLoad || !os->ptLoad->firstSec) { in getARMStaticBase()660 return os->ptLoad->firstSec->addr; in getARMStaticBase()
1492 OutputSection *firstSec = nullptr; member
1506 firstPTLoad->firstSec = findFirstSection(ctx, firstPTLoad); in allocateHeaders()