Searched refs:lcount (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c306 int c, ccount, lcount; local
325 lcount = 0;
359 printf("\r%d", ++lcount);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dprintcmd.c1852 int lcount;
1862 lcount = 0;
1866 lcount++;
1892 if (lcount > 1)
1845 int lcount; local
/freebsd-11-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c520 Dwarf_Signed lcount; local
594 switch (dwarf_srclines(die, &lbuf, &lcount, &de)) {
608 for (i = 0; i < lcount; i++) {
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c1150 Dwarf_Signed lcount, filecount; local
1355 ret = dwarf_srclines(die, &lbuf, &lcount, &de);
1360 for (i = 0; (Dwarf_Signed) i < lcount; i++) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-mips.c3102 unsigned int lcount = bfd2got->g->local_gotno;
3114 unsigned int primary_total = lcount + tcount + arg->global_count;
3121 if (! arg->primary && lcount + gcount + tcount <= maxcnt
3125 arg->primary_count = lcount + gcount;
3131 && (arg->primary_count + lcount + gcount + tcount) <= maxcnt)
3151 BFD_ASSERT (old_lcount + lcount >= arg->primary->local_gotno);
3160 && arg->current_count + lcount + gcount + tcount <= maxcnt)
3177 BFD_ASSERT (old_lcount + lcount >= arg->current->local_gotno);
3192 arg->current_count = lcount + gcount + 2 * tcount;
3088 unsigned int lcount = bfd2got->g->local_gotno; local

Completed in 103 milliseconds