Searched refs:ptLoad (Results 1 – 4 of 4) sorted by relevance
42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()57 PhdrEntry *ptLoad = nullptr; variable
917 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()
179 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()
587 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()589 return os->ptLoad->firstSec->addr; in getARMStaticBase()