mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 07:37:24 -04:00
127 lines
3.4 KiB
C++
127 lines
3.4 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: db
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "dolphin/db/db.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
|
|
// False False
|
|
extern "C" void DBInit();
|
|
// True False
|
|
extern "C" static void __DBExceptionDestinationAux();
|
|
// True False
|
|
extern "C" static void __DBExceptionDestination();
|
|
// False False
|
|
extern "C" void __DBIsExceptionMarked();
|
|
// False False
|
|
extern "C" void DBPrintf();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
|
|
// False False
|
|
extern "C" void OSReport();
|
|
// False False
|
|
extern "C" void PPCHalt();
|
|
// False False
|
|
extern "C" void OSDumpContext();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* ############################################################################################## */
|
|
/* 80451708-8045170C 0004+00 s=2 e=0 z=0 None .sbss __DBInterface */
|
|
static u8 __DBInterface[4];
|
|
|
|
/* 8045170C-80451710 0004+00 s=1 e=0 z=0 None .sbss DBVerbose */
|
|
static u8 DBVerbose[4];
|
|
|
|
/* 80346398-803463C0 0028+00 s=0 e=1 z=0 None .text DBInit */
|
|
// 803463A0: 80346408 (__DBExceptionDestination)
|
|
// 803463A4: 80451708 (__DBInterface)
|
|
// 803463A8: 80346408 (__DBExceptionDestination)
|
|
// 803463B8: 8045170C (DBVerbose)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// False False
|
|
extern "C" asm void DBInit() {
|
|
nofralloc
|
|
#include "asm/dolphin/db/db/DBInit.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|
|
/* ############################################################################################## */
|
|
/* 803D1368-803D1380 0018+00 s=1 e=0 z=0 None .data @9 */
|
|
SECTION_DATA static u8 lit_9[24] = {
|
|
0x44, 0x42, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x44, 0x65, 0x73, 0x74, 0x69,
|
|
0x6E, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x0A, 0x00,
|
|
};
|
|
|
|
/* 803463C0-80346408 0048+00 s=1 e=0 z=0 None .text __DBExceptionDestinationAux */
|
|
// 803463C4: 803D1368 (lit_9)
|
|
// 803463CC: 803D1368 (lit_9)
|
|
// 803463E4: 80006ABC (OSReport)
|
|
// 803463EC: 8033C0E0 (OSDumpContext)
|
|
// 803463F0: 80339D00 (PPCHalt)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// True False
|
|
extern "C" asm static void __DBExceptionDestinationAux() {
|
|
nofralloc
|
|
#include "asm/dolphin/db/db/__DBExceptionDestinationAux.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|
|
/* 80346408-80346418 0010+00 s=1 e=0 z=0 None .text __DBExceptionDestination */
|
|
// 80346414: 803463C0 (__DBExceptionDestinationAux)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// True False
|
|
extern "C" asm static void __DBExceptionDestination() {
|
|
nofralloc
|
|
#include "asm/dolphin/db/db/__DBExceptionDestination.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|
|
/* 80346418-80346434 001C+00 s=0 e=1 z=0 None .text __DBIsExceptionMarked */
|
|
// 80346418: 80451708 (__DBInterface)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// False False
|
|
extern "C" asm void __DBIsExceptionMarked() {
|
|
nofralloc
|
|
#include "asm/dolphin/db/db/__DBIsExceptionMarked.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|
|
/* 80346434-80346484 0050+00 s=0 e=4 z=0 None .text DBPrintf */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// False False
|
|
extern "C" asm void DBPrintf() {
|
|
nofralloc
|
|
#include "asm/dolphin/db/db/DBPrintf.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|