Finished mpexDll/main.c
This commit is contained in:
parent
e501678f5d
commit
b3e563bdf0
5 changed files with 547 additions and 3 deletions
|
|
@ -6,8 +6,11 @@ Sections:
|
|||
.data type:data align:8
|
||||
.bss type:bss align:8
|
||||
|
||||
REL/executor.c:
|
||||
.text start:0x00000000 end:0x000000A0
|
||||
|
||||
REL/mpexDll/main.c:
|
||||
.text start:0x00000000 end:0x00003044
|
||||
.text start:0x000000A0 end:0x00003044
|
||||
.rodata start:0x00000000 end:0x000000A0
|
||||
.data start:0x00000000 end:0x00000240
|
||||
.bss start:0x00000000 end:0x000000A8
|
||||
|
|
|
|||
|
|
@ -213,6 +213,8 @@ fn_1_1CB80 = .text:0x0001CB80; // type:function size:0x4AC
|
|||
fn_1_1D02C = .text:0x0001D02C; // type:function size:0x16C
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global data:4byte
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global data:4byte
|
||||
__fakeHalf = .rodata:0x00000000; // type:object size:0x8 data:double
|
||||
__fakeThree = .rodata:0x00000008; // type:object size:0x8 data:double
|
||||
lbl_1_rodata_10 = .rodata:0x00000010; // type:object size:0x4 data:float
|
||||
lbl_1_rodata_14 = .rodata:0x00000014; // type:object size:0x4 data:float
|
||||
lbl_1_rodata_18 = .rodata:0x00000018; // type:object size:0x4 data:float
|
||||
|
|
@ -436,7 +438,8 @@ lbl_1_data_75C = .data:0x0000075C; // type:object size:0x20
|
|||
lbl_1_data_77C = .data:0x0000077C; // type:object size:0x4 data:4byte
|
||||
lbl_1_data_780 = .data:0x00000780; // type:object size:0x8 data:4byte
|
||||
lbl_1_data_788 = .data:0x00000788; // type:object size:0x318
|
||||
lbl_1_bss_0 = .bss:0x00000000; // type:object size:0x64 data:4byte
|
||||
lbl_1_bss_0 = .bss:0x00000000; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_4 = .bss:0x00000004; // type:object size:0x60 data:4byte
|
||||
lbl_1_bss_64 = .bss:0x00000064; // type:object size:0x44 data:float
|
||||
lbl_1_bss_A8 = .bss:0x000000A8; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_AC = .bss:0x000000AC; // type:object size:0x4 data:4byte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue