Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
__init_cpp_exceptions.cpp File Reference

Functions

void __init_cpp_exceptions (void)
 
void __fini_cpp_exceptions (void)
 
void __destroy_global_chain (void)
 
void __unregister_fragment (int)
 
int __register_fragment (struct __eti_init_info *info, char *TOC)
 
void GetR2 (char **R2)
 
 __declspec (section ".ctors$10") extern void *const __init_cpp_exceptions_reference
 
 __declspec (section ".dtors$10") extern void *const __destroy_global_chain_reference
 
 __declspec (section ".dtors$15") extern void *const __fini_cpp_exceptions_reference
 

Variables

static int fragmentID = -2
 

Function Documentation

◆ __declspec() [1/3]

__declspec ( section ".ctors$10" ) const

◆ __declspec() [2/3]

__declspec ( section ".dtors$10" ) const

◆ __declspec() [3/3]

__declspec ( section ".dtors$15" ) const

◆ __destroy_global_chain()

void __destroy_global_chain ( void )
extern

◆ __fini_cpp_exceptions()

void __fini_cpp_exceptions ( void )
extern

◆ __init_cpp_exceptions()

void __init_cpp_exceptions ( void )
extern

◆ __register_fragment()

int __register_fragment ( struct __eti_init_info * info,
char * TOC )
extern

◆ __unregister_fragment()

void __unregister_fragment ( int )
extern

◆ GetR2()

void GetR2 ( char ** R2)
extern

Variable Documentation

◆ fragmentID

int fragmentID = -2
static