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
897 if (sec->ptLoad == load) in findFirstSection()945 if (PhdrEntry *l = ctx->outSec->ptLoad) in assignOffsets()1180 Out::elfHeader->ptLoad = nullptr; in allocateHeaders()1181 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()2561 if (os->ptLoad && os->ptLoad->firstSec == os) in computeFileOffset()2562 return alignTo(off, os->ptLoad->p_align, os->addr); in computeFileOffset()2571 if (!os->ptLoad) in computeFileOffset()2576 OutputSection *first = os->ptLoad->firstSec; in computeFileOffset()
581 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()583 return os->ptLoad->firstSec->addr; in getARMStaticBase()