Home | History | Annotate | Download | only in codesighs

Lines Matching refs:symbol

65 **  mNegation       Perform negation heuristics on the symbol drifts.
99 static Switch gZeroDriftSwitch = {"--zerodrift", "-z", 0, NULL, "Output zero drift data." DESC_NEWLINE "Reports symbol changes even when there is no net drift."};
100 static Switch gNegationSwitch = {"--negation", "-n", 0, NULL, "Use negation heuristics." DESC_NEWLINE "When symbol sizes are inferred by offset, order changes cause noise." DESC_NEWLINE "This helps see through the noise by eliminating equal and opposite drifts."};
152 ** Symbol level stats.
394 char* symbol = NULL;
421 symbol = strrchr(theLine, '\t') + 1;
446 ** the symbol
567 if(0 == strcmp(symbol, theObject->mSymbols[symbolIndex].mSymbol))
585 theObject->mSymbols[symbolIndex].mSymbol = strdup(symbol);
589 ERROR_REPORT(retval, symbol, "Unable to duplicate string.");
595 ERROR_REPORT(retval, inOptions->mProgramName, "Unable to increase symbol array.");
790 ** Clear the symbol.