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
798 if (sec->ptLoad == load) in findFirstSection()839 if (PhdrEntry *l = ctx->outSec->ptLoad) in assignOffsets()1060 Out::elfHeader->ptLoad = nullptr; in allocateHeaders()1061 Out::programHeaders->ptLoad = nullptr; in allocateHeaders()
993 sec->ptLoad = this; in add()2286 if (os->ptLoad && os->ptLoad->firstSec == os) in computeFileOffset()2287 return alignTo(off, os->ptLoad->p_align, os->addr); in computeFileOffset()2296 if (!os->ptLoad) in computeFileOffset()2301 OutputSection *first = os->ptLoad->firstSec; in computeFileOffset()
567 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()569 return os->ptLoad->firstSec->addr; in getARMStaticBase()