Searched refs:gcov_info_head (Results 1 – 1 of 1) sorted by relevance
40 static struct gcov_info *gcov_info_head; variable136 return gcov_info_head; in gcov_info_next()147 info->next = gcov_info_head; in gcov_info_link()148 gcov_info_head = info; in gcov_info_link()161 gcov_info_head = info->next; in gcov_info_unlink()
Completed in 5 milliseconds