Home
last modified time | relevance | path

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

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