Split most of the rest of board RELs
w04, w05, w20, and w21 are split
This commit is contained in:
parent
270e67e011
commit
f3e6d3754e
11 changed files with 171 additions and 39 deletions
|
|
@ -4,3 +4,11 @@ Sections:
|
|||
.dtors type:rodata align:4
|
||||
.rodata type:rodata align:8
|
||||
.data type:data align:8
|
||||
|
||||
REL/board_executor.c:
|
||||
.text start:0x00000000 end:0x000000E0
|
||||
|
||||
REL/w21Dll/main.c:
|
||||
.text start:0x000000E0 end:0x000003E0
|
||||
.rodata start:0x00000000 end:0x00000018
|
||||
.data start:0x00000000 end:0x00000010
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
fn_1_0 = .text:0x00000000; // type:function size:0x30
|
||||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
fn_1_E0 = .text:0x000000E0; // type:function size:0x1D4
|
||||
fn_1_2B4 = .text:0x000002B4; // type:function size:0xB8
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x1D4
|
||||
BoardDestroy = .text:0x000002B4; // type:function size:0xB8
|
||||
fn_1_36C = .text:0x0000036C; // type:function size:0x44
|
||||
fn_1_3B0 = .text:0x000003B0; // type:function size:0x20
|
||||
fn_1_3D0 = .text:0x000003D0; // type:function size:0x8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue