Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp108 if (!p->firstSec) in removeEmptyPTLoad()
110 uint64_t size = p->lastSec->addr + p->lastSec->size - p->firstSec->addr; in removeEmptyPTLoad()
809 if (!firstSec) in add()
810 firstSec = sec; in add()
2418 load && !sec->lmaExpr && sec->lmaRegion == load->firstSec->lmaRegion; in createPhdrs()
2420 sec->memRegion == load->firstSec->memRegion && in createPhdrs()
2438 if (tlsHdr->firstSec) in createPhdrs()
2445 if (relRo->firstSec) in createPhdrs()
2535 OutputSection *cmd = p->firstSec; in fixSectionAlignments()
2573 else if (ctx.tlsPhdr && ctx.tlsPhdr->firstSec == p->firstSec) in fixSectionAlignments()
[all …]
H A DSymbols.cpp127 if (!ctx.tlsPhdr || !ctx.tlsPhdr->firstSec) { in getSymVA()
132 return va - ctx.tlsPhdr->firstSec->addr; in getSymVA()
H A DInputSection.cpp655 if (!os || !os->ptLoad || !os->ptLoad->firstSec) { in getARMStaticBase()
660 return os->ptLoad->firstSec->addr; in getARMStaticBase()
H A DSyntheticSections.h1492 OutputSection *firstSec = nullptr; member
H A DLinkerScript.cpp1506 firstPTLoad->firstSec = findFirstSection(ctx, firstPTLoad); in allocateHeaders()