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

/freebsd-11-stable/lib/csu/aarch64/
H A Dcrt1.c42 extern void _mcleanup(void);
78 atexit(_mcleanup);
/freebsd-11-stable/lib/csu/amd64/
H A Dcrt1.c39 extern void _mcleanup(void);
66 atexit(_mcleanup);
/freebsd-11-stable/lib/csu/i386/
H A Dcrt1_c.c43 extern void _mcleanup(void);
65 atexit(_mcleanup);
/freebsd-11-stable/lib/csu/riscv/
H A Dcrt1.c48 extern void _mcleanup(void);
82 atexit(_mcleanup);
/freebsd-11-stable/lib/csu/mips/
H A Dcrt1.c48 extern void _mcleanup(void);
78 atexit(_mcleanup);
/freebsd-11-stable/lib/csu/powerpc/
H A Dcrt1.c55 extern void _mcleanup(void);
90 atexit(_mcleanup);
/freebsd-11-stable/lib/csu/powerpc64/
H A Dcrt1.c58 extern void _mcleanup(void);
89 atexit(_mcleanup);
/freebsd-11-stable/lib/csu/sparc64/
H A Dcrt1.c48 extern void _mcleanup(void);
91 atexit(_mcleanup);
/freebsd-11-stable/lib/csu/arm/
H A Dcrt1.c60 extern void _mcleanup(void);
107 atexit(_mcleanup);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dgmon-sol2.c66 extern void _mcleanup (void);
199 _mcleanup (void) function
273 on_exit(_mcleanup, 0);
275 atexit(_mcleanup);
H A Dsol2-gc1.asm45 ! to allow program profiling, by calling monstartup on entry and _mcleanup
76 movl $_mcleanup,%eax
79 pushl $_mcleanup
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dgmon-sol2.c93 extern void _mcleanup (void);
171 _mcleanup(void) function
298 on_exit(_mcleanup, 0);
300 atexit(_mcleanup);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmaint.c647 extern void _mcleanup (void);
650 _mcleanup ();
680 extern void _mcleanup (void);
681 _mcleanup ();
/freebsd-11-stable/lib/libc/gmon/
H A Dgmon.c64 void _mcleanup(void);
114 _mcleanup(void) function
134 ERR("_mcleanup: tos overflow\n");
160 _warn("_mcleanup: %s", outname);
166 _warn("_mcleanup: gmon.log");
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dmaster.c837 _mcleanup();
/freebsd-11-stable/contrib/tcsh/
H A Dsh.c1824 _mcleanup();

Completed in 205 milliseconds