Searched refs:_on_exit_args (Results 1 – 4 of 4) sorted by relevance
26 struct _on_exit_args { struct41 struct _on_exit_args _on_exit_args; argument
65 struct _on_exit_args * args; in __register_exitproc()95 args = &p->_on_exit_args; in __register_exitproc()
100 register struct _on_exit_args * args; in __call_exitprocs()114 args = &p->_on_exit_args; in __call_exitprocs()
14 _on_exit_args.13458 * libc/include/sys/reent.h (struct _on_exit_args): Add _dso_handle15155 * libc/include/sys/reent.h (struct _on_exit_args): New15157 (struct _atexit): Include struct _on_exit_args. For15160 * libc/reent/reent.c (_reclaim_reent): Free the _on_exit_args15165 _on_exit_args structure. For _REENT_SMALL, allocate a15167 * libc/stdlib/exit.c (exit): Indirect via the _on_exit_args