mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-16 05:55:37 -04:00
75 lines
1.6 KiB
C++
75 lines
1.6 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: __ppc_eabi_init
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "dolphin/os/__ppc_eabi_init.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
|
|
// False False
|
|
extern "C" void __init_user();
|
|
// True False
|
|
extern "C" static void __init_cpp();
|
|
// False False
|
|
extern "C" void _ExitProcess();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
|
|
// False False
|
|
extern "C" void PPCHalt();
|
|
SECTION_CTORS10 extern void* const __init_cpp_exceptions_reference;
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 80342B78-80342B98 0020+00 s=0 e=1 z=0 None .text __init_user */
|
|
// 80342B84: 80342B98 (__init_cpp)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// False False
|
|
extern "C" asm void __init_user() {
|
|
nofralloc
|
|
#include "asm/dolphin/os/__ppc_eabi_init/__init_user.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|
|
/* 80342B98-80342BEC 0054+00 s=1 e=0 z=0 None .text __init_cpp */
|
|
// 80342BA8: 803737C0 (__init_cpp_exceptions_reference)
|
|
// 80342BAC: 803737C0 (__init_cpp_exceptions_reference)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// True False
|
|
extern "C" asm static void __init_cpp() {
|
|
nofralloc
|
|
#include "asm/dolphin/os/__ppc_eabi_init/__init_cpp.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|
|
/* 80342BEC-80342C0C 0020+00 s=0 e=2 z=0 None .text _ExitProcess */
|
|
// 80342BF8: 80339D00 (PPCHalt)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// False False
|
|
extern "C" asm void _ExitProcess() {
|
|
nofralloc
|
|
#include "asm/dolphin/os/__ppc_eabi_init/_ExitProcess.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|