Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOutputSections.h42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
57 PhdrEntry *ptLoad = nullptr; variable
H A DLinkerScript.cpp917 if (sec->ptLoad == load) in findFirstSection()
973 if (PhdrEntry *l = ctx->outSec->ptLoad) in assignOffsets()
1213 Out::elfHeader->ptLoad = nullptr; in allocateHeaders()
1214 Out::programHeaders->ptLoad = nullptr; in allocateHeaders()
H A DWriter.cpp179 if (removed.count(sec->ptLoad)) in removeEmptyPTLoad()
180 sec->ptLoad = nullptr; in removeEmptyPTLoad()
1081 sec->ptLoad = this; in add()
2596 if (os->ptLoad && os->ptLoad->firstSec == os) in computeFileOffset()
2597 return alignTo(off, os->ptLoad->p_align, os->addr); in computeFileOffset()
2606 if (!os->ptLoad) in computeFileOffset()
2611 OutputSection *first = os->ptLoad->firstSec; in computeFileOffset()
H A DInputSection.cpp587 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()
589 return os->ptLoad->firstSec->addr; in getARMStaticBase()