mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 23:05:36 -04:00
100 lines
3.4 KiB
C++
100 lines
3.4 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: __init_cpp_exceptions
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "Runtime.PPCEABI.H/__init_cpp_exceptions.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
|
|
// False False
|
|
extern "C" void __fini_cpp_exceptions();
|
|
// False False
|
|
extern "C" void __init_cpp_exceptions();
|
|
SECTION_CTORS10 extern void* const __init_cpp_exceptions_reference;
|
|
SECTION_CTORS15 extern void* const _ctors[];
|
|
SECTION_DTORS10 extern void* const __destroy_global_chain_reference;
|
|
SECTION_DTORS15 extern void* const __fini_cpp_exceptions_reference;
|
|
SECTION_DTORS15 extern void* const __dtors_null_terminator;
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
|
|
#pragma section "extabindex_"
|
|
extern void* const data_8000569C[8];
|
|
// False False
|
|
extern "C" void __destroy_global_chain();
|
|
// False False
|
|
extern "C" void __unregister_fragment();
|
|
// False False
|
|
extern "C" void __register_fragment();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* ############################################################################################## */
|
|
/* 803737C0-803737C4 0004+00 s=0 e=1 z=0 None .ctors __init_cpp_exceptions_reference */
|
|
SECTION_CTORS10 void* const __init_cpp_exceptions_reference = (void*)__init_cpp_exceptions;
|
|
|
|
/* 803737C4-8037396C 01A8+00 s=0 e=0 z=0 None .ctors _ctors */
|
|
SECTION_CTORS15 void* const _ctors[];
|
|
|
|
/* ############################################################################################## */
|
|
/* 80373980-80373984 0004+00 s=0 e=1 z=0 None .dtors __destroy_global_chain_reference */
|
|
SECTION_DTORS10 void* const __destroy_global_chain_reference = (void*)__destroy_global_chain;
|
|
|
|
/* 80373984-80373988 0004+00 s=0 e=0 z=0 None .dtors __fini_cpp_exceptions_reference */
|
|
SECTION_DTORS15 void* const __fini_cpp_exceptions_reference = (void*)__fini_cpp_exceptions;
|
|
|
|
/* 80373988-8037398C 0004+00 s=0 e=0 z=0 None .dtors __dtors_null_terminator */
|
|
SECTION_DTORS15 void* const __dtors_null_terminator = (void*)NULL;
|
|
|
|
/* ############################################################################################## */
|
|
/* 80450AD0-80450AD8 0004+04 s=2 e=0 z=0 None .sdata fragmentID */
|
|
SECTION_SDATA static u32 fragmentID[1 + 1 /* padding */] = {
|
|
0xFFFFFFFE,
|
|
/* padding */
|
|
0x00000000,
|
|
};
|
|
|
|
/* 8036283C-80362870 0034+00 s=1 e=1 z=0 None .text __fini_cpp_exceptions */
|
|
// 80362848: 80450AD0 (fragmentID)
|
|
// 80362854: 803628AC (__unregister_fragment)
|
|
// 8036285C: 80450AD0 (fragmentID)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// False False
|
|
extern "C" asm void __fini_cpp_exceptions() {
|
|
nofralloc
|
|
#include "asm/Runtime.PPCEABI.H/__init_cpp_exceptions/__fini_cpp_exceptions.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|
|
/* 80362870-803628AC 003C+00 s=1 e=1 z=0 None .text __init_cpp_exceptions */
|
|
// 8036287C: 80450AD0 (fragmentID)
|
|
// 80362888: 8000569C (data_8000569C)
|
|
// 80362890: 8000569C (data_8000569C)
|
|
// 80362894: 803628E0 (__register_fragment)
|
|
// 80362898: 80450AD0 (fragmentID)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// False False
|
|
extern "C" asm void __init_cpp_exceptions() {
|
|
nofralloc
|
|
#include "asm/Runtime.PPCEABI.H/__init_cpp_exceptions/__init_cpp_exceptions.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|