Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DWriter.h44 OutputSection *lastSec = nullptr; member
H A DWriter.cpp109 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()
[all …]