Searched refs:totcount (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/
H A Decoff.c3701 long totcount;
3715 totcount = 0;
3781 file->fdr.cline = totcount + count;
3783 *linecntptr += totcount + count;
3784 totcount = 0;
3806 proc->pdr.iline = totcount;
3813 totcount += count;
3905 file->fdr.cline = totcount;
3909 *linecntptr += totcount;
3669 long totcount; local
/haiku-buildtools/binutils/gas/
H A Decoff.c3695 long totcount;
3709 totcount = 0;
3775 file->fdr.cline = totcount + count;
3777 *linecntptr += totcount + count;
3778 totcount = 0;
3800 proc->pdr.iline = totcount;
3807 totcount += count;
3899 file->fdr.cline = totcount;
3903 *linecntptr += totcount;
3663 long totcount; local

Completed in 165 milliseconds