Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h60 PhdrEntry *ptLoad = nullptr; variable
H A DWriter.cpp120 if (removed.count(sec->ptLoad)) in removeEmptyPTLoad()
121 sec->ptLoad = nullptr; in removeEmptyPTLoad()
813 sec->ptLoad = this; in add()
1484 if (os->ptLoad != curPtLoad) { in randomizeSectionPadding()
1487 curPtLoad = os->ptLoad; in randomizeSectionPadding()
2603 if (os->ptLoad && os->ptLoad->firstSec == os) in computeFileOffset()
2604 return alignTo(off, os->ptLoad->p_align, os->addr); in computeFileOffset()
2613 if (!os->ptLoad) in computeFileOffset()
2618 OutputSection *first = os->ptLoad->firstSec; in computeFileOffset()
H A DLinkerScript.cpp1157 if (sec->ptLoad == load) in findFirstSection()
1227 if (PhdrEntry *l = sec->ptLoad) in assignOffsets()
1504 ctx.out.elfHeader->ptLoad = nullptr; in allocateHeaders()
1505 ctx.out.programHeaders->ptLoad = nullptr; in allocateHeaders()
H A DInputSection.cpp655 if (!os || !os->ptLoad || !os->ptLoad->firstSec) { in getARMStaticBase()
660 return os->ptLoad->firstSec->addr; in getARMStaticBase()
H A DOutputSections.cpp78 return ptLoad ? addr + ptLoad->lmaOffset : addr; in getLMA()