Match pal modesel
This commit is contained in:
parent
22c6c0444b
commit
1c809d5316
7 changed files with 127 additions and 50 deletions
|
|
@ -5,3 +5,30 @@ 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/modeseldll/main.c:
|
||||
.text start:0x000000A0 end:0x00002528
|
||||
.rodata start:0x00000000 end:0x000000B8
|
||||
.data start:0x00000000 end:0x00000080
|
||||
.bss start:0x00000000 end:0x00000080
|
||||
|
||||
REL/modeseldll/modesel.c:
|
||||
.text start:0x00002528 end:0x00003874
|
||||
.rodata start:0x000000B8 end:0x000001B0
|
||||
.data start:0x00000080 end:0x00000100
|
||||
.bss start:0x00000080 end:0x00000088
|
||||
|
||||
REL/modeseldll/filesel.c:
|
||||
.text start:0x00003874 end:0x0000BFDC
|
||||
.rodata start:0x000001B0 end:0x00000318
|
||||
.data start:0x00000100 end:0x00000428
|
||||
.bss start:0x00000088 end:0x00000150
|
||||
|
||||
REL/modeseldll/datalist.c:
|
||||
.text start:0x0000BFDC end:0x0000C438
|
||||
.rodata start:0x00000318 end:0x00000328
|
||||
.data start:0x00000428 end:0x00000A2C
|
||||
.bss start:0x00000150 end:0x000001CA
|
||||
|
|
|
|||
|
|
@ -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:0x374
|
||||
ObjectSetup = .text:0x000000A0; // type:function size:0x374
|
||||
fn_1_414 = .text:0x00000414; // type:function size:0x678
|
||||
fn_1_A8C = .text:0x00000A8C; // type:function size:0xFC
|
||||
fn_1_B88 = .text:0x00000B88; // type:function size:0x9C
|
||||
|
|
@ -263,7 +263,8 @@ lbl_1_bss_13A = .bss:0x0000013A; // type:object size:0x6
|
|||
lbl_1_bss_140 = .bss:0x00000140; // type:object size:0x6
|
||||
lbl_1_bss_146 = .bss:0x00000146; // type:object size:0x2 data:2byte
|
||||
lbl_1_bss_148 = .bss:0x00000148; // type:object size:0x2 data:2byte
|
||||
lbl_1_bss_14C = .bss:0x0000014C; // type:object size:0x6
|
||||
lbl_1_bss_14C = .bss:0x0000014C; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_150 = .bss:0x00000150; // type:object size:0x2
|
||||
lbl_1_bss_152 = .bss:0x00000152; // type:object size:0x18 data:2byte
|
||||
lbl_1_bss_16A = .bss:0x0000016A; // type:object size:0x30 data:2byte
|
||||
lbl_1_bss_19A = .bss:0x0000019A; // type:object size:0x30 data:2byte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue