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

/linux-4.1.27/kernel/gcov/
H A Dgcc_3_4.c26 static struct gcov_info *gcov_info_head; variable in typeref:struct:gcov_info
111 return gcov_info_head; gcov_info_next()
122 info->next = gcov_info_head; gcov_info_link()
123 gcov_info_head = info; gcov_info_link()
136 gcov_info_head = info->next; gcov_info_unlink()
H A Dgcc_4_7.c29 static struct gcov_info *gcov_info_head; variable in typeref:struct:gcov_info
120 return gcov_info_head; gcov_info_next()
131 info->next = gcov_info_head; gcov_info_link()
132 gcov_info_head = info; gcov_info_link()
145 gcov_info_head = info->next; gcov_info_unlink()

Completed in 78 milliseconds