Lines Matching refs:outSecOff
1760 if (a->outSecOff < b->outSecOff) in mergeCmp()
1764 if (a->outSecOff == b->outSecOff && a != b) { in mergeCmp()
1908 return a->outSecOff < b->outSecOff; in mergeThunks()
1948 uint64_t tsBase = os->addr + ts->outSecOff - pcBias; in getISDThunkSec()
1960 uint64_t thunkSecOff = isec->outSecOff; in getISDThunkSec()
1963 thunkSecOff = isec->outSecOff + isec->getSize(); in getISDThunkSec()
1967 isec->getObjMsg(src - (os->addr + isec->outSecOff))); in getISDThunkSec()
1990 if (isec->outSecOff < first->outSecOff || last->outSecOff < isec->outSecOff) in getISThunkSec()
1993 ts = addThunkSection(tos, isd, isec->outSecOff); in getISThunkSec()
2026 uint32_t isdBegin = isd->sections.front()->outSecOff; in createInitialThunkSections()
2028 isd->sections.back()->outSecOff + isd->sections.back()->getSize(); in createInitialThunkSections()
2038 isecLimit = isec->outSecOff + isec->getSize(); in createInitialThunkSections()
2081 uint64_t isdSize = isd->sections.back()->outSecOff + in addThunkSection()
2083 isd->sections.front()->outSecOff; in addThunkSection()