Searched refs:gcov_info_head (Results 1 – 2 of 2) sorted by relevance
27 static struct gcov_info *gcov_info_head; variable112 return gcov_info_head; in gcov_info_next()123 info->next = gcov_info_head; in gcov_info_link()124 gcov_info_head = info; in gcov_info_link()137 gcov_info_head = info->next; in gcov_info_unlink()
34 static struct gcov_info *gcov_info_head; variable125 return gcov_info_head; in gcov_info_next()136 info->next = gcov_info_head; in gcov_info_link()137 gcov_info_head = info; in gcov_info_link()150 gcov_info_head = info->next; in gcov_info_unlink()