Searched defs:theSymbol (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/codesighs/
H A Dmaptsvdifftool.c370 SymbolStats* theSymbol = NULL; local
601 theSymbol = (theObject->mSymbols + symbolIndex);
621 theSymbol->mSize += size;
638 theSymbol->mSize -= size;
721 theSymbol = theObject->mSymbols + symbolLoop;
724 symArray[arrayCount] = theSymbol;
870 theSymbol = theObject->mSymbols + symbolLoop;
876 if(0 < theSymbol->mSize)
878 theObject->mComposition.mPositive += theSymbol->mSize;
879 theSegment->mComposition.mPositive += theSymbol
[all...]
H A Dmsmap2tsv.c1196 MSMap_Symbol* theSymbol = NULL; local
1203 theSymbol = (inModule->mSymbols + index);
1205 memset(theSymbol, 0, sizeof(MSMap_Symbol));
1206 theSymbol->mScope = STATIC;
1208 scanRes = sscanf(current, "%x:%x %s %x", (unsigned*)&(theSymbol->mPrefix), (unsigned*)&(theSymbol->mOffset), symbolBuf, (unsigned*)&(theSymbol->mRVABase));
1211 theSymbol->mSymbol = symdup(symbolBuf);
1215 if(NULL != theSymbol->mSymbol)
1219 theSymbol
1321 MSMap_Symbol* theSymbol = NULL; local
[all...]

Completed in 65 milliseconds