10extern int __register_fragment(
void *,
void *);
11extern void __unregister_fragment(
int);
40#pragma section ".ctors$10"
41__declspec(section
".ctors$10")
43#pragma section ".dtors$10"
44__declspec(section
".dtors$10")
46#pragma section ".dtors$15"
47__declspec(section
".dtors$15")
void __init_cpp_exceptions(void)
Registers the exception table.
void __fini_cpp_exceptions(void)
Unregisters the exception table.
static int fragmentID
ID given to fragment by exception-handling.
void __destroy_global_chain()
Destroys all constructed global objects.
C++ exception table info.