Lines Matching defs:info
98 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename()
107 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
119 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
131 void gcov_info_link(struct gcov_info *info) in gcov_info_link()
142 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
159 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active()
165 static unsigned int num_counter_active(struct gcov_info *info) in num_counter_active()
181 void gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
252 struct gcov_info *gcov_info_dup(struct gcov_info *info) in gcov_info_dup()
321 void gcov_info_free(struct gcov_info *info) in gcov_info_free()
361 struct gcov_info *info; member
423 static size_t convert_to_gcda(char *buffer, struct gcov_info *info) in convert_to_gcda()
476 struct gcov_iterator *gcov_iter_new(struct gcov_info *info) in gcov_iter_new()