Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/gcov/
Dgcc_3_4.c27 static struct gcov_info *gcov_info_head; variable
112 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()
Dgcc_4_7.c34 static struct gcov_info *gcov_info_head; variable
125 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()