Searched refs:lastSec (Results 1 – 2 of 2) sorted by relevance
110 uint64_t size = p->lastSec->addr + p->lastSec->size - p->firstSec->addr; in removeEmptyPTLoad()808 lastSec = sec; in add()873 if (!(p->p_flags & PF_W) && p->lastSec && !isLarge(p->lastSec)) in setReservedSymbolSections()874 lastRO = p->lastSec; in setReservedSymbolSections()894 if (os == last->lastSec) in setReservedSymbolSections()905 ctx.sym.end1->section = last->lastSec; in setReservedSymbolSections()907 ctx.sym.end2->section = last->lastSec; in setReservedSymbolSections()2421 (sameLMARegion || load->lastSec == ctx.out.programHeaders.get()) && in createPhdrs()2423 load->lastSec->type != SHT_NOBITS)) { in createPhdrs()2504 if (!note || sec->lmaExpr || note->lastSec->addralign != sec->addralign) in createPhdrs()[all …]
1493 OutputSection *lastSec = nullptr; member