Home
last modified time | relevance | path

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

/stdlib/
A Dcxa_finalize.c40 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) in __cxa_finalize()
98 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) in __cxa_finalize()
A Dcxa_atexit.c96 if (l->fns[i - 1].flavor != ef_free) in __new_exitfn()
106 if (l == NULL || i == sizeof (l->fns) / sizeof (l->fns[0])) in __new_exitfn()
124 r = &p->fns[0]; in __new_exitfn()
131 r = &l->fns[i]; in __new_exitfn()
A Dexit.h59 struct exit_function fns[32]; member
A Dexit.c68 struct exit_function *const f = &cur->fns[--cur->idx]; in __run_exit_handlers()

Completed in 7 milliseconds