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()
35 static struct gcov_info *gcov_info_head; variable126 return gcov_info_head; in gcov_info_next()137 info->next = gcov_info_head; in gcov_info_link()138 gcov_info_head = info; in gcov_info_link()151 gcov_info_head = info->next; in gcov_info_unlink()