Searched refs:ptLoad (Results 1 – 5 of 5) sorted by relevance
60 PhdrEntry *ptLoad = nullptr; variable
120 if (removed.count(sec->ptLoad)) in removeEmptyPTLoad()121 sec->ptLoad = nullptr; in removeEmptyPTLoad()813 sec->ptLoad = this; in add()1484 if (os->ptLoad != curPtLoad) { in randomizeSectionPadding()1487 curPtLoad = os->ptLoad; in randomizeSectionPadding()2603 if (os->ptLoad && os->ptLoad->firstSec == os) in computeFileOffset()2604 return alignTo(off, os->ptLoad->p_align, os->addr); in computeFileOffset()2613 if (!os->ptLoad) in computeFileOffset()2618 OutputSection *first = os->ptLoad->firstSec; in computeFileOffset()
1157 if (sec->ptLoad == load) in findFirstSection()1227 if (PhdrEntry *l = sec->ptLoad) in assignOffsets()1504 ctx.out.elfHeader->ptLoad = nullptr; in allocateHeaders()1505 ctx.out.programHeaders->ptLoad = nullptr; in allocateHeaders()
655 if (!os || !os->ptLoad || !os->ptLoad->firstSec) { in getARMStaticBase()660 return os->ptLoad->firstSec->addr; in getARMStaticBase()
78 return ptLoad ? addr + ptLoad->lmaOffset : addr; in getLMA()