Lines Matching refs:lastSec
171 uint64_t size = p->lastSec->addr + p->lastSec->size - p->firstSec->addr; in removeEmptyPTLoad()
1076 lastSec = sec; in add()
1166 ElfSym::etext1->section = lastRO->lastSec; in setReservedSymbolSections()
1168 ElfSym::etext2->section = lastRO->lastSec; in setReservedSymbolSections()
1177 if (os == last->lastSec) in setReservedSymbolSections()
1188 ElfSym::end1->section = last->lastSec; in setReservedSymbolSections()
1190 ElfSym::end2->section = last->lastSec; in setReservedSymbolSections()
2400 (sameLMARegion || load->lastSec == Out::programHeaders))) { in createPhdrs()
2462 if (!note || sec->lmaExpr || note->lastSec->alignment != sec->alignment) in createPhdrs()
2639 lastRX->lastSec == sec) in assignFileOffsets()
2673 OutputSection *last = p->lastSec; in setPhdrs()