Phoenix
Object-oriented orthogonally persistent operating system
|
C++ ABI support class. More...
#include <gcc.h>
Static Public Member Functions | |
static int | ConstructStaticObjects () |
Construct all static objects. | |
static int | DestructStaticObjects () |
Destruct all static objects. |
C++ ABI support class.
int Cxa::ConstructStaticObjects | ( | ) | [static] |
Construct all static objects.
Call constructors for all static objects in the linked module. Used by low level startup code.
int Cxa::DestructStaticObjects | ( | ) | [static] |
Destruct all static objects.
Call destructors for all static objects in the linked module. Used by low level cleanup code.