Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.h43 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
58 PhdrEntry *ptLoad = nullptr; variable
H A DLinkerScript.cpp976 if (sec->ptLoad == load) in findFirstSection()
1047 if (PhdrEntry *l = sec->ptLoad) in assignOffsets()
1322 Out::elfHeader->ptLoad = nullptr; in allocateHeaders()
1323 Out::programHeaders->ptLoad = nullptr; in allocateHeaders()
H A DWriter.cpp117 if (removed.count(sec->ptLoad)) in removeEmptyPTLoad()
118 sec->ptLoad = nullptr; in removeEmptyPTLoad()
1059 sec->ptLoad = this; in add()
2642 if (os->ptLoad && os->ptLoad->firstSec == os) in computeFileOffset()
2643 return alignTo(off, os->ptLoad->p_align, os->addr); in computeFileOffset()
2653 if (!os->ptLoad) in computeFileOffset()
2658 OutputSection *first = os->ptLoad->firstSec; in computeFileOffset()
H A DInputSection.cpp575 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()
577 return os->ptLoad->firstSec->addr; in getARMStaticBase()