Files
tp/libs/Runtime.PPCEABI.H/__init_cpp_exceptions.cpp
T

75 lines
2.7 KiB
C++
Raw Normal View History

2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Generated By: dol2asm
// Translation Unit: __init_cpp_exceptions
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
2021-04-01 02:07:58 +02:00
#include "Runtime.PPCEABI.H/__init_cpp_exceptions.h"
2021-03-28 22:49:05 +02:00
#include "dol2asm.h"
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Forward References:
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
extern "C" void __fini_cpp_exceptions();
extern "C" void __init_cpp_exceptions();
2021-03-31 23:22:32 +02:00
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;
2021-03-28 22:49:05 +02:00
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// External References:
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
#pragma section "extabindex_"
extern void* const data_8000569C[8];
extern "C" void __destroy_global_chain();
extern "C" void __unregister_fragment();
extern "C" void __register_fragment();
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Declarations:
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
/* ############################################################################################## */
2021-04-06 18:00:35 +02:00
/* 803737C0-803737C4 000000 0004+00 0/0 1/1 0/0 .ctors __init_cpp_exceptions_reference */
SECTION_CTORS10 extern void* const __init_cpp_exceptions_reference = (void*)__init_cpp_exceptions;
2021-03-28 22:49:05 +02:00
2021-04-06 18:00:35 +02:00
/* 803737C4-8037396C 000004 01A8+00 0/0 0/1 0/0 .ctors _ctors */
/* generated by the linker */
2021-03-28 22:49:05 +02:00
/* ############################################################################################## */
2021-04-06 18:00:35 +02:00
/* 80373980-80373984 000000 0004+00 0/0 1/1 0/0 .dtors __destroy_global_chain_reference */
SECTION_DTORS10 extern void* const __destroy_global_chain_reference = (void*)__destroy_global_chain;
2021-03-28 22:49:05 +02:00
2021-04-06 18:00:35 +02:00
/* 80373984-80373988 000004 0004+00 0/0 0/1 0/0 .dtors __fini_cpp_exceptions_reference */
SECTION_DTORS15 extern void* const __fini_cpp_exceptions_reference = (void*)__fini_cpp_exceptions;
2021-03-31 23:22:32 +02:00
2021-04-06 18:00:35 +02:00
/* 80373988-8037398C 000008 0004+00 0/0 0/0 0/0 .dtors __dtors_null_terminator */
SECTION_DTORS15 extern void* const __dtors_null_terminator = (void*)NULL;
2021-03-28 22:49:05 +02:00
/* ############################################################################################## */
2021-04-06 18:00:35 +02:00
/* 80450AD0-80450AD8 000550 0004+04 2/2 0/0 0/0 .sdata fragmentID */
SECTION_SDATA static int fragmentID = -2;
2021-03-28 22:49:05 +02:00
2021-04-06 18:00:35 +02:00
/* 8036283C-80362870 35D17C 0034+00 1/0 1/0 0/0 .text __fini_cpp_exceptions */
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-04-06 18:00:35 +02:00
asm void __fini_cpp_exceptions() {
2021-04-01 02:07:58 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/Runtime.PPCEABI.H/__init_cpp_exceptions/__fini_cpp_exceptions.s"
}
#pragma pop
2021-04-06 18:00:35 +02:00
/* 80362870-803628AC 35D1B0 003C+00 1/0 1/0 0/0 .text __init_cpp_exceptions */
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-04-06 18:00:35 +02:00
asm void __init_cpp_exceptions() {
2021-04-01 02:07:58 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/Runtime.PPCEABI.H/__init_cpp_exceptions/__init_cpp_exceptions.s"
}
#pragma pop