Phoenix
Object-oriented orthogonally persistent operating system
|
GCC low-level run-time support functions. More...
#include <sys.h>
Functions | |
ASMCALL int | __cxa_atexit (void(*func)(void *) UNUSED, void *arg UNUSED, void *dso_handle UNUSED) |
This ABI function is called to register a function which will be called on DSO unloading. | |
ASMCALL void | __cxa_pure_virtual () |
This ABI function is called when pure virtual method is called. | |
ASMCALL void | __cxa_finalize (void *f UNUSED) |
This ABI function is called on DSO unloading. |
GCC low-level run-time support functions.
ASMCALL void __cxa_finalize | ( | void *f | UNUSED | ) |
This ABI function is called on DSO unloading.
ASMCALL void __cxa_pure_virtual | ( | ) |
This ABI function is called when pure virtual method is called.