Lines Matching defs:info
112 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename()
121 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
133 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
145 void gcov_info_link(struct gcov_info *info) in gcov_info_link()
156 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
171 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module()
185 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active()
191 static unsigned int num_counter_active(struct gcov_info *info) in num_counter_active()
207 void gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
278 struct gcov_info *gcov_info_dup(struct gcov_info *info) in gcov_info_dup()
347 void gcov_info_free(struct gcov_info *info) in gcov_info_free()
384 size_t convert_to_gcda(char *buffer, struct gcov_info *info) in convert_to_gcda()