Phoenix
Object-oriented orthogonally persistent operating system
Functions
gcc.cpp File Reference

GCC low-level run-time support functions. More...

#include <sys.h>
Include dependency graph for gcc.cpp:

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.

Detailed Description

GCC low-level run-time support functions.


Function Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines