Lines Matching refs:outSecOff
1625 if (a->outSecOff < b->outSecOff) in mergeCmp()
1628 if (a->outSecOff == b->outSecOff) { in mergeCmp()
1772 return a->outSecOff < b->outSecOff; in mergeThunks()
1797 uint64_t tsBase = os->addr + ts->outSecOff + rel.addend; in getISDThunkSec()
1809 uint64_t thunkSecOff = isec->outSecOff; in getISDThunkSec()
1812 thunkSecOff = isec->outSecOff + isec->getSize(); in getISDThunkSec()
1816 isec->getObjMsg(src - (os->addr + isec->outSecOff))); in getISDThunkSec()
1839 if (isec->outSecOff < first->outSecOff || last->outSecOff < isec->outSecOff) in getISThunkSec()
1842 ts = addThunkSection(tos, isd, isec->outSecOff); in getISThunkSec()
1875 uint32_t isdBegin = isd->sections.front()->outSecOff; in createInitialThunkSections()
1877 isd->sections.back()->outSecOff + isd->sections.back()->getSize(); in createInitialThunkSections()
1887 isecLimit = isec->outSecOff + isec->getSize(); in createInitialThunkSections()
1930 uint64_t isdSize = isd->sections.back()->outSecOff + in addThunkSection()
1932 isd->sections.front()->outSecOff; in addThunkSection()