FreeNOS
|
Go to the source code of this file.
Functions | |
C void | constructors () |
Invokes all function pointers inside the .ctors section. More... | |
C void | destructors () |
Invokes function pointers inside the .dtors section. More... | |
C void | __cxa_pure_virtual () |
Unknown function, required by g++. More... | |
C void | __dso_handle () |
C void | __stack_chk_fail (void) |
C int | __cxa_atexit (void(*func)(void *), void *arg, void *dso_handle) |
C int | raise (int sig) |
C int __cxa_atexit | ( | void(*)(void *) | func, |
void * | arg, | ||
void * | dso_handle | ||
) |
Definition at line 50 of file Support.cpp.
C void __dso_handle | ( | ) |
Definition at line 42 of file Support.cpp.
C void __stack_chk_fail | ( | void | ) |
Definition at line 46 of file Support.cpp.
C int raise | ( | int | sig | ) |
Definition at line 55 of file Support.cpp.