HomeSort by: relevance | last modified time | path
    Searched defs:totcount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 3647 long totcount;
3660 totcount = 0;
3724 file->fdr.cline = totcount + count;
3726 *linecntptr += totcount + count;
3727 totcount = 0;
3749 proc->pdr.iline = totcount;
3756 totcount += count;
3847 file->fdr.cline = totcount;
3851 *linecntptr += totcount;
3615 long totcount; local
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 3642 long totcount;
3656 totcount = 0;
3720 file->fdr.cline = totcount + count;
3722 *linecntptr += totcount + count;
3723 totcount = 0;
3745 proc->pdr.iline = totcount;
3752 totcount += count;
3844 file->fdr.cline = totcount;
3848 *linecntptr += totcount;
3610 long totcount; local

Completed in 19 milliseconds