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()
128 if (p->fns[n].fn_ptr.cxa_func == NULL) in __cxa_finalize()
130 if (dso != NULL && dso != p->fns[n].fn_dso) in __cxa_finalize()
137 fn = p->fns[n]; in __cxa_finalize()
139 p->fns[n].fn_ptr.cxa_func = NULL; in __cxa_finalize()
197 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) / in __atexit_register_cleanup()
198 sizeof(p->fns[0]); in __atexit_register_cleanup()
[all …]
Datexit.h46 } fns[1]; /* the table itself */ member
/bionic/libc/unistd/
Dabort.c68 if (p != NULL && p->fns[0].fn_dso == NULL && in __libc_android_abort()
69 p->fns[0].fn_ptr.std_func != NULL) { in __libc_android_abort()
71 (*p->fns[0].fn_ptr.std_func)(); in __libc_android_abort()