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

/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-util.c69 static struct gcov_info *gcov_info_head; variable in typeref:struct:gcov_info
418 obj_info->next = gcov_info_head;
419 gcov_info_head = obj_info;
430 gcov_info_head = 0;
465 return gcov_info_head;;

Completed in 55 milliseconds