Split some rels
instDll, modeseldll, option, and present are split now
This commit is contained in:
parent
fce4d8bbed
commit
2b39caf7db
9 changed files with 184 additions and 5 deletions
|
|
@ -5,3 +5,32 @@ 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/present/init.c:
|
||||
.text start:0x000000A0 end:0x00000920
|
||||
.rodata start:0x00000000 end:0x00000020
|
||||
.bss start:0x00000000 end:0x00000020
|
||||
|
||||
REL/present/camera.c:
|
||||
.text start:0x00000920 end:0x00001458
|
||||
.rodata start:0x00000020 end:0x000000A0
|
||||
.data start:0x00000000 end:0x00000050
|
||||
|
||||
REL/present/present.c:
|
||||
.text start:0x00001458 end:0x000039A8
|
||||
.rodata start:0x000000A0 end:0x00000BB0
|
||||
.data start:0x00000050 end:0x000000F0
|
||||
|
||||
REL/present/main.c:
|
||||
.text start:0x000039A8 end:0x000042F4
|
||||
.rodata start:0x00000BB0 end:0x00000BD8
|
||||
.data start:0x000000F0 end:0x000001A0
|
||||
.bss start:0x00000020 end:0x00000024
|
||||
|
||||
REL/present/common.c:
|
||||
.text start:0x000042F4 end:0x00004DF0
|
||||
.rodata start:0x00000BD8 end:0x00000C50
|
||||
.data start:0x000001A0 end:0x000001AC
|
||||
|
|
|
|||
|
|
@ -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:0xA4
|
||||
ModuleProlog = .text:0x000000A0; // type:function size:0xA4
|
||||
fn_1_144 = .text:0x00000144; // type:function size:0x110
|
||||
fn_1_254 = .text:0x00000254; // type:function size:0xE0
|
||||
fn_1_334 = .text:0x00000334; // type:function size:0x128
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue