Lines Matching refs:SymbolStats
158 SymbolStats;
169 SymbolStats* mSymbols;
306 SymbolStats* one = (SymbolStats*)in1;
307 SymbolStats* two = (SymbolStats*)in2;
370 SymbolStats* theSymbol = NULL;
577 moved = realloc(theObject->mSymbols, sizeof(SymbolStats) * (1 + theObject->mSymbolCount));
580 theObject->mSymbols = (SymbolStats*)moved;
583 memset(theObject->mSymbols + symbolIndex, 0, sizeof(SymbolStats));
677 SymbolStats** symArray = NULL;
685 symArray = (SymbolStats**)malloc(allSymbolCount * sizeof(SymbolStats*));
951 qsort(theObject->mSymbols, theObject->mSymbolCount, sizeof(SymbolStats), symbolCompare);