nearly matching w10Dll
This commit is contained in:
parent
705aaefd28
commit
8bbb016899
9 changed files with 198 additions and 184 deletions
|
|
@ -8,15 +8,14 @@ Sections:
|
|||
|
||||
REL/w10Dll/w10Dll_init.c:
|
||||
.text start:0x00000000 end:0x000000E0
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
REL/w10Dll/w10Dll.c:
|
||||
.text start:0x000000E0 end:0x000013A4
|
||||
.text start:0x000000E0 end:0x00000D2C
|
||||
.rodata start:0x00000000 end:0x00000048
|
||||
.data start:0x00000000 end:0x00000098
|
||||
.bss start:0x00000008 end:0x00000038
|
||||
.bss start:0x00000000 end:0x00000038
|
||||
|
||||
REL/w10Dll/w10Dll2.c:
|
||||
.text start:0x000013A4 end:0x0000206C
|
||||
.text start:0x00000D2C end:0x0000206C
|
||||
.rodata start:0x00000048 end:0x00000070
|
||||
.data start:0x00000098 end:0x000002D4
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ fn_1_AEC = .text:0x00000AEC; // type:function size:0xB4
|
|||
fn_1_BA0 = .text:0x00000BA0; // type:function size:0x70
|
||||
fn_1_C10 = .text:0x00000C10; // type:function size:0x10
|
||||
fn_1_C20 = .text:0x00000C20; // type:function size:0x10C
|
||||
fn_1_D2C = .text:0x00000D2C; // type:function size:0x28
|
||||
fn_1_D2C = .text:0x00000D2C; // type:function size:0x28 scope:local
|
||||
fn_1_D54 = .text:0x00000D54; // type:function size:0x28
|
||||
fn_1_D7C = .text:0x00000D7C; // type:function size:0x28
|
||||
fn_1_DA4 = .text:0x00000DA4; // type:function size:0x28
|
||||
|
|
@ -102,7 +102,8 @@ lbl_1_data_C6 = .data:0x000000C6; // type:object size:0x42
|
|||
lbl_1_data_108 = .data:0x00000108; // type:object size:0x150
|
||||
lbl_1_data_258 = .data:0x00000258; // type:object size:0x50 data:string
|
||||
lbl_1_data_2A8 = .data:0x000002A8; // type:object size:0x2C
|
||||
lbl_1_bss_0 = .bss:0x00000000; // type:object size:0x8 data:4byte
|
||||
lbl_1_bss_0 = .bss:0x00000000; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_4 = .bss:0x00000004; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_8 = .bss:0x00000008; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_C = .bss:0x0000000C; // type:object size:0x2 data:2byte
|
||||
lbl_1_bss_E = .bss:0x0000000E; // type:object size:0x2 data:2byte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue