Lines Matching refs:outSecOff
1559 if (a->outSecOff < b->outSecOff) in mergeCmp()
1562 if (a->outSecOff == b->outSecOff) { in mergeCmp()
1706 return a->outSecOff < b->outSecOff; in mergeThunks()
1729 uint64_t tsBase = os->addr + ts->outSecOff; in getISDThunkSec()
1740 uint64_t thunkSecOff = isec->outSecOff; in getISDThunkSec()
1742 thunkSecOff = isec->outSecOff + isec->getSize(); in getISDThunkSec()
1745 isec->getObjMsg(src - (os->addr + isec->outSecOff))); in getISDThunkSec()
1768 if (isec->outSecOff < first->outSecOff || last->outSecOff < isec->outSecOff) in getISThunkSec()
1771 ts = addThunkSection(tos, isd, isec->outSecOff); in getISThunkSec()
1804 uint32_t isdBegin = isd->sections.front()->outSecOff; in createInitialThunkSections()
1806 isd->sections.back()->outSecOff + isd->sections.back()->getSize(); in createInitialThunkSections()
1816 isecLimit = isec->outSecOff + isec->getSize(); in createInitialThunkSections()
1859 uint64_t isdSize = isd->sections.back()->outSecOff + in addThunkSection()
1861 isd->sections.front()->outSecOff; in addThunkSection()