Home
last modified time | relevance | path

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

/freebsd/sys/gnu/gcov/
H A Dgcov_fs.c60 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters);
61 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters);
62 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters);
63 void __gcov_merge_ior(gcov_type *counters, unsigned int n_counters);
64 void __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters);
65 void __gcov_merge_icall_topn(gcov_type *counters, unsigned int n_counters);
137 __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add()
143 __gcov_merge_single(gcov_type *counters, unsigned int n_counters) in __gcov_merge_single()
149 __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) in __gcov_merge_delta()
155 __gcov_merge_ior(gcov_type *counters, unsigned int n_counters) in __gcov_merge_ior()
[all …]
H A Dgcc_4_7.c62 gcov_type *values;
108 void (*merge[GCOV_COUNTERS])(gcov_type *, unsigned int);
222 sizeof(gcov_type) * ci_ptr->num); in gcov_info_reset()
324 cv_size = sizeof(gcov_type) * sci_ptr->num; in gcov_info_dup()
H A Dgcov.h45 typedef uint64_t gcov_type; typedef