Split some more modules
This commit is contained in:
parent
af807c2085
commit
0cc9997bcb
11 changed files with 107 additions and 18 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/messDll/main.c:
|
||||
.text start:0x000000A0 end:0x000014A0
|
||||
.rodata start:0x00000000 end:0x00000078
|
||||
.data start:0x00000000 end:0x00000460
|
||||
.bss start:0x00000000 end:0x00000038
|
||||
|
|
|
|||
|
|
@ -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:0x21C
|
||||
ModuleProlog = .text:0x000000A0; // type:function size:0x21C
|
||||
fn_1_2BC = .text:0x000002BC; // type:function size:0x44
|
||||
fn_1_300 = .text:0x00000300; // type:function size:0xB88
|
||||
fn_1_E88 = .text:0x00000E88; // type:function size:0x328
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue