Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddictionary.c364 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()
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()
428 for (list_counter = symbol_list; in dict_create_linear()
429 list_counter != NULL; in dict_create_linear()
430 list_counter = list_counter->next) in dict_create_linear()
441 list_counter != NULL; in dict_create_linear()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dread-rtl.c640 int list_counter = 0; local
652 list_counter++;
655 if (list_counter > 0)
657 return_vec = rtvec_alloc (list_counter);
659 list_counter * sizeof (rtx));
/openbsd/gnu/gcc/gcc/
H A 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()