Go to the source code of this file.
Typedefs | |
typedef void(* | exit_func_t) (void) |
Enumerations | |
enum | __atexit_types { __et_atexit , __et_onexit , __et_cxa } |
Functions | |
void | __call_exitprocs (int, void *) |
int | __register_exitproc (int, exit_func_t fn, void *, void *) |
void | os_run_fini_array (void) |
enum __atexit_types |
void __call_exitprocs | ( | int | , |
void * | |||
) |
int __register_exitproc | ( | int | , |
exit_func_t | fn, | ||
void * | , | ||
void * | |||
) |
void os_run_fini_array | ( | void | ) |
Definition at line 197 of file startup.cpp.