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

/external/chromium_org/third_party/codesighs/
H A Dmsdump2symdb.c147 MSDump_Section* mSections; member in struct:__struct_MSDump_Object
352 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mLength = numericLength;
502 moved = realloc(inContainer->mReadState.mCurrentObject->mSections, sizeof(MSDump_Section) * sectionIndex1);
507 inContainer->mReadState.mCurrentObject->mSections = (MSDump_Section*)moved;
509 memset(&inContainer->mReadState.mCurrentObject->mSections[oldCount], 0, sizeof(MSDump_Section) * (sectionIndex1 - oldCount));
514 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mType = typeDup;
596 moved = realloc(inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols, sizeof(MSDump_Symbol) * (inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbolCount + 1));
605 symIndex = inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbolCount;
606 inContainer->mReadState.mCurrentObject->mSections[sectionInde
[all...]
H A Dmsmap2tsv.c125 ** mSections Various sections this symbol belongs to.
130 SymDB_Section* mSections; member in struct:__struct_SymDB_Symbol
534 if(0 == strcmp(dbSymbol->mSections[index].mName, section))
536 dbSection = &dbSymbol->mSections[index];
545 moved = realloc(dbSymbol->mSections, sizeof(SymDB_Section) * (dbSymbol->mSectionCount + 1));
548 dbSymbol->mSections = (SymDB_Section*)moved;
549 dbSection = &dbSymbol->mSections[dbSymbol->mSectionCount];
695 for(sizLoop = 0; sizLoop < (*inDB)->mSymbols[symLoop].mSections[secLoop].mSizeCount; sizLoop++)
697 for(objLoop = 0; objLoop < (*inDB)->mSymbols[symLoop].mSections[secLoop].mSizes[sizLoop].mObjectCount; objLoop++)
699 CLEANUP((*inDB)->mSymbols[symLoop].mSections[secLoo
[all...]

Completed in 81 milliseconds