Home
last modified time | relevance | path

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

/freebsd/sys/gnu/gcov/
H A Dgcov.h51 struct gcov_info;
54 const char *gcov_info_filename(struct gcov_info *info);
55 unsigned int gcov_info_version(struct gcov_info *info);
56 struct gcov_info *gcov_info_next(struct gcov_info *info);
57 void gcov_info_link(struct gcov_info *info);
58 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info);
69 struct gcov_iterator *gcov_iter_new(struct gcov_info *info);
74 struct gcov_info *gcov_iter_get_info(struct gcov_iterator *iter);
77 void gcov_info_reset(struct gcov_info *info);
78 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
[all …]
H A Dgcc_4_7.c50 static struct gcov_info *gcov_info_head;
83 const struct gcov_info *key;
103 struct gcov_info { struct
105 struct gcov_info *next; argument
118 gcov_info_filename(struct gcov_info *info) in gcov_info_filename() argument
128 gcov_info_version(struct gcov_info *info) in gcov_info_version()
140 struct gcov_info *
141 gcov_info_next(struct gcov_info *info) in gcov_info_next()
154 gcov_info_link(struct gcov_info *info) in gcov_info_link()
166 gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
[all …]
H A Dgcov_fs.c58 void __gcov_init(struct gcov_info *info);
68 static void gcov_event(enum gcov_action action, struct gcov_info *info);
103 __gcov_init(struct gcov_info *info) in __gcov_init()
206 struct gcov_info **loaded_info;
207 struct gcov_info *unloaded_info;
290 static struct gcov_info *
303 static struct gcov_info *
306 struct gcov_info *info; in get_accumulated_info()
331 struct gcov_info *info; in gcov_seq_open()
370 struct gcov_info *info; in gcov_seq_release()
[all …]