mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
52 lines
1.4 KiB
C++
52 lines
1.4 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: global_destructor_chain
|
|
//
|
|
|
|
#include "Runtime.PPCEABI.H/global_destructor_chain.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void __destroy_global_chain();
|
|
extern "C" void __register_global_object();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* ############################################################################################## */
|
|
/* 80451988-80451990 0004+04 s=2 e=0 z=0 None .sbss __global_destructor_chain */
|
|
static u8 __global_destructor_chain[4 + 4 /* padding */];
|
|
|
|
/* 80361BDC-80361C24 0048+00 s=0 e=2 z=0 None .text __destroy_global_chain */
|
|
// 80361BF4: 80451988 (__global_destructor_chain)
|
|
// 80361C08: 80451988 (__global_destructor_chain)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void __destroy_global_chain() {
|
|
nofralloc
|
|
#include "asm/Runtime.PPCEABI.H/global_destructor_chain/__destroy_global_chain.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 80361C24-80361C3C 0018+00 s=0 e=116 z=0 None .text __register_global_object */
|
|
// 80361C24: 80451988 (__global_destructor_chain)
|
|
// 80361C34: 80451988 (__global_destructor_chain)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void __register_global_object() {
|
|
nofralloc
|
|
#include "asm/Runtime.PPCEABI.H/global_destructor_chain/__register_global_object.s"
|
|
}
|
|
#pragma pop
|