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
117 if (removed.count(sec->ptLoad)) in removeEmptyPTLoad()118 sec->ptLoad = nullptr; in removeEmptyPTLoad()1015 sec->ptLoad = this; in add()2536 if (os->ptLoad && os->ptLoad->firstSec == os) in computeFileOffset()2537 return alignTo(off, os->ptLoad->p_align, os->addr); in computeFileOffset()2547 if (!os->ptLoad) in computeFileOffset()2552 OutputSection *first = os->ptLoad->firstSec; in computeFileOffset()
944 if (sec->ptLoad == load) in findFirstSection()1015 if (PhdrEntry *l = sec->ptLoad) in assignOffsets()1274 Out::elfHeader->ptLoad = nullptr; in allocateHeaders()1275 Out::programHeaders->ptLoad = nullptr; in allocateHeaders()
522 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()524 return os->ptLoad->firstSec->addr; in getARMStaticBase()