Home
last modified time | relevance | path

Searched refs:firstSec (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/ELF/
DWriter.cpp169 if (!p->firstSec) in removeEmptyPTLoad()
171 uint64_t size = p->lastSec->addr + p->lastSec->size - p->firstSec->addr; in removeEmptyPTLoad()
1077 if (!firstSec) in add()
1078 firstSec = sec; in add()
2397 load && !sec->lmaExpr && sec->lmaRegion == load->firstSec->lmaRegion; in createPhdrs()
2399 sec->memRegion == load->firstSec->memRegion && in createPhdrs()
2413 if (tlsHdr->firstSec) in createPhdrs()
2420 if (relRo->firstSec) in createPhdrs()
2493 OutputSection *cmd = p->firstSec; in fixSectionAlignments()
2531 else if (Out::tlsPhdr && Out::tlsPhdr->firstSec == p->firstSec) in fixSectionAlignments()
[all …]
DWriter.h46 OutputSection *firstSec = nullptr; member
DSymbols.cpp130 if (!Out::tlsPhdr || !Out::tlsPhdr->firstSec) in getSymVA()
133 return va - Out::tlsPhdr->firstSec->addr; in getSymVA()
DInputSection.cpp581 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()
583 return os->ptLoad->firstSec->addr; in getARMStaticBase()
DLinkerScript.cpp1182 firstPTLoad->firstSec = findFirstSection(firstPTLoad); in allocateHeaders()