Home
last modified time | relevance | path

Searched refs:_mcleanup (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/lib/csu/x86_64/
H A Dcrt1.c42 extern void _mcleanup(void);
101 atexit(_mcleanup); in _start()
/dflybsd-src/contrib/gcc-4.7/libgcc/config/
H A Dgmon-sol2.c45 extern void _mcleanup (void);
156 _mcleanup (void) in _mcleanup() function
345 atexit (_mcleanup); in internal_mcount()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dmaint.c681 extern void _mcleanup (void); in mcleanup_wrapper()
684 _mcleanup (); in mcleanup_wrapper()
715 extern void _mcleanup (void); in maintenance_set_profile_cmd()
717 _mcleanup (); in maintenance_set_profile_cmd()
H A Dconfig.in581 /* Define to 1 if you have the `_mcleanup' function. */
H A DREADME460 Requires the functions `monstartup' and `_mcleanup' to be present
H A Dconfigure.ac422 AC_CHECK_FUNCS(monstartup _mcleanup)
445 AC_MSG_ERROR(--enable-profiling requires monstartup and _mcleanup)
/dflybsd-src/lib/libc/gmon/
H A DSymbol.map2 _mcleanup;
H A Dgmon.c58 void _mcleanup(void);
113 _mcleanup(void) in _mcleanup() function
/dflybsd-src/contrib/tcsh-6/
H A Dsh.c1828 _mcleanup(); in exitstat()