Searched refs:mSymbols (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/codesighs/
H A Dmsdump2symdb.c126 ** mSymbols Symbols found inside the section.
134 MSDump_Symbol* mSymbols; member in struct:__struct_MSDump_Section
596 moved = realloc(inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols, sizeof(MSDump_Symbol) * (inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbolCount + 1));
607 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols = (MSDump_Symbol*)moved;
608 memset(&inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols[symIndex], 0, sizeof(MSDump_Symbol));
610 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols[symIndex].mOffset = offset;
615 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols[symIndex].mName = strdup(symbolArg);
616 if(NULL != inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols[symIndex].mName)
620 trim = (char*)skipNonWhite(inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols[symIndex].mName);
685 CLEANUP(inContainer->mObjects[objectLoop].mSections[sectionLoop].mSymbols[symbolLoo
[all...]
H A Dmsmap.h127 MSMap_Symbol* mSymbols; member in struct:__struct_MSMap_Module
H A Dmsmap2tsv.c148 ** mSymbols The symbols.
153 SymDB_Symbol* mSymbols; member in struct:__struct_SymDB_Container
472 if(0 == strcmp((*outDB)->mSymbols[index].mName, symbol))
474 dbSymbol = &(*outDB)->mSymbols[index];
488 moved = realloc((*outDB)->mSymbols, sizeof(SymDB_Symbol) * ((*outDB)->mSymbolCapacity + SYMDB_SYMBOL_GROWBY));
491 (*outDB)->mSymbols = (SymDB_Symbol*)moved;
492 memset(&(*outDB)->mSymbols[(*outDB)->mSymbolCapacity], 0, sizeof(SymDB_Symbol) * SYMDB_SYMBOL_GROWBY);
505 dbSymbol = &(*outDB)->mSymbols[(*outDB)->mSymbolCount];
693 for(secLoop = 0; secLoop < (*inDB)->mSymbols[symLoop].mSectionCount; secLoop++)
695 for(sizLoop = 0; sizLoop < (*inDB)->mSymbols[symLoo
[all...]
H A Dmaptsvdifftool.c169 SymbolStats* mSymbols; member in struct:__struct_ObjectStats
567 if(0 == strcmp(symbol, theObject->mSymbols[symbolIndex].mSymbol))
577 moved = realloc(theObject->mSymbols, sizeof(SymbolStats) * (1 + theObject->mSymbolCount));
580 theObject->mSymbols = (SymbolStats*)moved;
583 memset(theObject->mSymbols + symbolIndex, 0, sizeof(SymbolStats));
585 theObject->mSymbols[symbolIndex].mSymbol = strdup(symbol);
586 if(NULL == theObject->mSymbols[symbolIndex].mSymbol)
601 theSymbol = (theObject->mSymbols + symbolIndex);
721 theSymbol = theObject->mSymbols + symbolLoop;
870 theSymbol = theObject->mSymbols
[all...]

Completed in 382 milliseconds