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

47 lines
1.2 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: global_destructor_chain
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/global_destructor_chain.h"
2021-03-28 22:49:05 +02:00
#include "dolphin/types.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 __destroy_global_chain();
extern "C" void __register_global_object();
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
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
/* 80451988-80451990 000E88 0004+04 2/2 0/0 0/0 .sbss __global_destructor_chain */
2021-03-28 22:49:05 +02:00
static u8 __global_destructor_chain[4 + 4 /* padding */];
2021-04-06 18:00:35 +02:00
/* 80361BDC-80361C24 35C51C 0048+00 0/0 2/1 0/0 .text __destroy_global_chain */
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 __destroy_global_chain() {
2021-04-01 02:07:58 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/Runtime.PPCEABI.H/global_destructor_chain/__destroy_global_chain.s"
}
#pragma pop
2021-04-06 18:00:35 +02:00
/* 80361C24-80361C3C 35C564 0018+00 0/0 116/116 0/0 .text __register_global_object */
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 __register_global_object() {
2021-04-01 02:07:58 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/Runtime.PPCEABI.H/global_destructor_chain/__register_global_object.s"
}
#pragma pop