Home
last modified time | relevance | path

Searched refs:fns (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/stdlib/
Datexit.c84 memset(&p->fns[0], 0, sizeof(p->fns[0])); in __cxa_atexit()
88 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) / in __cxa_atexit()
89 sizeof(p->fns[0]); in __cxa_atexit()
95 fnp = &p->fns[p->ind++]; in __cxa_atexit()
138 if (p->fns[n].fn_ptr.cxa_func == NULL) in __cxa_finalize()
140 if (dso != NULL && dso != p->fns[n].fn_dso) in __cxa_finalize()
147 fn = p->fns[n]; in __cxa_finalize()
149 p->fns[n].fn_ptr.cxa_func = NULL; in __cxa_finalize()
204 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) / in __atexit_register_cleanup()
205 sizeof(p->fns[0]); in __atexit_register_cleanup()
[all …]
Datexit.h44 } fns[1]; /* the table itself */ member
/bionic/libc/unistd/
Dabort.c73 if (p != NULL && p->fns[0].fn_dso == NULL && in __libc_android_abort()
74 p->fns[0].fn_ptr.std_func != NULL) { in __libc_android_abort()
76 (*p->fns[0].fn_ptr.std_func)(); in __libc_android_abort()