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

/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot.s75 extern void atexit_fini();
81 atexit_fini();
92 .global _rt_boot, _setup, atexit_fini
180 ldx [%l7 + atexit_fini], %g1! get function address
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.s78 extern void atexit_fini();
83 atexit_fini();
152 movq atexit_fini@GOTPCREL(%rip), %rdx
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s77 extern void atexit_fini();
82 atexit_fini();
134 movl atexit_fini@GOT(%ebx), %edx
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s83 extern void atexit_fini();
89 atexit_fini();
100 .global _rt_boot, _setup, atexit_fini
181 ld [%l7 + atexit_fini], %g1! get function address
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h665 extern void atexit_fini(void);
H A Dutil.c832 * Skip main, this is explicitly called last in atexit_fini().
858 atexit_fini() function

Completed in 54 milliseconds