Port some RELs to PAL (#465)
This commit is contained in:
parent
d0a5c85d3e
commit
ae81b60c47
11 changed files with 349 additions and 197 deletions
|
|
@ -5,3 +5,15 @@ Sections:
|
|||
.rodata type:rodata align:8
|
||||
.data type:data align:8
|
||||
.bss type:bss align:8
|
||||
|
||||
REL/mentDll/common.c:
|
||||
.text start:0x00000000 end:0x0000658C
|
||||
.rodata start:0x00000000 end:0x000000E8
|
||||
.data start:0x00000000 end:0x000000D8
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
REL/mentDll/main.c:
|
||||
.text start:0x0000658C end:0x000238C4
|
||||
.rodata start:0x000000E8 end:0x00000520
|
||||
.data start:0x000000D8 end:0x000006D0
|
||||
.bss start:0x00000008 end:0x000036C4
|
||||
|
|
|
|||
|
|
@ -417,7 +417,8 @@ lbl_1_data_5BC = .data:0x000005BC; // type:object size:0x20
|
|||
lbl_1_data_5DC = .data:0x000005DC; // type:object size:0x64 data:float
|
||||
lbl_1_data_640 = .data:0x00000640; // type:object size:0x50 data:4byte
|
||||
lbl_1_data_690 = .data:0x00000690; // type:object size:0x40 data:4byte
|
||||
lbl_1_bss_0 = .bss:0x00000000; // type:object size:0x14 data:4byte
|
||||
lbl_1_bss_0 = .bss:0x00000000; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_8 = .bss:0x00000008; // type:object size:0xC data:4byte
|
||||
lbl_1_bss_14 = .bss:0x00000014; // type:object size:0x10 data:4byte
|
||||
lbl_1_bss_24 = .bss:0x00000024; // type:object size:0x40 data:4byte
|
||||
lbl_1_bss_64 = .bss:0x00000064; // type:object size:0x44 data:float
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue