Lines Matching defs:info
96 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename()
105 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
117 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
129 void gcov_info_link(struct gcov_info *info) in gcov_info_link()
140 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
157 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active()
163 static unsigned int num_counter_active(struct gcov_info *info) in num_counter_active()
179 void gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
250 struct gcov_info *gcov_info_dup(struct gcov_info *info) in gcov_info_dup()
319 void gcov_info_free(struct gcov_info *info) in gcov_info_free()
359 struct gcov_info *info; member
421 static size_t convert_to_gcda(char *buffer, struct gcov_info *info) in convert_to_gcda()
474 struct gcov_iterator *gcov_iter_new(struct gcov_info *info) in gcov_iter_new()