Home
last modified time | relevance | path

Searched refs:lastSec (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/ELF/
DWriter.h47 OutputSection *lastSec = nullptr; member
DWriter.cpp171 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()
[all …]