Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Datexit.h26 struct _on_exit_args { struct
41 struct _on_exit_args _on_exit_args; argument
D__atexit.c65 struct _on_exit_args * args; in __register_exitproc()
95 args = &p->_on_exit_args; in __register_exitproc()
D__call_atexit.c100 register struct _on_exit_args * args; in __call_exitprocs()
114 args = &p->_on_exit_args; in __call_exitprocs()
/picolibc-latest/newlib/
DChangeLog-201514 _on_exit_args.
13458 * libc/include/sys/reent.h (struct _on_exit_args): Add _dso_handle
15155 * libc/include/sys/reent.h (struct _on_exit_args): New
15157 (struct _atexit): Include struct _on_exit_args. For
15160 * libc/reent/reent.c (_reclaim_reent): Free the _on_exit_args
15165 _on_exit_args structure. For _REENT_SMALL, allocate a
15167 * libc/stdlib/exit.c (exit): Indirect via the _on_exit_args