Home | History | Annotate | Download | only in codesighs

Lines Matching refs:theSymbol

370     SymbolStats* theSymbol = NULL;
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->mSize;
882 overall.mCodeComposition.mPositive += theSymbol->mSize;
883 theModule->mSize.mCodeComposition.mPositive += theSymbol->mSize;
887 overall.mDataComposition.mPositive += theSymbol->mSize;
888 theModule->mSize.mDataComposition.mPositive += theSymbol->mSize;
891 else if(0 > theSymbol->mSize)
893 theObject->mComposition.mNegative += theSymbol->mSize;
894 theSegment->mComposition.mNegative += theSymbol->mSize;
897 overall.mCodeComposition.mNegative += theSymbol->mSize;
898 theModule->mSize.mCodeComposition.mNegative += theSymbol->mSize;
902 overall.mDataComposition.mNegative += theSymbol->mSize;
903 theModule->mSize.mDataComposition.mNegative += theSymbol->mSize;
1016 theSymbol = theObject->mSymbols + symbolLoop;
1021 if(0 == inOptions->mZeroDrift && 0 == theSymbol->mSize)
1026 fprintf(inOptions->mOutput, "\t\t\t%+11d\t%s\n", theSymbol->mSize, theSymbol->mSymbol);
1051 theSymbol = theObject->mSymbols + symbolLoop;
1053 CLEANUP(theSymbol->mSymbol);