mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-03 08:57:00 -04:00
.dead section fix
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,62 +1,90 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: executor
|
||||
//
|
||||
//
|
||||
|
||||
#include "rel/d/a/obj/d_a_obj_fallobj/executor.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "rel/d/a/obj/d_a_obj_fallobj/executor.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
// False False
|
||||
extern "C" void _prolog();
|
||||
// False False
|
||||
extern "C" void _epilog();
|
||||
// False False
|
||||
extern "C" void _unresolved();
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
// False False
|
||||
// void False
|
||||
extern "C" void ModuleProlog();
|
||||
// False False
|
||||
// void False
|
||||
extern "C" void ModuleEpilog();
|
||||
// False False
|
||||
extern "C" void ModuleUnresolved();
|
||||
// False False
|
||||
extern "C" void ModuleConstructorsX();
|
||||
// False False
|
||||
extern "C" void ModuleDestructorsX();
|
||||
extern u8 const data_80BE4AA8[4];
|
||||
extern u8 const data_80BE4AAC[4];
|
||||
|
||||
//
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* 80BE3940-80BE396C 002C+00 s=0 e=0 z=0 None .text _prolog */
|
||||
/* 80BE3940-80BE396C 002C+00 s=0 e=0 z=0 None .text _prolog */
|
||||
// 80BE394C: 80BE4AA8 (data_80BE4AA8)
|
||||
// 80BE3950: 80BE4AA8 (data_80BE4AA8)
|
||||
// 80BE3954: 8026314C (ModuleConstructorsX)
|
||||
// 80BE3958: 80263088 (ModuleProlog)
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
extern "C" asm void _prolog() {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/rel/d/a/obj/d_a_obj_fallobj/executor/_prolog.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
/* 80BE396C-80BE3998 002C+00 s=0 e=0 z=0 None .text _epilog */
|
||||
|
||||
/* 80BE396C-80BE3998 002C+00 s=0 e=0 z=0 None .text _epilog */
|
||||
// 80BE3978: 8026308C (ModuleEpilog)
|
||||
// 80BE397C: 80BE4AAC (data_80BE4AAC)
|
||||
// 80BE3980: 80BE4AAC (data_80BE4AAC)
|
||||
// 80BE3984: 80263190 (ModuleDestructorsX)
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
extern "C" asm void _epilog() {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/rel/d/a/obj/d_a_obj_fallobj/executor/_epilog.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
/* 80BE3998-80BE39B8 0020+00 s=0 e=0 z=0 None .text _unresolved */
|
||||
|
||||
/* 80BE3998-80BE39B8 0020+00 s=0 e=0 z=0 None .text _unresolved */
|
||||
// 80BE39A4: 80263090 (ModuleUnresolved)
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
extern "C" asm void _unresolved() {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/rel/d/a/obj/d_a_obj_fallobj/executor/_unresolved.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,32 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: unknown_translation_unit_ctors
|
||||
//
|
||||
//
|
||||
|
||||
#include "rel/d/a/obj/d_a_obj_fallobj/unknown_translation_unit_ctors.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "rel/d/a/obj/d_a_obj_fallobj/unknown_translation_unit_ctors.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
extern u8 const data_80BE4AA8[4];
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
//
|
||||
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* ############################################################################################## */
|
||||
#pragma section ".ctors$10"
|
||||
/* 80BE4AA8-80BE4AAC 0004+00 s=0 e=1 z=0 None .ctors None */
|
||||
/* 80BE4AA8-80BE4AAC 0004+00 s=0 e=1 z=0 None .ctors None */
|
||||
u8 const data_80BE4AA8[4] = {
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
};
|
||||
|
||||
|
||||
@@ -1,33 +1,32 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: unknown_translation_unit_dtors
|
||||
//
|
||||
//
|
||||
|
||||
#include "rel/d/a/obj/d_a_obj_fallobj/unknown_translation_unit_dtors.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "rel/d/a/obj/d_a_obj_fallobj/unknown_translation_unit_dtors.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
extern u8 const data_80BE4AAC[4];
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
//
|
||||
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* ############################################################################################## */
|
||||
#pragma section ".dtors$10"
|
||||
#pragma section ".dtors$15"
|
||||
/* 80BE4AAC-80BE4AB0 0004+00 s=0 e=1 z=0 None .dtors None */
|
||||
/* 80BE4AAC-80BE4AB0 0004+00 s=0 e=1 z=0 None .dtors None */
|
||||
u8 const data_80BE4AAC[4] = {
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user