Searched refs:atexit (Results 1 – 11 of 11) sorted by relevance
29 .globl atexit symbol30 .hidden atexit31 .type atexit, @function33 .ent atexit34 atexit: label42 .size atexit, .-atexit43 .end atexit
35 struct atexit { struct36 struct atexit *next; /* next in list */ argument52 extern struct atexit *__atexit; /* points to head of LIFO stack */ argument
41 struct atexit *__atexit;63 struct atexit *p = __atexit; in __cxa_atexit()115 struct atexit *p, *q; in __cxa_finalize()182 struct atexit *p; in __atexit_register_cleanup()
32 int atexit(void (*func)(void)) in atexit() function
45 atexit(void (*func)(void)) in atexit() function
45 struct atexit *p = __atexit; in __libc_android_abort()
14 atexit(3) handlers registered by a shared library aren't called on
46 extern int atexit(void (*)(void));
44 using ::atexit;
81 stdlib/atexit.c \