Searched refs:gcov_fn_info (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/gcov/
H A Dgcov.h38 * struct gcov_fn_info - profiling meta data per function
46 struct gcov_fn_info { struct
87 const struct gcov_fn_info *functions;
H A Dgcc_3_4.c104 size = sizeof(struct gcov_fn_info) + num_counter_active(info) *
106 if (__alignof__(struct gcov_fn_info) > sizeof(unsigned int))
107 size = ALIGN(size, __alignof__(struct gcov_fn_info));
112 static struct gcov_fn_info *get_fn_info(struct gcov_info *info, unsigned int fn)
114 return (struct gcov_fn_info *)
231 static struct gcov_fn_info *get_func(struct gcov_iterator *iter)

Completed in 54 milliseconds