Searched refs:gcov_info_head (Results 1 – 2 of 2) sorted by relevance
26 static struct gcov_info *gcov_info_head; variable111 return gcov_info_head; in gcov_info_next()122 info->next = gcov_info_head; in gcov_info_link()123 gcov_info_head = info; in gcov_info_link()136 gcov_info_head = info->next; in gcov_info_unlink()
29 static struct gcov_info *gcov_info_head; variable120 return gcov_info_head; in gcov_info_next()131 info->next = gcov_info_head; in gcov_info_link()132 gcov_info_head = info; in gcov_info_link()145 gcov_info_head = info->next; in gcov_info_unlink()