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

/freebsd-10-stable/contrib/gdb/gdb/
H A Ddictionary.c358 const struct pending *list_counter; local
364 for (list_counter = symbol_list;
365 list_counter != NULL;
366 list_counter = list_counter->next)
368 nsyms += list_counter->nsyms;
377 for (list_counter = symbol_list;
378 list_counter != NULL;
379 list_counter = list_counter
422 const struct pending *list_counter; local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dread-rtl.c1582 int list_counter = 0;
1594 list_counter++;
1597 if (list_counter > 0)
1599 return_vec = rtvec_alloc (list_counter);
1601 list_counter * sizeof (rtx));
1580 int list_counter = 0; local

Completed in 70 milliseconds