Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp107 if (!p->firstSec) in removeEmptyPTLoad()
1011 if (!firstSec) in add()
1012 firstSec = sec; in add()
2388 if (tlsHdr->firstSec) in createPhdrs()
2395 if (relRo->firstSec) in createPhdrs()
2468 OutputSection *cmd = p->firstSec; in fixSectionAlignments()
2506 else if (Out::tlsPhdr && Out::tlsPhdr->firstSec == p->firstSec) in fixSectionAlignments()
2523 if (p->p_type == PT_LOAD && p->firstSec) { in fixSectionAlignments()
2536 if (os->ptLoad && os->ptLoad->firstSec == os) in computeFileOffset()
2552 OutputSection *first = os->ptLoad->firstSec; in computeFileOffset()
[all …]
H A DWriter.h43 OutputSection *firstSec = nullptr; member
H A DSymbols.cpp134 if (!Out::tlsPhdr || !Out::tlsPhdr->firstSec) in getSymVA()
137 return va - Out::tlsPhdr->firstSec->addr; in getSymVA()
H A DInputSection.cpp522 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()
524 return os->ptLoad->firstSec->addr; in getARMStaticBase()
H A DLinkerScript.cpp1276 firstPTLoad->firstSec = findFirstSection(firstPTLoad); in allocateHeaders()