Home
last modified time | relevance | path

Searched refs:gcov_info_head (Results 1 – 2 of 2) sorted by relevance

/kernel/gcov/
Dgcc_3_4.c26 static struct gcov_info *gcov_info_head; variable
111 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()
Dgcc_4_7.c35 static struct gcov_info *gcov_info_head; variable
126 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()