Lines Matching refs:outSecOff
1705 if (a->outSecOff < b->outSecOff) in mergeCmp()
1709 if (a->outSecOff == b->outSecOff && a != b) { in mergeCmp()
1853 return a->outSecOff < b->outSecOff; in mergeThunks()
1893 uint64_t tsBase = os->addr + ts->outSecOff - pcBias; in getISDThunkSec()
1905 uint64_t thunkSecOff = isec->outSecOff; in getISDThunkSec()
1908 thunkSecOff = isec->outSecOff + isec->getSize(); in getISDThunkSec()
1912 isec->getObjMsg(src - (os->addr + isec->outSecOff))); in getISDThunkSec()
1935 if (isec->outSecOff < first->outSecOff || last->outSecOff < isec->outSecOff) in getISThunkSec()
1938 ts = addThunkSection(tos, isd, isec->outSecOff); in getISThunkSec()
1971 uint32_t isdBegin = isd->sections.front()->outSecOff; in createInitialThunkSections()
1973 isd->sections.back()->outSecOff + isd->sections.back()->getSize(); in createInitialThunkSections()
1983 isecLimit = isec->outSecOff + isec->getSize(); in createInitialThunkSections()
2026 uint64_t isdSize = isd->sections.back()->outSecOff + in addThunkSection()
2028 isd->sections.front()->outSecOff; in addThunkSection()