Finish splits
Except for unused nisdll
This commit is contained in:
parent
f430977052
commit
02ed6caefa
25 changed files with 261 additions and 23 deletions
|
|
@ -5,3 +5,12 @@ Sections:
|
|||
.rodata type:rodata align:8
|
||||
.data type:data align:8
|
||||
.bss type:bss align:8
|
||||
|
||||
REL/executor.c:
|
||||
.text start:0x00000000 end:0x000000A0
|
||||
|
||||
REL/m445Dll/main.c:
|
||||
.text start:0x000000A0 end:0x00008D54
|
||||
.rodata start:0x00000000 end:0x000001D0
|
||||
.data start:0x00000000 end:0x0000029A
|
||||
.bss start:0x00000000 end:0x000006E8
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
_prolog = .text:0x00000000; // type:function size:0x54 scope:global
|
||||
_epilog = .text:0x00000054; // type:function size:0x4C scope:global
|
||||
fn_1_A0 = .text:0x000000A0; // type:function size:0x418
|
||||
ModuleProlog = .text:0x000000A0; // type:function size:0x418
|
||||
fn_1_4B8 = .text:0x000004B8; // type:function size:0x54
|
||||
fn_1_50C = .text:0x0000050C; // type:function size:0x4
|
||||
fn_1_510 = .text:0x00000510; // type:function size:0x10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue