Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DWriter.cpp103 if (!p->firstSec) in removeEmptyPTLoad()
105 uint64_t size = p->lastSec->addr + p->lastSec->size - p->firstSec->addr; in removeEmptyPTLoad()
782 if (!firstSec) in add()
783 firstSec = sec; in add()
2260 load && !sec->lmaExpr && sec->lmaRegion == load->firstSec->lmaRegion; in createPhdrs()
2262 sec->memRegion == load->firstSec->memRegion && in createPhdrs()
2280 if (tlsHdr->firstSec) in createPhdrs()
2287 if (relRo->firstSec) in createPhdrs()
2372 OutputSection *cmd = p->firstSec; in fixSectionAlignments()
2410 else if (Out::tlsPhdr && Out::tlsPhdr->firstSec == p->firstSec) in fixSectionAlignments()
[all …]
H A DWriter.h40 OutputSection *firstSec = nullptr; member
H A DSymbols.cpp139 if (!Out::tlsPhdr || !Out::tlsPhdr->firstSec) in getSymVA()
142 return va - Out::tlsPhdr->firstSec->addr; in getSymVA()
H A DInputSection.cpp619 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()
621 return os->ptLoad->firstSec->addr; in getARMStaticBase()
H A DLinkerScript.cpp1373 firstPTLoad->firstSec = findFirstSection(firstPTLoad); in allocateHeaders()