Searched refs:__gcov_dump (Results 1 – 12 of 12) sorted by relevance
36 void __gcov_dump (void) {} in __gcov_dump() function166 __gcov_dump (void) in __gcov_dump() function208 __gcov_dump (); in __gcov_execl()243 __gcov_dump (); in __gcov_execlp()279 __gcov_dump (); in __gcov_execle()311 __gcov_dump (); in __gcov_execv()327 __gcov_dump (); in __gcov_execvp()343 __gcov_dump (); in __gcov_execve()
36 extern void __gcov_dump (void);
1424 (__gcov_dump): Likewise.6300 (__gcov_reset, __gcov_dump): Don't call them.8453 (__gcov_dump): Ditto.
40 void __gcov_dump (void) {} in __gcov_dump() function166 ALIAS_void_fn (__gcov_dump_int, __gcov_dump);
34 extern void __gcov_dump (void);
886 Long-running applications can use the @code{__gcov_reset} and @code{__gcov_dump}889 counters to zero, and calling @code{__gcov_dump(void)} will cause the profile892 to invoke the @code{__gcov_dump} function. Thus @code{__gcov_dump}
59417 Long-running applications can use the '__gcov_reset' and '__gcov_dump'59420 counters to zero, and calling '__gcov_dump(void)' will cause the profile59423 99 to invoke the '__gcov_dump' function. Thus '__gcov_dump' is executed
885 Long-running applications can use the @code{__gcov_reset} and @code{__gcov_dump}888 to zero, and calling @code{__gcov_dump(void)} will cause the profile information891 to invoke the @code{__gcov_dump} function. Thus @code{__gcov_dump}
56427 Long-running applications can use the '__gcov_reset' and '__gcov_dump'56430 to zero, and calling '__gcov_dump(void)' will cause the profile56433 99 to invoke the '__gcov_dump' function. Thus '__gcov_dump' is executed
25191 * gcov-io.h (__gcov_reset, __gcov_dump): Declare.25192 * doc/gcov.texi: Add note on using __gcov_reset and __gcov_dump.
25119 * doc/gcov.texi: Document that __gcov_dump can be called just
16161 * doc/gcov.texi: Change _gcov_dump to __gcov_dump and