Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Ddictionary.c358 const struct pending *list_counter; in dict_create_hashed() local
364 for (list_counter = symbol_list; in dict_create_hashed()
365 list_counter != NULL; in dict_create_hashed()
366 list_counter = list_counter->next) in dict_create_hashed()
368 nsyms += list_counter->nsyms; in dict_create_hashed()
377 for (list_counter = symbol_list; in dict_create_hashed()
378 list_counter != NULL; in dict_create_hashed()
379 list_counter = list_counter->next) in dict_create_hashed()
381 for (i = list_counter->nsyms - 1; i >= 0; --i) in dict_create_hashed()
383 insert_symbol_hashed (retval, list_counter->symbol[i]); in dict_create_hashed()
[all …]
/freebsd-10-stable/contrib/gcc/
Dread-rtl.c1580 int list_counter = 0; in read_rtx_1() local
1592 list_counter++; in read_rtx_1()
1595 if (list_counter > 0) in read_rtx_1()
1597 return_vec = rtvec_alloc (list_counter); in read_rtx_1()
1599 list_counter * sizeof (rtx)); in read_rtx_1()