mirror of https://github.com/zeldaret/tp.git
58 lines
1.2 KiB
C++
58 lines
1.2 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: __ppc_eabi_init
|
|
//
|
|
|
|
#include "dolphin/os/__ppc_eabi_init.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void __init_user();
|
|
extern "C" void __init_cpp();
|
|
extern "C" void _ExitProcess();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void PPCHalt();
|
|
SECTION_CTORS10 extern void* const __init_cpp_exceptions_reference;
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 80342B78-80342B98 33D4B8 0020+00 0/0 1/1 0/0 .text __init_user */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void __init_user() {
|
|
nofralloc
|
|
#include "asm/dolphin/os/__ppc_eabi_init/__init_user.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 80342B98-80342BEC 33D4D8 0054+00 1/1 0/0 0/0 .text __init_cpp */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void __init_cpp() {
|
|
nofralloc
|
|
#include "asm/dolphin/os/__ppc_eabi_init/__init_cpp.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 80342BEC-80342C0C 33D52C 0020+00 0/0 2/2 0/0 .text _ExitProcess */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void _ExitProcess() {
|
|
nofralloc
|
|
#include "asm/dolphin/os/__ppc_eabi_init/_ExitProcess.s"
|
|
}
|
|
#pragma pop
|