Searched refs:lastSec (Results 1 – 2 of 2) sorted by relevance
41 OutputSection *lastSec = nullptr; member
105 uint64_t size = p->lastSec->addr + p->lastSec->size - p->firstSec->addr; in removeEmptyPTLoad()781 lastSec = sec; in add()841 if (!(p->p_flags & PF_W) && p->lastSec && !isLarge(p->lastSec)) in setReservedSymbolSections()842 lastRO = p->lastSec; in setReservedSymbolSections()862 if (os == last->lastSec) in setReservedSymbolSections()873 ElfSym::end1->section = last->lastSec; in setReservedSymbolSections()875 ElfSym::end2->section = last->lastSec; in setReservedSymbolSections()2263 (sameLMARegion || load->lastSec == Out::programHeaders) && in createPhdrs()2265 load->lastSec->type != SHT_NOBITS)) { in createPhdrs()2341 if (!note || sec->lmaExpr || note->lastSec->addralign != sec->addralign) in createPhdrs()[all …]