Searched refs:gcov_info_head (Results 1 – 1 of 1) sorted by relevance
23 static struct gcov_info *gcov_info_head; variable48 info->next = gcov_info_head; in __gcov_init()49 gcov_info_head = info; in __gcov_init()99 for (info = gcov_info_head; info; info = info->next) in gcov_enable_events()123 for (info = gcov_info_head; info; info = info->next) { in gcov_module_notifier()128 gcov_info_head = info->next; in gcov_module_notifier()