Home | History | Annotate | Download | only in codesighs

Lines Matching refs:DATA

64 **  mZeroDrift      Output zero drift data.
99 static Switch gZeroDriftSwitch = {"--zerodrift", "-z", 0, NULL, "Output zero drift data." DESC_NEWLINE "Reports symbol changes even when there is no net drift."};
141 ** What type of data a segment holds.
145 DATA
419 SegmentClass segmentClass = DATA;
427 else if(0 == strcmp(segClass, "DATA"))
429 segmentClass = DATA;
613 else if(DATA == segmentClass)
630 else if(DATA == segmentClass)
649 ERROR_REPORT(retval, inOptions->mInputName, "Unable to scan line data.");
827 ** Loop through our data once more, so that the symbols can
885 else if(DATA == theSegment->mClass)
900 else if(DATA == theSegment->mClass)
993 else if(DATA == theSegment->mClass)
995 segmentType = "DATA";
1289 printf("of code and data size changes which is hoped to be human readable.\n");