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

/freebsd-9.3-release/contrib/gcc/
H A Dlibgcov.c232 const struct gcov_fn_info *fi_ptr;
295 fi_stride = sizeof (struct gcov_fn_info) + c_ix * sizeof (unsigned);
296 if (__alignof__ (struct gcov_fn_info) > sizeof (unsigned))
298 fi_stride += __alignof__ (struct gcov_fn_info) - 1;
299 fi_stride &= ~(__alignof__ (struct gcov_fn_info) - 1);
342 fi_ptr = (const struct gcov_fn_info *)
488 fi_ptr = (const struct gcov_fn_info *)
H A Dgcov-io.h407 struct gcov_fn_info struct
435 const struct gcov_fn_info *functions; /* table of functions */

Completed in 112 milliseconds