OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gcov_info_head
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c
70
static struct gcov_info *
gcov_info_head
;
variable in typeref:struct:gcov_info
422
obj_info->next =
gcov_info_head
;
423
gcov_info_head
= obj_info;
434
gcov_info_head
= 0;
468
return
gcov_info_head
;;
/src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c
70
static struct gcov_info *
gcov_info_head
;
variable in typeref:struct:gcov_info
297
obj_info->next =
gcov_info_head
;
298
gcov_info_head
= obj_info;
424
gcov_info_head
= 0;
458
return
gcov_info_head
;;
783
return
gcov_info_head
;
804
return
gcov_info_head
;
Completed in 16 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026