Home
last modified time | relevance | path

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

/bionic/libc/stdlib/
Datexit.c52 } fns[1]; /* the table itself */ member
107 memset(&p->fns[0], 0, sizeof(p->fns[0])); in __cxa_atexit()
111 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) / in __cxa_atexit()
112 sizeof(p->fns[0]); in __cxa_atexit()
116 fnp = &p->fns[p->ind++]; in __cxa_atexit()
149 if (p->fns[n].fn_ptr == NULL) in __cxa_finalize()
151 if (dso != NULL && dso != p->fns[n].fn_dso) in __cxa_finalize()
158 fn = p->fns[n]; in __cxa_finalize()
160 p->fns[n].fn_ptr = NULL; in __cxa_finalize()