Searched refs:fns (Results 1 – 4 of 4) sorted by relevance
40 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()
96 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()
59 struct exit_function fns[32]; member
68 struct exit_function *const f = &cur->fns[--cur->idx]; in __run_exit_handlers()
Completed in 7 milliseconds