building RELs

This commit is contained in:
Julgodis
2021-04-06 18:00:35 +02:00
parent f6464a61ce
commit ed1ee30dd2
36358 changed files with 867422 additions and 1426658 deletions
@@ -34,53 +34,45 @@ extern "C" void __register_fragment();
//
/* ############################################################################################## */
/* 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;
/* 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;
/* 803737C4-8037396C 01A8+00 s=0 e=0 z=0 None .ctors _ctors */
SECTION_CTORS15 void* const _ctors[];
/* 803737C4-8037396C 000004 01A8+00 0/0 0/1 0/0 .ctors _ctors */
/* generated by the linker */
/* ############################################################################################## */
/* 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;
/* 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;
/* 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;
/* 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;
/* 80373988-8037398C 0004+00 s=0 e=0 z=0 None .dtors __dtors_null_terminator */
SECTION_DTORS15 void* const __dtors_null_terminator = (void*)NULL;
/* 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;
/* ############################################################################################## */
/* 80450AD0-80450AD8 0004+04 s=2 e=0 z=0 None .sdata fragmentID */
/* 80450AD0-80450AD8 000550 0004+04 2/2 0/0 0/0 .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)
/* 8036283C-80362870 35D17C 0034+00 1/0 1/0 0/0 .text __fini_cpp_exceptions */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
extern "C" asm void __fini_cpp_exceptions() {
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)
/* 80362870-803628AC 35D1B0 003C+00 1/0 1/0 0/0 .text __init_cpp_exceptions */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
extern "C" asm void __init_cpp_exceptions() {
asm void __init_cpp_exceptions() {
nofralloc
#include "asm/Runtime.PPCEABI.H/__init_cpp_exceptions/__init_cpp_exceptions.s"
}