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

/freebsd-10.2-release/lib/csu/amd64/
H A Dcrt1.c45 extern void _mcleanup(void);
72 atexit(_mcleanup);
/freebsd-10.2-release/lib/csu/i386-elf/
H A Dcrt1_c.c49 extern void _mcleanup(void);
71 atexit(_mcleanup);
/freebsd-10.2-release/lib/csu/mips/
H A Dcrt1.c52 extern void _mcleanup(void);
82 atexit(_mcleanup);
/freebsd-10.2-release/lib/csu/powerpc/
H A Dcrt1.c61 extern void _mcleanup(void);
96 atexit(_mcleanup);
/freebsd-10.2-release/lib/csu/powerpc64/
H A Dcrt1.c64 extern void _mcleanup(void);
95 atexit(_mcleanup);
/freebsd-10.2-release/lib/csu/sparc64/
H A Dcrt1.c54 extern void _mcleanup(void);
97 atexit(_mcleanup);
/freebsd-10.2-release/lib/csu/arm/
H A Dcrt1.c64 extern void _mcleanup(void);
111 atexit(_mcleanup);
/freebsd-10.2-release/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-10.2-release/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-10.2-release/contrib/gdb/gdb/
H A Dmaint.c647 extern void _mcleanup (void);
650 _mcleanup ();
680 extern void _mcleanup (void);
681 _mcleanup ();
/freebsd-10.2-release/lib/csu/ia64/
H A Dcrt1.S120 addl r14=@ltoff(@fptr(_mcleanup)),gp
/freebsd-10.2-release/lib/libc/gmon/
H A Dgmon.c122 _mcleanup(void) function
142 ERR("_mcleanup: tos overflow\n");
168 _warn("_mcleanup: %s", outname);
174 _warn("_mcleanup: gmon.log");
/freebsd-10.2-release/usr.sbin/timed/timed/
H A Dmaster.c835 _mcleanup();
/freebsd-10.2-release/contrib/tcsh/
H A Dsh.c1800 _mcleanup();

Completed in 116 milliseconds