diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-08-17 09:45:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-17 09:45:57 -0700 |
| commit | ae5aa8db7c07a162cf140a30e9af772c57e4b16b (patch) | |
| tree | 4c2f80c7cd3dcf03f09005e502e03562c349c76c /linker_scripts | |
| parent | be86fa2c2f2a0fdf1918428a650da6179acff83e (diff) | |
system_heap (007060) OK (#60)
* OK
* Renames + cleanup
* format
---------
Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_boot.txt | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/linker_scripts/jp/symbol_addrs_boot.txt b/linker_scripts/jp/symbol_addrs_boot.txt index dca47b7..005925d 100644 --- a/linker_scripts/jp/symbol_addrs_boot.txt +++ b/linker_scripts/jp/symbol_addrs_boot.txt @@ -159,14 +159,14 @@ DoRelocation = 0x8002B9C0; // type:func _dbg_hungup = 0x8002BC00; // type:func Reset = 0x8002BC34; // type:func -func_8002BC60_jp = 0x8002BC60; // type:func -func_8002BC90_jp = 0x8002BC90; // type:func -func_8002BCBC_jp = 0x8002BCBC; // type:func -func_8002BD2C_jp = 0x8002BD2C; // type:func -func_8002BD9C_jp = 0x8002BD9C; // type:func -func_8002BE6C_jp = 0x8002BE6C; // type:func -func_8002BF08_jp = 0x8002BF08; // type:func -func_8002BF78_jp = 0x8002BF78; // type:func +SystemHeap_Malloc = 0x8002BC60; // type:func +SystemHeap_Free = 0x8002BC90; // type:func +SystemHeap_RunBlockFunc = 0x8002BCBC; // type:func +SystemHeap_RunBlockFunc1 = 0x8002BD2C; // type:func +SystemHeap_RunBlockFunc8 = 0x8002BD9C; // type:func +SystemHeap_RunBlockFunc1Reverse = 0x8002BE6C; // type:func +SystemHeap_RunInits = 0x8002BF08; // type:func +SystemHeap_Init = 0x8002BF78; // type:func GetCurrentMilliseconds = 0x8002BFA0; // type:func @@ -286,7 +286,10 @@ gfxprint_rainbow_tlut = 0x8003BD30; // type:u8 size:0x20 gfxprint_rainbow_txtr = 0x8003BD50; // type:u8 size:0x8 gfxprint_font = 0x8003BD58; // type:u8 size:0x800 -D_8003C560_jp = 0x8003C560; // +sInitFuncs = 0x8003C560; // +sNew = 0x8003C564; // +D_8003C568_jp = 0x8003C568; // + qNaN0x3FFFFF = 0x8003C580; // type:f32 size:0x4 qNaN0x10000 = 0x8003C584; // type:f32 size:0x4 |
