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

/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-util.c73 static struct gcov_fn_info *curr_fn_info; variable in typeref:struct:gcov_fn_info
148 set_fn_ctrs (curr_fn_info);
149 obstack_ptr_grow (&fn_info, curr_fn_info);
154 curr_fn_info = (struct gcov_fn_info *) xcalloc (sizeof (struct gcov_fn_info)
161 curr_fn_info->key = curr_gcov_info;
162 curr_fn_info->ident = gcov_read_unsigned ();
163 curr_fn_info->lineno_checksum = gcov_read_unsigned ();
164 curr_fn_info->cfg_checksum = gcov_read_unsigned ();
168 fnotice (stdout, "tag one function id=%d\n", curr_fn_info->ident);
232 It flushes the contents in curr_fn_info t
[all...]

Completed in 81 milliseconds