Lines Matching refs:outSecOff
1816 if (a->outSecOff < b->outSecOff) in mergeCmp()
1820 if (a->outSecOff == b->outSecOff && a != b) { in mergeCmp()
1964 return a->outSecOff < b->outSecOff; in mergeThunks()
2004 uint64_t tsBase = os->addr + ts->outSecOff - pcBias; in getISDThunkSec()
2016 uint64_t thunkSecOff = isec->outSecOff; in getISDThunkSec()
2019 thunkSecOff = isec->outSecOff + isec->getSize(); in getISDThunkSec()
2023 isec->getObjMsg(src - (os->addr + isec->outSecOff))); in getISDThunkSec()
2046 if (isec->outSecOff < first->outSecOff || last->outSecOff < isec->outSecOff) in getISThunkSec()
2049 ts = addThunkSection(tos, isd, isec->outSecOff); in getISThunkSec()
2082 uint32_t isdBegin = isd->sections.front()->outSecOff; in createInitialThunkSections()
2084 isd->sections.back()->outSecOff + isd->sections.back()->getSize(); in createInitialThunkSections()
2094 isecLimit = isec->outSecOff + isec->getSize(); in createInitialThunkSections()
2137 uint64_t isdSize = isd->sections.back()->outSecOff + in addThunkSection()
2139 isd->sections.front()->outSecOff; in addThunkSection()