Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.c1289 static struct bb *bb_head; variable
1317 for (ptr = bb_head; ptr; ptr = ptr->next) in __bb_exit_func()
1329 for (ptr = bb_head; ptr; ptr = ptr->next) in __bb_exit_func()
1510 for (ptr = bb_head; ptr; ptr = ptr->next) in __bb_exit_func()
1554 if (!bb_head) in __bb_init_func()
1559 blocks->next = bb_head; in __bb_init_func()
1560 bb_head = blocks; in __bb_init_func()
1573 for (ptr = bb_head; ptr != (struct bb *) 0; ptr = ptr->next) in __bb_fork_func()
H A DChangeLog.62624 * final.c (bb_head, bb_tail, bb_file_label_num, bb_func_label_num):