Searched refs:mSectionCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/codesighs/
H A Dmsdump2symdb.c148 unsigned mSectionCount; member in struct:__struct_MSDump_Object
464 if(sectionIndex1 > inContainer->mReadState.mCurrentObject->mSectionCount)
505 unsigned oldCount = inContainer->mReadState.mCurrentObject->mSectionCount;
508 inContainer->mReadState.mCurrentObject->mSectionCount = sectionIndex1;
681 for(sectionLoop = 0; sectionLoop < inContainer->mObjects[objectLoop].mSectionCount; sectionLoop++)
691 inContainer->mObjects[objectLoop].mSectionCount = 0;
739 for(sectionLoop = 0; 0 == retval && sectionLoop < inContainer->mObjects[objectLoop].mSectionCount; sectionLoop++)
756 for(sectionLoop = 0; 0 == retval && sectionLoop < inContainer->mObjects[objectLoop].mSectionCount; sectionLoop++)
790 for(sectionLoop = 0; 0 == retval && sectionLoop < inContainer->mObjects[objectLoop].mSectionCount; sectionLoop++)
H A Dmsmap2tsv.c126 ** mSectionCount The number of sections.
131 unsigned mSectionCount; member in struct:__struct_SymDB_Symbol
530 if(0 != dbSymbol->mSectionCount)
532 unsigned index = dbSymbol->mSectionCount - 1;
545 moved = realloc(dbSymbol->mSections, sizeof(SymDB_Section) * (dbSymbol->mSectionCount + 1));
549 dbSection = &dbSymbol->mSections[dbSymbol->mSectionCount];
550 dbSymbol->mSectionCount++;
693 for(secLoop = 0; secLoop < (*inDB)->mSymbols[symLoop].mSectionCount; secLoop++)
775 for(secLoop = 0; secLoop < symbol->mSectionCount; secLoop++)

Completed in 41 milliseconds