Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-util.c70 static struct gcov_info *gcov_info_head; variable
420 obj_info->next = gcov_info_head; in ftw_read_file()
421 gcov_info_head = obj_info; in ftw_read_file()
432 gcov_info_head = 0; in read_profile_dir_init()
466 return gcov_info_head;; in gcov_read_profile_dir()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-util.c70 static struct gcov_info *gcov_info_head; variable
422 obj_info->next = gcov_info_head; in ftw_read_file()
423 gcov_info_head = obj_info; in ftw_read_file()
434 gcov_info_head = 0; in read_profile_dir_init()
468 return gcov_info_head;; in gcov_read_profile_dir()