Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h44 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
59 PhdrEntry *ptLoad = nullptr; variable
H A DWriter.cpp113 if (removed.count(sec->ptLoad)) in removeEmptyPTLoad()
114 sec->ptLoad = nullptr; in removeEmptyPTLoad()
786 sec->ptLoad = this; in add()
2440 if (os->ptLoad && os->ptLoad->firstSec == os) in computeFileOffset()
2441 return alignTo(off, os->ptLoad->p_align, os->addr); in computeFileOffset()
2451 if (!os->ptLoad) in computeFileOffset()
2456 OutputSection *first = os->ptLoad->firstSec; in computeFileOffset()
H A DLinkerScript.cpp1024 if (sec->ptLoad == load) in findFirstSection()
1094 if (PhdrEntry *l = sec->ptLoad) in assignOffsets()
1371 Out::elfHeader->ptLoad = nullptr; in allocateHeaders()
1372 Out::programHeaders->ptLoad = nullptr; in allocateHeaders()
H A DInputSection.cpp619 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()
621 return os->ptLoad->firstSec->addr; in getARMStaticBase()