More config.yml fixes and reran auto-analysis
This commit is contained in:
parent
00e2e9562a
commit
f36ee8a1b4
210 changed files with 37269 additions and 24195 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Sections:
|
||||
.text type:code align:4
|
||||
.section2 type:data align:8
|
||||
.section3 type:data align:4
|
||||
.section4 type:data align:8
|
||||
.section5 type:data align:8
|
||||
.ctors type:rodata align:4
|
||||
.dtors type:rodata align:4
|
||||
.rodata type:rodata align:8
|
||||
.data type:data align:8
|
||||
.bss type:bss align:8
|
||||
|
|
|
|||
|
|
@ -1,23 +1,27 @@
|
|||
_prolog = .text:0x00000030; // type:function scope:global
|
||||
_epilog = .text:0x00000094; // type:function scope:global
|
||||
lbl_1_text_E0 = .text:0x000000E0; // type:label
|
||||
lbl_1_text_390 = .text:0x00000390; // type:label
|
||||
lbl_1_text_44C = .text:0x0000044C; // type:label
|
||||
lbl_1_text_490 = .text:0x00000490; // type:label
|
||||
lbl_1_text_494 = .text:0x00000494; // type:label
|
||||
lbl_1_text_498 = .text:0x00000498; // type:label
|
||||
lbl_1_text_4A8 = .text:0x000004A8; // type:label
|
||||
lbl_1_section2_0 = .section2:0x00000000; // type:object size:0x4
|
||||
lbl_1_section3_0 = .section3:0x00000000; // type:object size:0x4
|
||||
lbl_1_section4_10 = .section4:0x00000010; // type:object size:0x4
|
||||
lbl_1_section4_14 = .section4:0x00000014; // type:object size:0x4
|
||||
lbl_1_section4_18 = .section4:0x00000018; // type:object size:0x8
|
||||
lbl_1_section4_20 = .section4:0x00000020; // type:object size:0x8
|
||||
lbl_1_section4_28 = .section4:0x00000028; // type:object size:0x4
|
||||
lbl_1_section4_2C = .section4:0x0000002C; // type:object size:0x4
|
||||
lbl_1_section5_0 = .section5:0x00000000; // type:object size:0x2
|
||||
lbl_1_section5_2 = .section5:0x00000002; // type:object size:0x4
|
||||
lbl_1_section5_6 = .section5:0x00000006; // type:object size:0x2
|
||||
lbl_1_section5_8 = .section5:0x00000008; // type:object size:0x24
|
||||
lbl_1_section5_2C = .section5:0x0000002C; // type:object size:0x8
|
||||
fn_1_0 = .text:0x00000000; // type:function size:0x30
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
fn_1_E0 = .text:0x000000E0; // type:function size:0x2B0
|
||||
fn_1_390 = .text:0x00000390; // type:function size:0xBC
|
||||
fn_1_44C = .text:0x0000044C; // type:function size:0x44
|
||||
fn_1_490 = .text:0x00000490; // type:function size:0x4
|
||||
fn_1_494 = .text:0x00000494; // type:function size:0x4
|
||||
fn_1_498 = .text:0x00000498; // type:function size:0x8
|
||||
fn_1_4A0 = .text:0x000004A0; // type:function size:0x4
|
||||
fn_1_4A4 = .text:0x000004A4; // type:function size:0x4
|
||||
fn_1_4A8 = .text:0x000004A8; // type:function size:0x4
|
||||
fn_1_4AC = .text:0x000004AC; // type:function size:0x1CC
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global data:4byte
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global data:4byte
|
||||
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
|
||||
lbl_1_rodata_20 = .rodata:0x00000020; // type:object size:0x8 data:double
|
||||
lbl_1_rodata_28 = .rodata:0x00000028; // type:object size:0x4 data:float
|
||||
lbl_1_rodata_2C = .rodata:0x0000002C; // type:object size:0x4 data:float
|
||||
lbl_1_data_0 = .data:0x00000000; // type:object size:0x2 data:2byte
|
||||
lbl_1_data_2 = .data:0x00000002; // type:object size:0x2 data:2byte
|
||||
lbl_1_data_6 = .data:0x00000006; // type:object size:0x2 data:2byte
|
||||
lbl_1_data_8 = .data:0x00000008; // type:object size:0x24 data:2byte
|
||||
lbl_1_data_2C = .data:0x0000002C; // type:object size:0x8
|
||||
lbl_1_bss_0 = .bss:0x00000000; // type:object size:0xE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue