Lines Matching refs:lastSec
109 uint64_t size = p->lastSec->addr + p->lastSec->size - p->firstSec->addr; in removeEmptyPTLoad()
1010 lastSec = sec; in add()
1080 ElfSym::etext1->section = lastRO->lastSec; in setReservedSymbolSections()
1082 ElfSym::etext2->section = lastRO->lastSec; in setReservedSymbolSections()
1091 if (os == last->lastSec) in setReservedSymbolSections()
1102 ElfSym::end1->section = last->lastSec; in setReservedSymbolSections()
1104 ElfSym::end2->section = last->lastSec; in setReservedSymbolSections()
2375 (sameLMARegion || load->lastSec == Out::programHeaders))) { in createPhdrs()
2437 if (!note || sec->lmaExpr || note->lastSec->alignment != sec->alignment) in createPhdrs()
2606 lastRX->lastSec == sec) in assignFileOffsets()
2642 OutputSection *last = p->lastSec; in setPhdrs()