Home
last modified time | relevance | path

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

/linux/kernel/gcov/
H A Dgcc_4_7.c38 static struct gcov_info *gcov_info_head; variable
134 return gcov_info_head; in gcov_info_next()
145 info->next = gcov_info_head; in gcov_info_link()
146 gcov_info_head = info; in gcov_info_link()
159 gcov_info_head = info->next; in gcov_info_unlink()