Overhaul the build system (#234)

* wip

* fix

* add disassembler

* Disasm builds OK

* Variable addends

* More wip

* Rodata migration implemented

* Cleanup old tools

* Try fix submodule -> subrepo merge

* git subrepo pull --force --remote=https://github.com/zeldaret/ZAPD.git tools/ZAPD

subrepo:
  subdir:   "tools/ZAPD"
  merged:   "602e609"
upstream:
  origin:   "https://github.com/zeldaret/ZAPD.git"
  branch:   "master"
  commit:   "602e609"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"

* Builds again but assets are totally broken

* git subrepo pull --force tools/asm-processor

subrepo:
  subdir:   "tools/asm-processor"
  merged:   "1ffdb08a"
upstream:
  origin:   "https://github.com/simonlindholm/asm-processor.git"
  branch:   "master"
  commit:   "1ffdb08a"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"

* More cleanup, move functions.txt and variables.txt to tools/disasm and rm tables

* rm z64compress in preparation for subrepo

* git subrepo clone (merge) https://github.com/z64me/z64compress.git tools/z64compress

subrepo:
  subdir:   "tools/z64compress"
  merged:   "eb11085c"
upstream:
  origin:   "https://github.com/z64me/z64compress.git"
  branch:   "main"
  commit:   "eb11085c"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"

* Fix asset extraction

* Fix diff-init make rule

* Split code bss

* Split assumed linker bug padding from assembly files

* add filelists for mm.us.rev1

* Maybe working, but I'm not sure

* add overlays to spec

* Add rodata to actos

* Everything compiles

* Make a lot of C files for code

* Add almost every file in code to spec

* whoops

* 3 code files left

* add scenes to spec

* More progress on progress.py

* Fix skelanime in spec

* audio files!

* Fix merge issues

* Fix some C files in code

* Fix remaining code files

* Use existing O1 C files in spec

* reorder boot order in spec

* update spec

* fault.c

* Convert relocs on completed actors, fixbaserom uses current rom name

* more boot files

* Add VT macros and script

* finish already existing boot files

* most of  libultra

* fix 64bits libultra files

* Use C files for libultra, wrap some functions in NON_MATCHING

* Remove duplicate of OS_CLOCK_RATE from fault.c

* C files for fbdemos

* delete dumb files

* bootstrap C files, still need to add them to the spec

* update fixbaserom

* boot OK?

* I forgot to commit the spec

* C for gamestates

* C for kaleido

* Change all includes to ""

* copy actor sizes script from oot

* I forgot to delete those files

* Basic C files for effects

* Add effects initvars names

* Remove mislabelled boot functions from header/txt

* Begin porting bootstrap_fx, some sizes

* Fix <>

* Fix enum

* Fix diff.py

* fix libultra stuff

* update regconvert

* update setup warnings

* add some missing ;

* Fix some makefile stuff and other fixes on some non_matching functions

* add executable flag in extract_baserom and fixbaserom

* fix relative path

* copy assist from oot

* fix map path

* another assist path fix

* Delete C files for handwritten files

* add code_801A51F0 to spec

* add gfxbuffers to spec

* Move rodata to top of each file when possible

* UNK_TYPEs for func_801A51F0

* Remove kaleido rodata from spec

* Update spec and undefined_syms for recent merge

* GCC warnings and fix errors in nonmatchings,

* round percentage numbers

* progress script: format changes

* progress: error on non-existing files

* fix warning in z_scene_table

* Match 2 nonmatchings in z_actor

* Warnings in lightswitch and invadepoh

* Fix warning in z_actor_dlftbls

* I though I fixed this one

* whoops

* Comment out CC_CHECK

* Removed redundant ultra64.h includes

* Update asm_processor, sorted boot_O1 into other folders, completed the fbdemo bootstrap, cleaned up undefined_syms

* Completed gamestates bootstrap

* Split kaleido_scope

* Remove section.h and segment.h, move keep object externs to a common location in variables.h

* Completed effects bootstrap

* Segmented address externs for effects, fbdemos, gamestates and kaleido

* Move actor data externs out of the if 0

* Segmented address externs for actors

* Prepare actionfunc detection

* fix script, how did it even work before

* Fix actionfunc script again, re-introduce some more intermediate prints to the disassembler

* Automated actionFunc detection in actors

* Segmented addresses from player .text

* rm old segment addrs script and fix build

* Move sizes folder to tools

* Make build.py executable

* New Jenkinsfile Prayge

* Remove numpy dependencies

* Add warnings_disasm_current.txt

* my bad

* Update spec and undefined_syms

* Add z_eff_ss_hahen to pametfrog

* git subrepo pull (merge) --force tools/z64compress

subrepo:
  subdir:   "tools/z64compress"
  merged:   "163ca2af"
upstream:
  origin:   "https://github.com/z64me/z64compress.git"
  branch:   "main"
  commit:   "163ca2af"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"

* Make z64compress print to stdout

* sneeky commit to update warnings tooling

* test

* Another test

* Mark fixing overlay reloc generating as a TODO

* Update warnings stuff

* Communicate the return code from running z64compress back to the Makefile through the wrapper

* Run formatter, remove extra commented copy of function

* Re-fix some includes

* Convert atan to hex to conform to decided style

* Some tidying up, remove c for fp and the other two handwritten code files

* BSS in z_collision_check & z_scene_proc

* add static back in

* Fix timerintr bss, add file to spec, some cleanup

* Remove externs

* Newline

* Readd enums

* Typo

* Colours

* Comments for hitmark enum values

Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>

* Improvements and suggestions

* Organize and remove unused imports and use env for python3 scripts, delete unused overlay.py

Co-authored-by: angie <angheloalf95@gmail.com>
Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com>
Co-authored-by: engineer124 <engineer124engineer124@gmail.com>
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
This commit is contained in:
Tharo
2021-08-03 23:21:31 -04:00
committed by GitHub
co-authored by angie Elliptic Ellipsis engineer124 EllipticEllipsis
parent 60ff207982
commit 7743e5a2c4
1788 changed files with 88892 additions and 47119 deletions
+483
View File
@@ -0,0 +1,483 @@
asm/non_matchings/boot/boot_main/bootproc.s,bootproc,0x80080060,0x3C
asm/non_matchings/boot/idle/Idle_ClearMemory.s,Idle_ClearMemory,0x80080150,0xC
asm/non_matchings/boot/idle/Idle_InitFramebuffer.s,Idle_InitFramebuffer,0x80080180,0x7
asm/non_matchings/boot/idle/Idle_InitScreen.s,Idle_InitScreen,0x8008019C,0x14
asm/non_matchings/boot/idle/Idle_InitMemory.s,Idle_InitMemory,0x800801EC,0x19
asm/non_matchings/boot/idle/Idle_InitCodeAndMemory.s,Idle_InitCodeAndMemory,0x80080250,0x2C
asm/non_matchings/boot/idle/Main_ThreadEntry.s,Main_ThreadEntry,0x80080300,0x23
asm/non_matchings/boot/idle/Idle_InitVideo.s,Idle_InitVideo,0x8008038C,0x62
asm/non_matchings/boot/idle/Idle_ThreadEntry.s,Idle_ThreadEntry,0x80080514,0x33
asm/non_matchings/boot/viconfig/ViConfig_UpdateVi.s,ViConfig_UpdateVi,0x800805E0,0x5A
asm/non_matchings/boot/viconfig/ViConfig_UpdateBlack.s,ViConfig_UpdateBlack,0x80080748,0x12
asm/non_matchings/boot/z_std_dma/DmaMgr_DMARomToRam.s,DmaMgr_DMARomToRam,0x80080790,0x51
asm/non_matchings/boot/z_std_dma/DmaMgr_DmaCallback0.s,DmaMgr_DmaCallback0,0x800808D4,0x8
asm/non_matchings/boot/z_std_dma/DmaMgr_FindDmaEntry.s,DmaMgr_FindDmaEntry,0x800808F4,0x17
asm/non_matchings/boot/z_std_dma/DmaMgr_TranslateVromToRom.s,DmaMgr_TranslateVromToRom,0x80080950,0x1B
asm/non_matchings/boot/z_std_dma/DmaMgr_FindDmaIndex.s,DmaMgr_FindDmaIndex,0x800809BC,0xE
asm/non_matchings/boot/z_std_dma/func_800809F4.s,func_800809F4,0x800809F4,0x5
asm/non_matchings/boot/z_std_dma/DmaMgr_ProcessMsg.s,DmaMgr_ProcessMsg,0x80080A08,0x5F
asm/non_matchings/boot/z_std_dma/DmaMgr_ThreadEntry.s,DmaMgr_ThreadEntry,0x80080B84,0x20
asm/non_matchings/boot/z_std_dma/DmaMgr_SendRequestImpl.s,DmaMgr_SendRequestImpl,0x80080C04,0x23
asm/non_matchings/boot/z_std_dma/DmaMgr_SendRequest0.s,DmaMgr_SendRequest0,0x80080C90,0x1F
asm/non_matchings/boot/z_std_dma/DmaMgr_Start.s,DmaMgr_Start,0x80080D0C,0x3D
asm/non_matchings/boot/z_std_dma/DmaMgr_Stop.s,DmaMgr_Stop,0x80080E00,0xC
asm/non_matchings/boot/yaz0/Yaz0_FirstDMA.s,Yaz0_FirstDMA,0x80080E30,0x28
asm/non_matchings/boot/yaz0/Yaz0_NextDMA.s,Yaz0_NextDMA,0x80080ED0,0x48
asm/non_matchings/boot/yaz0/Yaz0_DecompressImpl.s,Yaz0_DecompressImpl,0x80080FF0,0x62
asm/non_matchings/boot/yaz0/Yaz0_Decompress.s,Yaz0_Decompress,0x80081178,0x36
asm/non_matchings/boot/irqmgr/IrqMgr_AddClient.s,IrqMgr_AddClient,0x80081250,0x23
asm/non_matchings/boot/irqmgr/IrqMgr_RemoveClient.s,IrqMgr_RemoveClient,0x800812DC,0x23
asm/non_matchings/boot/irqmgr/IrqMgr_SendMesgForClient.s,IrqMgr_SendMesgForClient,0x80081368,0x14
asm/non_matchings/boot/irqmgr/IrqMgr_JamMesgForClient.s,IrqMgr_JamMesgForClient,0x800813B8,0x19
asm/non_matchings/boot/irqmgr/IrqMgr_HandlePreNMI.s,IrqMgr_HandlePreNMI,0x8008141C,0x26
asm/non_matchings/boot/irqmgr/IrqMgr_CheckStack.s,IrqMgr_CheckStack,0x800814B4,0x8
asm/non_matchings/boot/irqmgr/IrqMgr_HandlePRENMI450.s,IrqMgr_HandlePRENMI450,0x800814D4,0x1F
asm/non_matchings/boot/irqmgr/IrqMgr_HandlePRENMI480.s,IrqMgr_HandlePRENMI480,0x80081550,0x16
asm/non_matchings/boot/irqmgr/IrqMgr_HandlePRENMI500.s,IrqMgr_HandlePRENMI500,0x800815A8,0x9
asm/non_matchings/boot/irqmgr/IrqMgr_HandleRetrace.s,IrqMgr_HandleRetrace,0x800815CC,0x2E
asm/non_matchings/boot/irqmgr/IrqMgr_ThreadEntry.s,IrqMgr_ThreadEntry,0x80081684,0x34
asm/non_matchings/boot/irqmgr/IrqMgr_Init.s,IrqMgr_Init,0x80081754,0x33
asm/non_matchings/boot/CIC6105/CIC6105_Nop80081820.s,CIC6105_Nop80081820,0x80081820,0x2
asm/non_matchings/boot/CIC6105/CIC6105_Nop80081828.s,CIC6105_Nop80081828,0x80081828,0x2
asm/non_matchings/boot/CIC6105/CIC6105_PrintRomInfo.s,CIC6105_PrintRomInfo,0x80081830,0x1B
asm/non_matchings/boot/CIC6105/CIC6105_AddRomInfoFaultPage.s,CIC6105_AddRomInfoFaultPage,0x8008189C,0xD
asm/non_matchings/boot/CIC6105/CIC6105_RemoveRomInfoFaultPage.s,CIC6105_RemoveRomInfoFaultPage,0x800818D0,0x9
asm/non_matchings/boot/CIC6105/func_800818F4.s,func_800818F4,0x800818F4,0xB
asm/non_matchings/boot/syncprintf/__osSyncVPrintf.s,__osSyncVPrintf,0x80081920,0x7
asm/non_matchings/boot/syncprintf/osSyncPrintf.s,osSyncPrintf,0x8008193C,0x7
asm/non_matchings/boot/syncprintf/rmonPrintf.s,rmonPrintf,0x80081958,0xA
asm/non_matchings/boot/fault/Fault_SleepImpl.s,Fault_SleepImpl,0x80081980,0x1C
asm/non_matchings/boot/fault/Fault_AddClient.s,Fault_AddClient,0x800819F0,0x39
asm/non_matchings/boot/fault/Fault_RemoveClient.s,Fault_RemoveClient,0x80081AD4,0x3E
asm/non_matchings/boot/fault/Fault_AddAddrConvClient.s,Fault_AddAddrConvClient,0x80081BCC,0x36
asm/non_matchings/boot/fault/Fault_RemoveAddrConvClient.s,Fault_RemoveAddrConvClient,0x80081CA4,0x3E
asm/non_matchings/boot/fault/Fault_ConvertAddress.s,Fault_ConvertAddress,0x80081D9C,0x24
asm/non_matchings/boot/fault/Fault_Sleep.s,Fault_Sleep,0x80081E2C,0xF
asm/non_matchings/boot/fault/Fault_PadCallback.s,Fault_PadCallback,0x80081E68,0xF
asm/non_matchings/boot/fault/Fault_UpdatePadImpl.s,Fault_UpdatePadImpl,0x80081EA4,0x13
asm/non_matchings/boot/fault/Fault_WaitForInputImpl.s,Fault_WaitForInputImpl,0x80081EF0,0x53
asm/non_matchings/boot/fault/Fault_WaitForInput.s,Fault_WaitForInput,0x8008203C,0xF
asm/non_matchings/boot/fault/Fault_DrawRec.s,Fault_DrawRec,0x80082078,0x18
asm/non_matchings/boot/fault/Fault_FillScreenBlack.s,Fault_FillScreenBlack,0x800820D8,0x15
asm/non_matchings/boot/fault/Fault_FillScreenRed.s,Fault_FillScreenRed,0x8008212C,0x15
asm/non_matchings/boot/fault/Fault_DrawCornerRec.s,Fault_DrawCornerRec,0x80082180,0x15
asm/non_matchings/boot/fault/Fault_PrintFReg.s,Fault_PrintFReg,0x800821D4,0x2B
asm/non_matchings/boot/fault/osSyncPrintfFReg.s,osSyncPrintfFReg,0x80082280,0x2C
asm/non_matchings/boot/fault/Fault_PrintFPCR.s,Fault_PrintFPCR,0x80082330,0x29
asm/non_matchings/boot/fault/osSyncPrintfFPCR.s,osSyncPrintfFPCR,0x800823D4,0x26
asm/non_matchings/boot/fault/Fault_PrintThreadContext.s,Fault_PrintThreadContext,0x8008246C,0xD4
asm/non_matchings/boot/fault/osSyncPrintfThreadContext.s,osSyncPrintfThreadContext,0x800827BC,0xBF
asm/non_matchings/boot/fault/Fault_FindFaultedThread.s,Fault_FindFaultedThread,0x80082AB8,0x22
asm/non_matchings/boot/fault/Fault_Wait5Seconds.s,Fault_Wait5Seconds,0x80082B40,0x24
asm/non_matchings/boot/fault/Fault_WaitForButtonCombo.s,Fault_WaitForButtonCombo,0x80082BD0,0x27
asm/non_matchings/boot/fault/Fault_DrawMemDumpPage.s,Fault_DrawMemDumpPage,0x80082C6C,0x5B
asm/non_matchings/boot/fault/Fault_DrawMemDump.s,Fault_DrawMemDump,0x80082DD8,0x7E
asm/non_matchings/boot/fault/Fault_FindNextStackCall.s,Fault_FindNextStackCall,0x80082FD0,0x5D
asm/non_matchings/boot/fault/Fault_DrawStackTrace.s,Fault_DrawStackTrace,0x80083144,0x64
asm/non_matchings/boot/fault/osSyncPrintfStackTrace.s,osSyncPrintfStackTrace,0x800832D4,0x5F
asm/non_matchings/boot/fault/Fault_ResumeThread.s,Fault_ResumeThread,0x80083450,0x1F
asm/non_matchings/boot/fault/Fault_CommitFB.s,Fault_CommitFB,0x800834CC,0x30
asm/non_matchings/boot/fault/Fault_ProcessClients.s,Fault_ProcessClients,0x8008358C,0x39
asm/non_matchings/boot/fault/Fault_SetOptionsFromController3.s,Fault_SetOptionsFromController3,0x80083670,0x5D
asm/non_matchings/boot/fault/Fault_SetOptions.s,Fault_SetOptions,0x800837E4,0x11
asm/non_matchings/boot/fault/Fault_ThreadEntry.s,Fault_ThreadEntry,0x80083828,0xD2
asm/non_matchings/boot/fault/Fault_SetFB.s,Fault_SetFB,0x80083B70,0x15
asm/non_matchings/boot/fault/Fault_Start.s,Fault_Start,0x80083BC4,0x4D
asm/non_matchings/boot/fault/Fault_HangupFaultClient.s,Fault_HangupFaultClient,0x80083CF8,0x3F
asm/non_matchings/boot/fault/Fault_AddHungupAndCrashImpl.s,Fault_AddHungupAndCrashImpl,0x80083DF4,0x16
asm/non_matchings/boot/fault/Fault_AddHungupAndCrash.s,Fault_AddHungupAndCrash,0x80083E4C,0x19
asm/non_matchings/boot/fault_drawer/FaultDrawer_SetOsSyncPrintfEnabled.s,FaultDrawer_SetOsSyncPrintfEnabled,0x80083EB0,0x5
asm/non_matchings/boot/fault_drawer/FaultDrawer_DrawRecImpl.s,FaultDrawer_DrawRecImpl,0x80083EC4,0x48
asm/non_matchings/boot/fault_drawer/FaultDrawer_DrawChar.s,FaultDrawer_DrawChar,0x80083FE4,0x5F
asm/non_matchings/boot/fault_drawer/FaultDrawer_ColorToPrintColor.s,FaultDrawer_ColorToPrintColor,0x80084160,0x2C
asm/non_matchings/boot/fault_drawer/FaultDrawer_UpdatePrintColor.s,FaultDrawer_UpdatePrintColor,0x80084210,0x2B
asm/non_matchings/boot/fault_drawer/FaultDrawer_SetForeColor.s,FaultDrawer_SetForeColor,0x800842BC,0x13
asm/non_matchings/boot/fault_drawer/FaultDrawer_SetBackColor.s,FaultDrawer_SetBackColor,0x80084308,0x13
asm/non_matchings/boot/fault_drawer/FaultDrawer_SetFontColor.s,FaultDrawer_SetFontColor,0x80084354,0x12
asm/non_matchings/boot/fault_drawer/FaultDrawer_SetCharPad.s,FaultDrawer_SetCharPad,0x8008439C,0xE
asm/non_matchings/boot/fault_drawer/FaultDrawer_SetCursor.s,FaultDrawer_SetCursor,0x800843D4,0x41
asm/non_matchings/boot/fault_drawer/FaultDrawer_FillScreen.s,FaultDrawer_FillScreen,0x800844D8,0x24
asm/non_matchings/boot/fault_drawer/FaultDrawer_FormatStringFunc.s,FaultDrawer_FormatStringFunc,0x80084568,0x85
asm/non_matchings/boot/fault_drawer/FaultDrawer_VPrintf.s,FaultDrawer_VPrintf,0x8008477C,0x14
asm/non_matchings/boot/fault_drawer/FaultDrawer_Printf.s,FaultDrawer_Printf,0x800847CC,0x14
asm/non_matchings/boot/fault_drawer/FaultDrawer_DrawText.s,FaultDrawer_DrawText,0x8008481C,0x14
asm/non_matchings/boot/fault_drawer/FaultDrawer_SetDrawerFB.s,FaultDrawer_SetDrawerFB,0x8008486C,0xE
asm/non_matchings/boot/fault_drawer/FaultDrawer_SetInputCallback.s,FaultDrawer_SetInputCallback,0x800848A4,0x5
asm/non_matchings/boot/fault_drawer/FaultDrawer_Init.s,FaultDrawer_Init,0x800848B8,0x22
asm/non_matchings/boot/boot_80084940/func_80084940.s,func_80084940,0x80084940,0xA
asm/non_matchings/boot/boot_80084940/func_80084968.s,func_80084968,0x80084968,0xE
asm/non_matchings/boot/loadfragment/Load_Relocate.s,Load_Relocate,0x800849A0,0x9B
asm/non_matchings/boot/loadfragment/Load_LoadOverlay.s,Load_LoadOverlay,0x80084C0C,0x31
asm/non_matchings/boot/loadfragment/Load_AllocateAndLoad.s,Load_AllocateAndLoad,0x80084CD0,0x38
asm/non_matchings/boot/loadfragment2/Load2_Relocate.s,Load2_Relocate,0x80084DB0,0x9B
asm/non_matchings/boot/loadfragment2/Load2_LoadOverlay.s,Load2_LoadOverlay,0x8008501C,0x2B
asm/non_matchings/boot/loadfragment2/Load2_AllocateAndLoad.s,Load2_AllocateAndLoad,0x800850C8,0x1A
asm/non_matchings/boot/padutils/PadUtils_Init.s,PadUtils_Init,0x80085130,0x8
asm/non_matchings/boot/padutils/func_80085150.s,func_80085150,0x80085150,0x2
asm/non_matchings/boot/padutils/PadUtils_ResetPressRel.s,PadUtils_ResetPressRel,0x80085158,0x3
asm/non_matchings/boot/padutils/PadUtils_CheckCurExact.s,PadUtils_CheckCurExact,0x80085164,0x6
asm/non_matchings/boot/padutils/PadUtils_CheckCur.s,PadUtils_CheckCur,0x8008517C,0x7
asm/non_matchings/boot/padutils/PadUtils_CheckPressed.s,PadUtils_CheckPressed,0x80085198,0x7
asm/non_matchings/boot/padutils/PadUtils_CheckReleased.s,PadUtils_CheckReleased,0x800851B4,0x7
asm/non_matchings/boot/padutils/PadUtils_GetCurButton.s,PadUtils_GetCurButton,0x800851D0,0x2
asm/non_matchings/boot/padutils/PadUtils_GetPressButton.s,PadUtils_GetPressButton,0x800851D8,0x2
asm/non_matchings/boot/padutils/PadUtils_GetCurX.s,PadUtils_GetCurX,0x800851E0,0x2
asm/non_matchings/boot/padutils/PadUtils_GetCurY.s,PadUtils_GetCurY,0x800851E8,0x2
asm/non_matchings/boot/padutils/PadUtils_SetRelXY.s,PadUtils_SetRelXY,0x800851F0,0x3
asm/non_matchings/boot/padutils/PadUtils_GetRelXImpl.s,PadUtils_GetRelXImpl,0x800851FC,0x2
asm/non_matchings/boot/padutils/PadUtils_GetRelYImpl.s,PadUtils_GetRelYImpl,0x80085204,0x2
asm/non_matchings/boot/padutils/PadUtils_GetRelX.s,PadUtils_GetRelX,0x8008520C,0x8
asm/non_matchings/boot/padutils/PadUtils_GetRelY.s,PadUtils_GetRelY,0x8008522C,0x8
asm/non_matchings/boot/padutils/PadUtils_UpdateRelXY.s,PadUtils_UpdateRelXY,0x8008524C,0x35
asm/non_matchings/boot/stackcheck/StackCheck_Init.s,StackCheck_Init,0x80085320,0x36
asm/non_matchings/boot/stackcheck/StackCheck_Cleanup.s,StackCheck_Cleanup,0x800853F8,0x1C
asm/non_matchings/boot/stackcheck/StackCheck_GetState.s,StackCheck_GetState,0x80085468,0x1E
asm/non_matchings/boot/stackcheck/StackCheck_CheckAll.s,StackCheck_CheckAll,0x800854E0,0x16
asm/non_matchings/boot/stackcheck/StackCheck_Check.s,StackCheck_Check,0x80085538,0xE
asm/non_matchings/boot/gfxprint/GfxPrint_InitDlist.s,GfxPrint_InitDlist,0x80085570,0x113
asm/non_matchings/boot/gfxprint/GfxPrint_SetColor.s,GfxPrint_SetColor,0x800859BC,0x13
asm/non_matchings/boot/gfxprint/GfxPrint_SetPosPx.s,GfxPrint_SetPosPx,0x80085A08,0x9
asm/non_matchings/boot/gfxprint/GfxPrint_SetPos.s,GfxPrint_SetPos,0x80085A2C,0xA
asm/non_matchings/boot/gfxprint/GfxPrint_SetBasePosPx.s,GfxPrint_SetBasePosPx,0x80085A54,0x5
asm/non_matchings/boot/gfxprint/GfxPrint_PrintCharImpl.s,GfxPrint_PrintCharImpl,0x80085A68,0xC3
asm/non_matchings/boot/gfxprint/GfxPrint_PrintChar.s,GfxPrint_PrintChar,0x80085D74,0x6F
asm/non_matchings/boot/gfxprint/GfxPrint_PrintStringWithSize.s,GfxPrint_PrintStringWithSize,0x80085F30,0x17
asm/non_matchings/boot/gfxprint/GfxPrint_PrintString.s,GfxPrint_PrintString,0x80085F8C,0x16
asm/non_matchings/boot/gfxprint/GfxPrint_Callback.s,GfxPrint_Callback,0x80085FE4,0xB
asm/non_matchings/boot/gfxprint/GfxPrint_Init.s,GfxPrint_Init,0x80086010,0x15
asm/non_matchings/boot/gfxprint/GfxPrint_Destroy.s,GfxPrint_Destroy,0x80086064,0x2
asm/non_matchings/boot/gfxprint/GfxPrint_Open.s,GfxPrint_Open,0x8008606C,0xD
asm/non_matchings/boot/gfxprint/GfxPrint_Close.s,GfxPrint_Close,0x800860A0,0x6
asm/non_matchings/boot/gfxprint/GfxPrint_VPrintf.s,GfxPrint_VPrintf,0x800860B8,0x8
asm/non_matchings/boot/gfxprint/GfxPrint_Printf.s,GfxPrint_Printf,0x800860D8,0xE
asm/non_matchings/boot/mtxuty-cvt/MtxConv_F2L.s,MtxConv_F2L,0x80086110,0x52
asm/non_matchings/boot/mtxuty-cvt/MtxConv_L2F.s,MtxConv_L2F,0x80086258,0xA
asm/non_matchings/boot/assert/__assert.s,__assert,0x80086280,0xD
asm/non_matchings/boot/assert/func_800862B4.s,func_800862B4,0x800862B4,0xB
asm/non_matchings/boot/boot_800862E0/StartHeap_AllocMin1.s,StartHeap_AllocMin1,0x800862E0,0xC
asm/non_matchings/boot/boot_800862E0/StartHeap_FreeNull.s,StartHeap_FreeNull,0x80086310,0xB
asm/non_matchings/boot/boot_800862E0/func_8008633C.s,func_8008633C,0x8008633C,0x1C
asm/non_matchings/boot/boot_800862E0/func_800863AC.s,func_800863AC,0x800863AC,0x1C
asm/non_matchings/boot/boot_800862E0/func_8008641C.s,func_8008641C,0x8008641C,0x34
asm/non_matchings/boot/boot_800862E0/func_800864EC.s,func_800864EC,0x800864EC,0x27
asm/non_matchings/boot/boot_800862E0/func_80086588.s,func_80086588,0x80086588,0x1C
asm/non_matchings/boot/boot_800862E0/StartHeap_Init.s,StartHeap_Init,0x800865F8,0xA
asm/non_matchings/boot/padsetup/func_80086620.s,func_80086620,0x80086620,0x50
asm/non_matchings/boot/boot_80086760/func_80086760.s,func_80086760,0x80086760,0xD
asm/non_matchings/boot/boot_80086760/func_80086794.s,func_80086794,0x80086794,0x8
asm/non_matchings/boot/boot_80086760/func_800867B4.s,func_800867B4,0x800867B4,0x8
asm/non_matchings/boot/boot_80086760/func_800867D4.s,func_800867D4,0x800867D4,0x8
asm/non_matchings/boot/boot_80086760/func_800867F4.s,func_800867F4,0x800867F4,0x8
asm/non_matchings/boot/boot_80086760/func_80086814.s,func_80086814,0x80086814,0x8
asm/non_matchings/boot/boot_80086760/func_80086834.s,func_80086834,0x80086834,0x13
asm/non_matchings/boot/boot_80086760/func_80086880.s,func_80086880,0x80086880,0x49
asm/non_matchings/boot/boot_80086760/func_800869A4.s,func_800869A4,0x800869A4,0x53
asm/non_matchings/boot/boot_80086760/func_80086AF0.s,func_80086AF0,0x80086AF0,0x10
asm/non_matchings/boot/boot_80086760/func_80086B30.s,func_80086B30,0x80086B30,0x3A
asm/non_matchings/boot/boot_80086760/func_80086C18.s,func_80086C18,0x80086C18,0xC
asm/non_matchings/boot/boot_80086760/func_80086C48.s,func_80086C48,0x80086C48,0xA
asm/non_matchings/boot/fp/func_80086C70.s,func_80086C70,0x80086C70,0x3
asm/non_matchings/boot/fp/func_80086C7C.s,func_80086C7C,0x80086C7C,0x3
asm/non_matchings/boot/fp/func_80086C88.s,func_80086C88,0x80086C88,0x4
asm/non_matchings/boot/fp/func_80086C98.s,func_80086C98,0x80086C98,0x4
asm/non_matchings/boot/fp/func_80086CA8.s,func_80086CA8,0x80086CA8,0x3
asm/non_matchings/boot/fp/func_80086CB4.s,func_80086CB4,0x80086CB4,0x3
asm/non_matchings/boot/fp/func_80086CC0.s,func_80086CC0,0x80086CC0,0x4
asm/non_matchings/boot/fp/func_80086CD0.s,func_80086CD0,0x80086CD0,0x4
asm/non_matchings/boot/fp/func_80086CE0.s,func_80086CE0,0x80086CE0,0x3
asm/non_matchings/boot/fp/func_80086CEC.s,func_80086CEC,0x80086CEC,0x3
asm/non_matchings/boot/fp/func_80086CF8.s,func_80086CF8,0x80086CF8,0x4
asm/non_matchings/boot/fp/func_80086D08.s,func_80086D08,0x80086D08,0x4
asm/non_matchings/boot/fp/func_80086D18.s,func_80086D18,0x80086D18,0x3
asm/non_matchings/boot/fp/func_80086D24.s,func_80086D24,0x80086D24,0x3
asm/non_matchings/boot/fp/func_80086D30.s,func_80086D30,0x80086D30,0x4
asm/non_matchings/boot/fp/func_80086D40.s,func_80086D40,0x80086D40,0x4
asm/non_matchings/boot/fp/func_80086D50.s,func_80086D50,0x80086D50,0x7
asm/non_matchings/boot/fp/func_80086D6C.s,func_80086D6C,0x80086D6C,0x8
asm/non_matchings/boot/fp/func_80086D8C.s,func_80086D8C,0x80086D8C,0x8
asm/non_matchings/boot/fp/func_80086DAC.s,func_80086DAC,0x80086DAC,0x9
asm/non_matchings/boot/system_malloc/StartHeap_Alloc.s,StartHeap_Alloc,0x80086DD0,0xA
asm/non_matchings/boot/system_malloc/StartHeap_AllocR.s,StartHeap_AllocR,0x80086DF8,0xA
asm/non_matchings/boot/system_malloc/StartHeap_Realloc.s,StartHeap_Realloc,0x80086E20,0xC
asm/non_matchings/boot/system_malloc/StartHeap_Free.s,StartHeap_Free,0x80086E50,0xA
asm/non_matchings/boot/system_malloc/StartHeap_Calloc.s,StartHeap_Calloc,0x80086E78,0x15
asm/non_matchings/boot/system_malloc/StartHeap_AnalyzeArena.s,StartHeap_AnalyzeArena,0x80086ECC,0xE
asm/non_matchings/boot/system_malloc/StartHeap_CheckArena.s,StartHeap_CheckArena,0x80086F04,0x9
asm/non_matchings/boot/system_malloc/StartHeap_InitArena.s,StartHeap_InitArena,0x80086F28,0xC
asm/non_matchings/boot/system_malloc/StartHeap_Cleanup.s,StartHeap_Cleanup,0x80086F58,0x9
asm/non_matchings/boot/system_malloc/StartHeap_IsInitialized.s,StartHeap_IsInitialized,0x80086F7C,0x9
asm/non_matchings/boot/rand/Rand_Next.s,Rand_Next,0x80086FA0,0xC
asm/non_matchings/boot/rand/Rand_Seed.s,Rand_Seed,0x80086FD0,0x3
asm/non_matchings/boot/rand/Rand_ZeroOne.s,Rand_ZeroOne,0x80086FDC,0x15
asm/non_matchings/boot/rand/Rand_Centered.s,Rand_Centered,0x80087030,0x16
asm/non_matchings/boot/rand/Rand_Seed_Variable.s,Rand_Seed_Variable,0x80087088,0x2
asm/non_matchings/boot/rand/Rand_Next_Variable.s,Rand_Next_Variable,0x80087090,0xA
asm/non_matchings/boot/rand/Rand_ZeroOne_Variable.s,Rand_ZeroOne_Variable,0x800870B8,0x13
asm/non_matchings/boot/rand/Rand_Centered_Variable.s,Rand_Centered_Variable,0x80087104,0x17
asm/non_matchings/boot/__osMalloc/ArenaImpl_LockInit.s,ArenaImpl_LockInit,0x80087160,0xB
asm/non_matchings/boot/__osMalloc/ArenaImpl_Lock.s,ArenaImpl_Lock,0x8008718C,0xA
asm/non_matchings/boot/__osMalloc/ArenaImpl_Unlock.s,ArenaImpl_Unlock,0x800871B4,0xA
asm/non_matchings/boot/__osMalloc/ArenaImpl_GetLastBlock.s,ArenaImpl_GetLastBlock,0x800871DC,0xC
asm/non_matchings/boot/__osMalloc/__osMallocInit.s,__osMallocInit,0x8008720C,0x14
asm/non_matchings/boot/__osMalloc/__osMallocAddBlock.s,__osMallocAddBlock,0x8008725C,0x28
asm/non_matchings/boot/__osMalloc/__osMallocCleanup.s,__osMallocCleanup,0x800872FC,0x8
asm/non_matchings/boot/__osMalloc/__osMallocIsInitalized.s,__osMallocIsInitalized,0x8008731C,0x2
asm/non_matchings/boot/__osMalloc/__osMalloc.s,__osMalloc,0x80087324,0x39
asm/non_matchings/boot/__osMalloc/__osMallocR.s,__osMallocR,0x80087408,0x39
asm/non_matchings/boot/__osMalloc/__osFree.s,__osFree,0x800874EC,0x3E
asm/non_matchings/boot/__osMalloc/__osRealloc.s,__osRealloc,0x800875E4,0x4C
asm/non_matchings/boot/__osMalloc/__osAnalyzeArena.s,__osAnalyzeArena,0x80087714,0x2C
asm/non_matchings/boot/__osMalloc/__osCheckArena.s,__osCheckArena,0x800877C4,0x1B
asm/non_matchings/boot/sprintf/proutSprintf.s,proutSprintf,0x80087830,0x9
asm/non_matchings/boot/sprintf/vsprintf.s,vsprintf,0x80087854,0x14
asm/non_matchings/boot/sprintf/sprintf.s,sprintf,0x800878A4,0x17
asm/non_matchings/boot/printutils/PrintUtils_VPrintf.s,PrintUtils_VPrintf,0x80087900,0xD
asm/non_matchings/boot/printutils/PrintUtils_Printf.s,PrintUtils_Printf,0x80087934,0xB
asm/non_matchings/boot/printutils/Sleep_Cycles.s,Sleep_Cycles,0x80087960,0x1B
asm/non_matchings/boot/printutils/Sleep_Nsec.s,Sleep_Nsec,0x800879CC,0x14
asm/non_matchings/boot/printutils/Sleep_Usec.s,Sleep_Usec,0x80087A1C,0x14
asm/non_matchings/boot/printutils/Sleep_Msec.s,Sleep_Msec,0x80087A6C,0x15
asm/non_matchings/boot/printutils/Sleep_Sec.s,Sleep_Sec,0x80087AC0,0x10
asm/non_matchings/boot/setcause/__osSetCause.s,__osSetCause,0x80087B00,0x4
asm/non_matchings/boot/sendmesg/osSendMesg.s,osSendMesg,0x80087B10,0x54
asm/non_matchings/boot/pfsfreeblocks/osPfsFreeBlocks.s,osPfsFreeBlocks,0x80087C60,0x68
asm/non_matchings/boot/viextend/osViExtendVStart.s,osViExtendVStart,0x80087E00,0x4
asm/non_matchings/boot/stopthread/osStopThread.s,osStopThread,0x80087E10,0x30
asm/non_matchings/boot/recvmesg/osRecvMesg.s,osRecvMesg,0x80087ED0,0x50
asm/non_matchings/boot/setintmask/osSetIntMask.s,osSetIntMask,0x80088010,0x28
asm/non_matchings/boot/getintmask/osGetIntMask.s,osGetIntMask,0x800880B0,0x18
asm/non_matchings/boot/voicesetword/osVoiceSetWord.s,osVoiceSetWord,0x80088110,0x64
asm/non_matchings/boot/guScale/guScale.s,guScale,0x800882A0,0x2C
asm/non_matchings/boot/sinf/__sinf.s,__sinf,0x80088350,0x70
asm/non_matchings/boot/sins/sins.s,sins,0x80088510,0x1C
asm/non_matchings/boot/sptask/_VirtualToPhysicalTask.s,_VirtualToPhysicalTask,0x80088580,0x43
asm/non_matchings/boot/sptask/osSpTaskLoad.s,osSpTaskLoad,0x8008868C,0x5A
asm/non_matchings/boot/sptask/osSpTaskStartGo.s,osSpTaskStartGo,0x800887F4,0x13
asm/non_matchings/boot/ll/__ull_rshift.s,__ull_rshift,0x80088840,0xB
asm/non_matchings/boot/ll/__ull_rem.s,__ull_rem,0x8008886C,0xF
asm/non_matchings/boot/ll/__ull_div.s,__ull_div,0x800888A8,0xF
asm/non_matchings/boot/ll/__ll_lshift.s,__ll_lshift,0x800888E4,0xB
asm/non_matchings/boot/ll/__ll_rem.s,__ll_rem,0x80088910,0xF
asm/non_matchings/boot/ll/__ll_div.s,__ll_div,0x8008894C,0x17
asm/non_matchings/boot/ll/__ll_mul.s,__ll_mul,0x800889A8,0xC
asm/non_matchings/boot/ll/__ull_divremi.s,__ull_divremi,0x800889D8,0x18
asm/non_matchings/boot/ll/__ll_mod.s,__ll_mod,0x80088A38,0x27
asm/non_matchings/boot/ll/__ll_rshift.s,__ll_rshift,0x80088AD4,0xB
asm/non_matchings/boot/exceptasm/__osExceptionPreamble.s,__osExceptionPreamble,0x80088B00,0x4
asm/non_matchings/boot/exceptasm/__osException.s,__osException,0x80088B10,0x153
asm/non_matchings/boot/exceptasm/send_mesg.s,send_mesg,0x8008905C,0x2D
asm/non_matchings/boot/exceptasm/handle_CpU.s,handle_CpU,0x80089110,0xD
asm/non_matchings/boot/exceptasm/__osEnqueueAndYield.s,__osEnqueueAndYield,0x80089144,0x40
asm/non_matchings/boot/exceptasm/__osEnqueueThread.s,__osEnqueueThread,0x80089244,0x12
asm/non_matchings/boot/exceptasm/__osPopThread.s,__osPopThread,0x8008928C,0x4
asm/non_matchings/boot/exceptasm/__osNop.s,__osNop,0x8008929C,0x2
asm/non_matchings/boot/exceptasm/__osDispatchThread.s,__osDispatchThread,0x800892A4,0x5F
asm/non_matchings/boot/exceptasm/__osCleanupThread.s,__osCleanupThread,0x80089420,0x4
asm/non_matchings/boot/thread/__osDequeueThread.s,__osDequeueThread,0x80089430,0x10
asm/non_matchings/boot/destroythread/osDestroyThread.s,osDestroyThread,0x80089470,0x44
asm/non_matchings/boot/voicecheckresult/__osVoiceCheckResult.s,__osVoiceCheckResult,0x80089580,0x2C
asm/non_matchings/boot/bzero/bzero.s,bzero,0x80089630,0x28
asm/non_matchings/boot/rumblepak/osSetRumble.s,osSetRumble,0x800896D0,0x5A
asm/non_matchings/boot/rumblepak/osSetUpMempakWrite.s,osSetUpMempakWrite,0x80089838,0x43
asm/non_matchings/boot/rumblepak/osProbeRumblePak.s,osProbeRumblePak,0x80089944,0x57
asm/non_matchings/boot/siacs/__osSiCreateAccessQueue.s,__osSiCreateAccessQueue,0x80089AA0,0x14
asm/non_matchings/boot/siacs/__osSiGetAccess.s,__osSiGetAccess,0x80089AF0,0x11
asm/non_matchings/boot/siacs/__osSiRelAccess.s,__osSiRelAccess,0x80089B34,0xB
asm/non_matchings/boot/controller/osContInit.s,osContInit,0x80089B60,0x57
asm/non_matchings/boot/controller/__osContGetInitData.s,__osContGetInitData,0x80089CBC,0x2B
asm/non_matchings/boot/controller/__osPackRequestData.s,__osPackRequestData,0x80089D68,0x36
asm/non_matchings/boot/createthread/osCreateThread.s,osCreateThread,0x80089E40,0x54
asm/non_matchings/boot/contreaddata/osContStartReadData.s,osContStartReadData,0x80089F90,0x21
asm/non_matchings/boot/contreaddata/osContGetReadData.s,osContGetReadData,0x8008A014,0x23
asm/non_matchings/boot/contreaddata/__osPackReadData.s,__osPackReadData,0x8008A0A0,0x34
asm/non_matchings/boot/voicegetreaddata/osVoiceGetReadData.s,osVoiceGetReadData,0x8008A170,0xF4
asm/non_matchings/boot/virtualtophysical/osVirtualToPhysical.s,osVirtualToPhysical,0x8008A540,0x20
asm/non_matchings/boot/getsr/__osGetSR.s,__osGetSR,0x8008A5C0,0x4
asm/non_matchings/boot/setsr/__osSetSR.s,__osSetSR,0x8008A5D0,0x4
asm/non_matchings/boot/writebackdcache/osWritebackDCache.s,osWritebackDCache,0x8008A5E0,0x20
asm/non_matchings/boot/initialize/__createSpeedParam.s,__createSpeedParam,0x8008A660,0x27
asm/non_matchings/boot/initialize/osInitialize.s,osInitialize,0x8008A6FC,0xAB
asm/non_matchings/boot/initialize/__osInitialize_autodetect.s,__osInitialize_autodetect,0x8008A9A8,0x2
asm/non_matchings/boot/vigetnextframebuf/osViGetNextFramebuffer.s,osViGetNextFramebuffer,0x8008AA10,0x10
asm/non_matchings/boot/perspective/guPerspectiveF.s,guPerspectiveF,0x8008AA50,0x8C
asm/non_matchings/boot/perspective/guPerspective.s,guPerspective,0x8008AC80,0x18
asm/non_matchings/boot/sprawdma/__osSpRawStartDma.s,__osSpRawStartDma,0x8008ACE0,0x24
asm/non_matchings/boot/sirawdma/__osSiRawStartDma.s,__osSiRawStartDma,0x8008AD70,0x2C
asm/non_matchings/boot/epilinkhandle/osEPiLinkHandle.s,osEPiLinkHandle,0x8008AE20,0x14
asm/non_matchings/boot/viblack/osViBlack.s,osViBlack,0x8008AE70,0x1C
asm/non_matchings/boot/sirawread/__osSiRawReadIo.s,__osSiRawReadIo,0x8008AEE0,0x14
asm/non_matchings/boot/getthreadid/osGetThreadId.s,osGetThreadId,0x8008AF30,0x8
asm/non_matchings/boot/sptaskyield/osSpTaskYield.s,osSpTaskYield,0x8008AF50,0x8
asm/non_matchings/boot/pfsreadwritefile/__osPfsGetNextPage.s,__osPfsGetNextPage,0x8008AF70,0x35
asm/non_matchings/boot/pfsreadwritefile/osPfsReadWriteFile.s,osPfsReadWriteFile,0x8008B044,0xDF
asm/non_matchings/boot/pfsgetstatus/__osPfsGetStatus.s,__osPfsGetStatus,0x8008B3C0,0x34
asm/non_matchings/boot/pfsgetstatus/__osPfsRequestOneChannel.s,__osPfsRequestOneChannel,0x8008B490,0x31
asm/non_matchings/boot/pfsgetstatus/__osPfsGetOneChannelData.s,__osPfsGetOneChannelData,0x8008B554,0x27
asm/non_matchings/boot/guMtxIdentF/guMtxIdentF.s,guMtxIdentF,0x8008B600,0x14
asm/non_matchings/boot/visetmode/osViSetMode.s,osViSetMode,0x8008B650,0x18
asm/non_matchings/boot/getconfig/__osGetConfig.s,__osGetConfig,0x8008B6B0,0x4
asm/non_matchings/boot/setconfig/__osSetConfig.s,__osSetConfig,0x8008B6C0,0x4
asm/non_matchings/boot/lookat/guLookAtF.s,guLookAtF,0x8008B6D0,0xA9
asm/non_matchings/boot/lookat/guLookAt.s,guLookAt,0x8008B974,0x1F
asm/non_matchings/boot/pfsallocatefile/osPfsAllocateFile.s,osPfsAllocateFile,0x8008B9F0,0xCD
asm/non_matchings/boot/pfsallocatefile/__osPfsDeclearPage.s,__osPfsDeclearPage,0x8008BD24,0x53
asm/non_matchings/boot/stoptimer/osStopTimer.s,osStopTimer,0x8008BE70,0x3C
asm/non_matchings/boot/probetlb/__osProbeTLB.s,__osProbeTLB,0x8008BF60,0x30
asm/non_matchings/boot/pimgr/osCreatePiManager.s,osCreatePiManager,0x8008C020,0x5C
asm/non_matchings/boot/piacs/__osPiCreateAccessQueue.s,__osPiCreateAccessQueue,0x8008C190,0x14
asm/non_matchings/boot/piacs/__osPiGetAccess.s,__osPiGetAccess,0x8008C1E0,0x11
asm/non_matchings/boot/piacs/__osPiRelAccess.s,__osPiRelAccess,0x8008C224,0xB
asm/non_matchings/boot/devmgr/__osDevMgrMain.s,__osDevMgrMain,0x8008C260,0x104
asm/non_matchings/boot/pirawdma/osPiRawStartDma.s,osPiRawStartDma,0x8008C670,0x34
asm/non_matchings/boot/contpfs/__osSumcalc.s,__osSumcalc,0x8008C740,0x1D
asm/non_matchings/boot/contpfs/__osIdCheckSum.s,__osIdCheckSum,0x8008C7B4,0x3F
asm/non_matchings/boot/contpfs/__osRepairPackId.s,__osRepairPackId,0x8008C8B0,0xD4
asm/non_matchings/boot/contpfs/__osCheckPackId.s,__osCheckPackId,0x8008CC00,0x59
asm/non_matchings/boot/contpfs/__osGetId.s,__osGetId,0x8008CD64,0x6B
asm/non_matchings/boot/contpfs/__osCheckId.s,__osCheckId,0x8008CF10,0x35
asm/non_matchings/boot/contpfs/__osPfsRWInode.s,__osPfsRWInode,0x8008CFE4,0xB7
asm/non_matchings/boot/getcount/osGetCount.s,osGetCount,0x8008D2C0,0x4
asm/non_matchings/boot/guMtxL2F/guMtxL2F.s,guMtxL2F,0x8008D2E0,0x1C
asm/non_matchings/boot/getmemsize/osGetMemSize.s,osGetMemSize,0x8008D350,0x48
asm/non_matchings/boot/pfssearchfile/osPfsFindFile.s,osPfsFindFile,0x8008D470,0x74
asm/non_matchings/boot/seteventmesg/osSetEventMesg.s,osSetEventMesg,0x8008D640,0x30
asm/non_matchings/boot/sqrtf/sqrtf.s,sqrtf,0x8008D700,0x4
asm/non_matchings/boot/afterprenmi/osAfterPreNMI.s,osAfterPreNMI,0x8008D710,0x8
asm/non_matchings/boot/contquery/osContStartQuery.s,osContStartQuery,0x8008D730,0x1F
asm/non_matchings/boot/contquery/osContGetQuery.s,osContGetQuery,0x8008D7AC,0x9
asm/non_matchings/boot/lookathil/guLookAtHiliteF.s,guLookAtHiliteF,0x8008D7D0,0x1F0
asm/non_matchings/boot/lookathil/guLookAtHilite.s,guLookAtHilite,0x8008DF90,0x30
asm/non_matchings/boot/xprintf/_Printf.s,_Printf,0x8008E050,0x192
asm/non_matchings/boot/xprintf/_Putfld.s,_Putfld,0x8008E698,0x1A6
asm/non_matchings/boot/voicecleardictionary/osVoiceClearDictionary.s,osVoiceClearDictionary,0x8008ED30,0x2C
asm/non_matchings/boot/unmaptlball/osUnmapTLBAll.s,osUnmapTLBAll,0x8008EDE0,0x14
asm/non_matchings/boot/epidma/osEPiStartDma.s,osEPiStartDma,0x8008EE30,0x28
asm/non_matchings/boot/voicecontread2/__osVoiceContRead2.s,__osVoiceContRead2,0x8008EED0,0x8C
asm/non_matchings/boot/voicecrc/__osVoiceContDataCrc.s,__osVoiceContDataCrc,0x8008F100,0x28
asm/non_matchings/boot/string/strchr.s,strchr,0x8008F1A0,0x10
asm/non_matchings/boot/string/strlen.s,strlen,0x8008F1E0,0xA
asm/non_matchings/boot/string/memcpy.s,memcpy,0x8008F208,0xE
asm/non_matchings/boot/createmesgqueue/osCreateMesgQueue.s,osCreateMesgQueue,0x8008F240,0xC
asm/non_matchings/boot/invalicache/osInvalICache.s,osInvalICache,0x8008F270,0x20
asm/non_matchings/boot/invaldcache/osInvalDCache.s,osInvalDCache,0x8008F2F0,0x2C
asm/non_matchings/boot/timerintr/__osTimerServicesInit.s,__osTimerServicesInit,0x8008F3A0,0x23
asm/non_matchings/boot/timerintr/__osTimerInterrupt.s,__osTimerInterrupt,0x8008F42C,0x5E
asm/non_matchings/boot/timerintr/__osSetTimerIntr.s,__osSetTimerIntr,0x8008F5A4,0x28
asm/non_matchings/boot/timerintr/__osInsertTimer.s,__osInsertTimer,0x8008F644,0x63
asm/non_matchings/boot/voicecontread36/__osVoiceContRead36.s,__osVoiceContRead36,0x8008F7D0,0x8C
asm/non_matchings/boot/sp/__osSpDeviceBusy.s,__osSpDeviceBusy,0x8008FA00,0xC
asm/non_matchings/boot/si/__osSiDeviceBusy.s,__osSiDeviceBusy,0x8008FA30,0xC
asm/non_matchings/boot/guMtxIdent/guMtxIdent.s,guMtxIdent,0x8008FA60,0x14
asm/non_matchings/boot/jammesg/osJamMesg.s,osJamMesg,0x8008FAB0,0x54
asm/non_matchings/boot/setthreadpri/osSetThreadPri.s,osSetThreadPri,0x8008FC00,0x38
asm/non_matchings/boot/getthreadpri/osGetThreadPri.s,osGetThreadPri,0x8008FCE0,0x8
asm/non_matchings/boot/epirawread/osEPiRawReadIo.s,osEPiRawReadIo,0x8008FD00,0x58
asm/non_matchings/boot/viswapbuf/osViSwapBuffer.s,osViSwapBuffer,0x8008FE60,0x14
asm/non_matchings/boot/position/guPositionF.s,guPositionF,0x8008FEB0,0x6A
asm/non_matchings/boot/position/guPosition.s,guPosition,0x80090058,0x1A
asm/non_matchings/boot/epirawdma/osEPiRawStartDma.s,osEPiRawStartDma,0x800900C0,0x78
asm/non_matchings/boot/sptaskyielded/osSpTaskYielded.s,osSpTaskYielded,0x800902A0,0x18
asm/non_matchings/boot/memcmp/memcmp.s,memcmp,0x80090300,0x48
asm/non_matchings/boot/gettime/osGetTime.s,osGetTime,0x80090420,0x24
asm/non_matchings/boot/rotate/guRotateF.s,guRotateF,0x800904B0,0x61
asm/non_matchings/boot/rotate/guRotate.s,guRotate,0x80090634,0x13
asm/non_matchings/boot/setglobalintmask/__osSetGlobalIntMask.s,__osSetGlobalIntMask,0x80090680,0x14
asm/non_matchings/boot/voiceinit/osVoiceInit.s,osVoiceInit,0x800906D0,0x50
asm/non_matchings/boot/contchannelreset/__osContChannelReset.s,__osContChannelReset,0x80090810,0x3C
asm/non_matchings/boot/voicesetadconverter/__osVoiceSetADConverter.s,__osVoiceSetADConverter,0x80090900,0x7C
asm/non_matchings/boot/aisetfreq/osAiSetFrequency.s,osAiSetFrequency,0x80090AF0,0x54
asm/non_matchings/boot/contramread/__osContRamRead.s,__osContRamRead,0x80090C40,0x8C
asm/non_matchings/boot/voicecontwrite20/__osVoiceContWrite20.s,__osVoiceContWrite20,0x80090E70,0x8C
asm/non_matchings/boot/crc/__osContAddressCrc.s,__osContAddressCrc,0x800910A0,0x34
asm/non_matchings/boot/crc/__osContDataCrc.s,__osContDataCrc,0x80091170,0x28
asm/non_matchings/boot/getactivequeue/__osGetActiveQueue.s,__osGetActiveQueue,0x80091210,0x4
asm/non_matchings/boot/normalize/guNormalize.s,guNormalize,0x80091220,0x18
asm/non_matchings/boot/setcompare/__osSetCompare.s,__osSetCompare,0x80091280,0x4
asm/non_matchings/boot/getcompare/__osGetCompare.s,__osGetCompare,0x80091290,0x4
asm/non_matchings/boot/dpgetstat/osDpGetStatus.s,osDpGetStatus,0x800912A0,0x4
asm/non_matchings/boot/dpsetstat/osDpSetStatus.s,osDpSetStatus,0x800912B0,0x4
asm/non_matchings/boot/bcopy/bcopy.s,bcopy,0x800912C0,0xC4
asm/non_matchings/boot/resetglobalintmask/__osResetGlobalIntMask.s,__osResetGlobalIntMask,0x800915D0,0x18
asm/non_matchings/boot/pfsdeletefile/osPfsDeleteFile.s,osPfsDeleteFile,0x80091630,0x76
asm/non_matchings/boot/pfsdeletefile/__osPfsReleasePages.s,__osPfsReleasePages,0x80091808,0x26
asm/non_matchings/boot/ortho/guOrthoF.s,guOrthoF,0x800918A0,0x55
asm/non_matchings/boot/ortho/guOrtho.s,guOrtho,0x800919F4,0x1B
asm/non_matchings/boot/interrupt/__osDisableInt.s,__osDisableInt,0x80091A60,0x1C
asm/non_matchings/boot/interrupt/__osRestoreInt.s,__osRestoreInt,0x80091AD0,0x8
asm/non_matchings/boot/vi/__osViInit.s,__osViInit,0x80091AF0,0x48
asm/non_matchings/boot/viswapcontext/__osViSwapContext.s,__osViSwapContext,0x80091C10,0xC0
asm/non_matchings/boot/pigetcmdq/osPiGetCmdQueue.s,osPiGetCmdQueue,0x80091F10,0xC
asm/non_matchings/boot/cosf/__cosf.s,__cosf,0x80091F40,0x5C
asm/non_matchings/boot/epiread/osEPiReadIo.s,osEPiReadIo,0x800920B0,0x14
asm/non_matchings/boot/visetspecial/osViSetSpecialFeatures.s,osViSetSpecialFeatures,0x80092100,0x58
asm/non_matchings/boot/coss/coss.s,coss,0x80092260,0xC
asm/non_matchings/boot/settime/osSetTime.s,osSetTime,0x80092290,0xC
asm/non_matchings/boot/voicestopread/osVoiceStopReadData.s,osVoiceStopReadData,0x800922C0,0x48
asm/non_matchings/boot/visetevent/osViSetEvent.s,osViSetEvent,0x800923E0,0x18
asm/non_matchings/boot/pfsisplug/osPfsIsPlug.s,osPfsIsPlug,0x80092440,0x63
asm/non_matchings/boot/pfsisplug/__osPfsRequestData.s,__osPfsRequestData,0x800925CC,0x2D
asm/non_matchings/boot/pfsisplug/__osPfsGetInitData.s,__osPfsGetInitData,0x80092680,0x2C
asm/non_matchings/boot/voicegetstatus/__osVoiceGetStatus.s,__osVoiceGetStatus,0x80092730,0x7C
asm/non_matchings/boot/cartrominit/osCartRomInit.s,osCartRomInit,0x80092920,0x58
asm/non_matchings/boot/guS2DInitBg/guS2DInitBg.s,guS2DInitBg,0x80092A80,0x60
asm/non_matchings/boot/pfsselectbank/__osPfsSelectBank.s,__osPfsSelectBank,0x80092C00,0x20
asm/non_matchings/boot/contsetch/osContSetCh.s,osContSetCh,0x80092C80,0x18
asm/non_matchings/boot/setfpccsr/__osSetFpcCsr.s,__osSetFpcCsr,0x80092CE0,0x4
asm/non_matchings/boot/getfpccsr/__osGetFpcCsr.s,__osGetFpcCsr,0x80092CF0,0x4
asm/non_matchings/boot/pfsfilestate/osPfsFileState.s,osPfsFileState,0x80092D00,0x78
asm/non_matchings/boot/pfsinitpak/osPfsInitPak.s,osPfsInitPak,0x80092EE0,0x82
asm/non_matchings/boot/pfsinitpak/__osPfsCheckRamArea.s,__osPfsCheckRamArea,0x800930E8,0x42
asm/non_matchings/boot/pfschecker/osPfsChecker.s,osPfsChecker,0x800931F0,0x14E
asm/non_matchings/boot/pfschecker/corrupted_init.s,corrupted_init,0x80093728,0xB6
asm/non_matchings/boot/pfschecker/corrupted.s,corrupted,0x80093A00,0x68
asm/non_matchings/boot/aigetlen/osAiGetLength.s,osAiGetLength,0x80093BA0,0x4
asm/non_matchings/boot/epiwrite/osEPiWriteIo.s,osEPiWriteIo,0x80093BB0,0x14
asm/non_matchings/boot/maptlbrdb/osMapTLBRdb.s,osMapTLBRdb,0x80093C00,0x18
asm/non_matchings/boot/yieldthread/osYieldThread.s,osYieldThread,0x80093C60,0x14
asm/non_matchings/boot/guTranslate/guTranslate.s,guTranslate,0x80093CC0,0x34
asm/non_matchings/boot/getcause/__osGetCause.s,__osGetCause,0x80093D90,0x4
asm/non_matchings/boot/contramwrite/__osContRamWrite.s,__osContRamWrite,0x80093DA0,0x94
asm/non_matchings/boot/epirawwrite/__osEPiRawWriteIo.s,__osEPiRawWriteIo,0x80093FF0,0x58
asm/non_matchings/boot/settimer/osSetTimer.s,osSetTimer,0x80094150,0x64
asm/non_matchings/boot/xldtob/_Ldtob.s,_Ldtob,0x800942E0,0x124
asm/non_matchings/boot/xldtob/_Ldunscale.s,_Ldunscale,0x80094770,0x2E
asm/non_matchings/boot/xldtob/_Genld.s,_Genld,0x80094828,0x172
asm/non_matchings/boot/ldiv/ldiv.s,ldiv,0x80094DF0,0x21
asm/non_matchings/boot/ldiv/lldiv.s,lldiv,0x80094E74,0x43
asm/non_matchings/boot/xlitob/_Litob.s,_Litob,0x80094F80,0xA8
asm/non_matchings/boot/sirawwrite/__osSiRawWriteIo.s,__osSiRawWriteIo,0x80095220,0x14
asm/non_matchings/boot/spgetstat/__osSpGetStatus.s,__osSpGetStatus,0x80095270,0x4
asm/non_matchings/boot/spsetstat/__osSpSetStatus.s,__osSpSetStatus,0x80095280,0x4
asm/non_matchings/boot/vimgr/osCreateViManager.s,osCreateViManager,0x800952A0,0x60
asm/non_matchings/boot/vimgr/viMgrMain.s,viMgrMain,0x80095420,0x64
asm/non_matchings/boot/vigetcurrcontext/__osViGetCurrentContext.s,__osViGetCurrentContext,0x800955B0,0x4
asm/non_matchings/boot/writebackdcacheall/osWritebackDCacheAll.s,osWritebackDCacheAll,0x800955C0,0xC
asm/non_matchings/boot/getcurrfaultthread/__osGetCurrFaultedThread.s,__osGetCurrFaultedThread,0x800955F0,0x4
asm/non_matchings/boot/voicemaskdictionary/osVoiceMaskDictionary.s,osVoiceMaskDictionary,0x80095600,0x4C
asm/non_matchings/boot/guMtxF2L/guMtxF2L.s,guMtxF2L,0x80095740,0x1C
asm/non_matchings/boot/startthread/osStartThread.s,osStartThread,0x800957B0,0x54
asm/non_matchings/boot/visetyscale/osViSetYScale.s,osViSetYScale,0x80095900,0x14
asm/non_matchings/boot/visetxscale/osViSetXScale.s,osViSetXScale,0x80095950,0x44
asm/non_matchings/boot/llcvt/__d_to_ll.s,__d_to_ll,0x80095A60,0x7
asm/non_matchings/boot/llcvt/__f_to_ll.s,__f_to_ll,0x80095A7C,0x7
asm/non_matchings/boot/llcvt/__d_to_ull.s,__d_to_ull,0x80095A98,0x28
asm/non_matchings/boot/llcvt/__f_to_ull.s,__f_to_ull,0x80095B38,0x27
asm/non_matchings/boot/llcvt/__ll_to_d.s,__ll_to_d,0x80095BD4,0x6
asm/non_matchings/boot/llcvt/__ll_to_f.s,__ll_to_f,0x80095BEC,0x6
asm/non_matchings/boot/llcvt/__ull_to_d.s,__ull_to_d,0x80095C04,0xD
asm/non_matchings/boot/llcvt/__ull_to_f.s,__ull_to_f,0x80095C38,0xE
asm/non_matchings/boot/voicecheckword/osVoiceCheckWord.s,osVoiceCheckWord,0x80095C70,0x1BC
asm/non_matchings/boot/voicecontrolgain/osVoiceControlGain.s,osVoiceControlGain,0x80096360,0x2C
asm/non_matchings/boot/voicestartreaddata/osVoiceStartReadData.s,osVoiceStartReadData,0x80096410,0x30
asm/non_matchings/boot/vigetcurrframebuf/osViGetCurrentFramebuffer.s,osViGetCurrentFramebuffer,0x800964D0,0x10
asm/non_matchings/boot/spsetpc/__osSpSetPc.s,__osSpSetPc,0x80096510,0xC
asm/non_matchings/boot/voicecontwrite4/__osVoiceContWrite4.s,__osVoiceContWrite4,0x80096540,0x8C
asm/non_matchings/boot/gethwinterrupt/__osGetHWIntrRoutine.s,__osGetHWIntrRoutine,0x80096770,0xC
asm/non_matchings/boot/sethwinterrupt/__osSetHWIntrRoutine.s,__osSetHWIntrRoutine,0x800967A0,0x1C
asm/non_matchings/boot/getwatchlo/__osGetWatchLo.s,__osGetWatchLo,0x80096810,0x4
asm/non_matchings/boot/setwatchlo/__osSetWatchLo.s,__osSetWatchLo,0x80096820,0x4
asm/non_matchings/boot/fmodf/fmodf.s,fmodf,0x80096830,0x14
asm/non_matchings/boot/__osMemset/__osMemset.s,__osMemset,0x80096880,0xC
asm/non_matchings/boot/__osMemcmp/__osMemcmp.s,__osMemcmp,0x800968B0,0x10
asm/non_matchings/boot/__osStrcpy/__osStrcpy.s,__osStrcpy,0x800968F0,0x10
asm/non_matchings/boot/__osMemcpy/__osMemcpy.s,__osMemcpy,0x80096930,0x24
1 asm/non_matchings/boot/boot_main/bootproc.s bootproc 0x80080060 0x3C
2 asm/non_matchings/boot/idle/Idle_ClearMemory.s Idle_ClearMemory 0x80080150 0xC
3 asm/non_matchings/boot/idle/Idle_InitFramebuffer.s Idle_InitFramebuffer 0x80080180 0x7
4 asm/non_matchings/boot/idle/Idle_InitScreen.s Idle_InitScreen 0x8008019C 0x14
5 asm/non_matchings/boot/idle/Idle_InitMemory.s Idle_InitMemory 0x800801EC 0x19
6 asm/non_matchings/boot/idle/Idle_InitCodeAndMemory.s Idle_InitCodeAndMemory 0x80080250 0x2C
7 asm/non_matchings/boot/idle/Main_ThreadEntry.s Main_ThreadEntry 0x80080300 0x23
8 asm/non_matchings/boot/idle/Idle_InitVideo.s Idle_InitVideo 0x8008038C 0x62
9 asm/non_matchings/boot/idle/Idle_ThreadEntry.s Idle_ThreadEntry 0x80080514 0x33
10 asm/non_matchings/boot/viconfig/ViConfig_UpdateVi.s ViConfig_UpdateVi 0x800805E0 0x5A
11 asm/non_matchings/boot/viconfig/ViConfig_UpdateBlack.s ViConfig_UpdateBlack 0x80080748 0x12
12 asm/non_matchings/boot/z_std_dma/DmaMgr_DMARomToRam.s DmaMgr_DMARomToRam 0x80080790 0x51
13 asm/non_matchings/boot/z_std_dma/DmaMgr_DmaCallback0.s DmaMgr_DmaCallback0 0x800808D4 0x8
14 asm/non_matchings/boot/z_std_dma/DmaMgr_FindDmaEntry.s DmaMgr_FindDmaEntry 0x800808F4 0x17
15 asm/non_matchings/boot/z_std_dma/DmaMgr_TranslateVromToRom.s DmaMgr_TranslateVromToRom 0x80080950 0x1B
16 asm/non_matchings/boot/z_std_dma/DmaMgr_FindDmaIndex.s DmaMgr_FindDmaIndex 0x800809BC 0xE
17 asm/non_matchings/boot/z_std_dma/func_800809F4.s func_800809F4 0x800809F4 0x5
18 asm/non_matchings/boot/z_std_dma/DmaMgr_ProcessMsg.s DmaMgr_ProcessMsg 0x80080A08 0x5F
19 asm/non_matchings/boot/z_std_dma/DmaMgr_ThreadEntry.s DmaMgr_ThreadEntry 0x80080B84 0x20
20 asm/non_matchings/boot/z_std_dma/DmaMgr_SendRequestImpl.s DmaMgr_SendRequestImpl 0x80080C04 0x23
21 asm/non_matchings/boot/z_std_dma/DmaMgr_SendRequest0.s DmaMgr_SendRequest0 0x80080C90 0x1F
22 asm/non_matchings/boot/z_std_dma/DmaMgr_Start.s DmaMgr_Start 0x80080D0C 0x3D
23 asm/non_matchings/boot/z_std_dma/DmaMgr_Stop.s DmaMgr_Stop 0x80080E00 0xC
24 asm/non_matchings/boot/yaz0/Yaz0_FirstDMA.s Yaz0_FirstDMA 0x80080E30 0x28
25 asm/non_matchings/boot/yaz0/Yaz0_NextDMA.s Yaz0_NextDMA 0x80080ED0 0x48
26 asm/non_matchings/boot/yaz0/Yaz0_DecompressImpl.s Yaz0_DecompressImpl 0x80080FF0 0x62
27 asm/non_matchings/boot/yaz0/Yaz0_Decompress.s Yaz0_Decompress 0x80081178 0x36
28 asm/non_matchings/boot/irqmgr/IrqMgr_AddClient.s IrqMgr_AddClient 0x80081250 0x23
29 asm/non_matchings/boot/irqmgr/IrqMgr_RemoveClient.s IrqMgr_RemoveClient 0x800812DC 0x23
30 asm/non_matchings/boot/irqmgr/IrqMgr_SendMesgForClient.s IrqMgr_SendMesgForClient 0x80081368 0x14
31 asm/non_matchings/boot/irqmgr/IrqMgr_JamMesgForClient.s IrqMgr_JamMesgForClient 0x800813B8 0x19
32 asm/non_matchings/boot/irqmgr/IrqMgr_HandlePreNMI.s IrqMgr_HandlePreNMI 0x8008141C 0x26
33 asm/non_matchings/boot/irqmgr/IrqMgr_CheckStack.s IrqMgr_CheckStack 0x800814B4 0x8
34 asm/non_matchings/boot/irqmgr/IrqMgr_HandlePRENMI450.s IrqMgr_HandlePRENMI450 0x800814D4 0x1F
35 asm/non_matchings/boot/irqmgr/IrqMgr_HandlePRENMI480.s IrqMgr_HandlePRENMI480 0x80081550 0x16
36 asm/non_matchings/boot/irqmgr/IrqMgr_HandlePRENMI500.s IrqMgr_HandlePRENMI500 0x800815A8 0x9
37 asm/non_matchings/boot/irqmgr/IrqMgr_HandleRetrace.s IrqMgr_HandleRetrace 0x800815CC 0x2E
38 asm/non_matchings/boot/irqmgr/IrqMgr_ThreadEntry.s IrqMgr_ThreadEntry 0x80081684 0x34
39 asm/non_matchings/boot/irqmgr/IrqMgr_Init.s IrqMgr_Init 0x80081754 0x33
40 asm/non_matchings/boot/CIC6105/CIC6105_Nop80081820.s CIC6105_Nop80081820 0x80081820 0x2
41 asm/non_matchings/boot/CIC6105/CIC6105_Nop80081828.s CIC6105_Nop80081828 0x80081828 0x2
42 asm/non_matchings/boot/CIC6105/CIC6105_PrintRomInfo.s CIC6105_PrintRomInfo 0x80081830 0x1B
43 asm/non_matchings/boot/CIC6105/CIC6105_AddRomInfoFaultPage.s CIC6105_AddRomInfoFaultPage 0x8008189C 0xD
44 asm/non_matchings/boot/CIC6105/CIC6105_RemoveRomInfoFaultPage.s CIC6105_RemoveRomInfoFaultPage 0x800818D0 0x9
45 asm/non_matchings/boot/CIC6105/func_800818F4.s func_800818F4 0x800818F4 0xB
46 asm/non_matchings/boot/syncprintf/__osSyncVPrintf.s __osSyncVPrintf 0x80081920 0x7
47 asm/non_matchings/boot/syncprintf/osSyncPrintf.s osSyncPrintf 0x8008193C 0x7
48 asm/non_matchings/boot/syncprintf/rmonPrintf.s rmonPrintf 0x80081958 0xA
49 asm/non_matchings/boot/fault/Fault_SleepImpl.s Fault_SleepImpl 0x80081980 0x1C
50 asm/non_matchings/boot/fault/Fault_AddClient.s Fault_AddClient 0x800819F0 0x39
51 asm/non_matchings/boot/fault/Fault_RemoveClient.s Fault_RemoveClient 0x80081AD4 0x3E
52 asm/non_matchings/boot/fault/Fault_AddAddrConvClient.s Fault_AddAddrConvClient 0x80081BCC 0x36
53 asm/non_matchings/boot/fault/Fault_RemoveAddrConvClient.s Fault_RemoveAddrConvClient 0x80081CA4 0x3E
54 asm/non_matchings/boot/fault/Fault_ConvertAddress.s Fault_ConvertAddress 0x80081D9C 0x24
55 asm/non_matchings/boot/fault/Fault_Sleep.s Fault_Sleep 0x80081E2C 0xF
56 asm/non_matchings/boot/fault/Fault_PadCallback.s Fault_PadCallback 0x80081E68 0xF
57 asm/non_matchings/boot/fault/Fault_UpdatePadImpl.s Fault_UpdatePadImpl 0x80081EA4 0x13
58 asm/non_matchings/boot/fault/Fault_WaitForInputImpl.s Fault_WaitForInputImpl 0x80081EF0 0x53
59 asm/non_matchings/boot/fault/Fault_WaitForInput.s Fault_WaitForInput 0x8008203C 0xF
60 asm/non_matchings/boot/fault/Fault_DrawRec.s Fault_DrawRec 0x80082078 0x18
61 asm/non_matchings/boot/fault/Fault_FillScreenBlack.s Fault_FillScreenBlack 0x800820D8 0x15
62 asm/non_matchings/boot/fault/Fault_FillScreenRed.s Fault_FillScreenRed 0x8008212C 0x15
63 asm/non_matchings/boot/fault/Fault_DrawCornerRec.s Fault_DrawCornerRec 0x80082180 0x15
64 asm/non_matchings/boot/fault/Fault_PrintFReg.s Fault_PrintFReg 0x800821D4 0x2B
65 asm/non_matchings/boot/fault/osSyncPrintfFReg.s osSyncPrintfFReg 0x80082280 0x2C
66 asm/non_matchings/boot/fault/Fault_PrintFPCR.s Fault_PrintFPCR 0x80082330 0x29
67 asm/non_matchings/boot/fault/osSyncPrintfFPCR.s osSyncPrintfFPCR 0x800823D4 0x26
68 asm/non_matchings/boot/fault/Fault_PrintThreadContext.s Fault_PrintThreadContext 0x8008246C 0xD4
69 asm/non_matchings/boot/fault/osSyncPrintfThreadContext.s osSyncPrintfThreadContext 0x800827BC 0xBF
70 asm/non_matchings/boot/fault/Fault_FindFaultedThread.s Fault_FindFaultedThread 0x80082AB8 0x22
71 asm/non_matchings/boot/fault/Fault_Wait5Seconds.s Fault_Wait5Seconds 0x80082B40 0x24
72 asm/non_matchings/boot/fault/Fault_WaitForButtonCombo.s Fault_WaitForButtonCombo 0x80082BD0 0x27
73 asm/non_matchings/boot/fault/Fault_DrawMemDumpPage.s Fault_DrawMemDumpPage 0x80082C6C 0x5B
74 asm/non_matchings/boot/fault/Fault_DrawMemDump.s Fault_DrawMemDump 0x80082DD8 0x7E
75 asm/non_matchings/boot/fault/Fault_FindNextStackCall.s Fault_FindNextStackCall 0x80082FD0 0x5D
76 asm/non_matchings/boot/fault/Fault_DrawStackTrace.s Fault_DrawStackTrace 0x80083144 0x64
77 asm/non_matchings/boot/fault/osSyncPrintfStackTrace.s osSyncPrintfStackTrace 0x800832D4 0x5F
78 asm/non_matchings/boot/fault/Fault_ResumeThread.s Fault_ResumeThread 0x80083450 0x1F
79 asm/non_matchings/boot/fault/Fault_CommitFB.s Fault_CommitFB 0x800834CC 0x30
80 asm/non_matchings/boot/fault/Fault_ProcessClients.s Fault_ProcessClients 0x8008358C 0x39
81 asm/non_matchings/boot/fault/Fault_SetOptionsFromController3.s Fault_SetOptionsFromController3 0x80083670 0x5D
82 asm/non_matchings/boot/fault/Fault_SetOptions.s Fault_SetOptions 0x800837E4 0x11
83 asm/non_matchings/boot/fault/Fault_ThreadEntry.s Fault_ThreadEntry 0x80083828 0xD2
84 asm/non_matchings/boot/fault/Fault_SetFB.s Fault_SetFB 0x80083B70 0x15
85 asm/non_matchings/boot/fault/Fault_Start.s Fault_Start 0x80083BC4 0x4D
86 asm/non_matchings/boot/fault/Fault_HangupFaultClient.s Fault_HangupFaultClient 0x80083CF8 0x3F
87 asm/non_matchings/boot/fault/Fault_AddHungupAndCrashImpl.s Fault_AddHungupAndCrashImpl 0x80083DF4 0x16
88 asm/non_matchings/boot/fault/Fault_AddHungupAndCrash.s Fault_AddHungupAndCrash 0x80083E4C 0x19
89 asm/non_matchings/boot/fault_drawer/FaultDrawer_SetOsSyncPrintfEnabled.s FaultDrawer_SetOsSyncPrintfEnabled 0x80083EB0 0x5
90 asm/non_matchings/boot/fault_drawer/FaultDrawer_DrawRecImpl.s FaultDrawer_DrawRecImpl 0x80083EC4 0x48
91 asm/non_matchings/boot/fault_drawer/FaultDrawer_DrawChar.s FaultDrawer_DrawChar 0x80083FE4 0x5F
92 asm/non_matchings/boot/fault_drawer/FaultDrawer_ColorToPrintColor.s FaultDrawer_ColorToPrintColor 0x80084160 0x2C
93 asm/non_matchings/boot/fault_drawer/FaultDrawer_UpdatePrintColor.s FaultDrawer_UpdatePrintColor 0x80084210 0x2B
94 asm/non_matchings/boot/fault_drawer/FaultDrawer_SetForeColor.s FaultDrawer_SetForeColor 0x800842BC 0x13
95 asm/non_matchings/boot/fault_drawer/FaultDrawer_SetBackColor.s FaultDrawer_SetBackColor 0x80084308 0x13
96 asm/non_matchings/boot/fault_drawer/FaultDrawer_SetFontColor.s FaultDrawer_SetFontColor 0x80084354 0x12
97 asm/non_matchings/boot/fault_drawer/FaultDrawer_SetCharPad.s FaultDrawer_SetCharPad 0x8008439C 0xE
98 asm/non_matchings/boot/fault_drawer/FaultDrawer_SetCursor.s FaultDrawer_SetCursor 0x800843D4 0x41
99 asm/non_matchings/boot/fault_drawer/FaultDrawer_FillScreen.s FaultDrawer_FillScreen 0x800844D8 0x24
100 asm/non_matchings/boot/fault_drawer/FaultDrawer_FormatStringFunc.s FaultDrawer_FormatStringFunc 0x80084568 0x85
101 asm/non_matchings/boot/fault_drawer/FaultDrawer_VPrintf.s FaultDrawer_VPrintf 0x8008477C 0x14
102 asm/non_matchings/boot/fault_drawer/FaultDrawer_Printf.s FaultDrawer_Printf 0x800847CC 0x14
103 asm/non_matchings/boot/fault_drawer/FaultDrawer_DrawText.s FaultDrawer_DrawText 0x8008481C 0x14
104 asm/non_matchings/boot/fault_drawer/FaultDrawer_SetDrawerFB.s FaultDrawer_SetDrawerFB 0x8008486C 0xE
105 asm/non_matchings/boot/fault_drawer/FaultDrawer_SetInputCallback.s FaultDrawer_SetInputCallback 0x800848A4 0x5
106 asm/non_matchings/boot/fault_drawer/FaultDrawer_Init.s FaultDrawer_Init 0x800848B8 0x22
107 asm/non_matchings/boot/boot_80084940/func_80084940.s func_80084940 0x80084940 0xA
108 asm/non_matchings/boot/boot_80084940/func_80084968.s func_80084968 0x80084968 0xE
109 asm/non_matchings/boot/loadfragment/Load_Relocate.s Load_Relocate 0x800849A0 0x9B
110 asm/non_matchings/boot/loadfragment/Load_LoadOverlay.s Load_LoadOverlay 0x80084C0C 0x31
111 asm/non_matchings/boot/loadfragment/Load_AllocateAndLoad.s Load_AllocateAndLoad 0x80084CD0 0x38
112 asm/non_matchings/boot/loadfragment2/Load2_Relocate.s Load2_Relocate 0x80084DB0 0x9B
113 asm/non_matchings/boot/loadfragment2/Load2_LoadOverlay.s Load2_LoadOverlay 0x8008501C 0x2B
114 asm/non_matchings/boot/loadfragment2/Load2_AllocateAndLoad.s Load2_AllocateAndLoad 0x800850C8 0x1A
115 asm/non_matchings/boot/padutils/PadUtils_Init.s PadUtils_Init 0x80085130 0x8
116 asm/non_matchings/boot/padutils/func_80085150.s func_80085150 0x80085150 0x2
117 asm/non_matchings/boot/padutils/PadUtils_ResetPressRel.s PadUtils_ResetPressRel 0x80085158 0x3
118 asm/non_matchings/boot/padutils/PadUtils_CheckCurExact.s PadUtils_CheckCurExact 0x80085164 0x6
119 asm/non_matchings/boot/padutils/PadUtils_CheckCur.s PadUtils_CheckCur 0x8008517C 0x7
120 asm/non_matchings/boot/padutils/PadUtils_CheckPressed.s PadUtils_CheckPressed 0x80085198 0x7
121 asm/non_matchings/boot/padutils/PadUtils_CheckReleased.s PadUtils_CheckReleased 0x800851B4 0x7
122 asm/non_matchings/boot/padutils/PadUtils_GetCurButton.s PadUtils_GetCurButton 0x800851D0 0x2
123 asm/non_matchings/boot/padutils/PadUtils_GetPressButton.s PadUtils_GetPressButton 0x800851D8 0x2
124 asm/non_matchings/boot/padutils/PadUtils_GetCurX.s PadUtils_GetCurX 0x800851E0 0x2
125 asm/non_matchings/boot/padutils/PadUtils_GetCurY.s PadUtils_GetCurY 0x800851E8 0x2
126 asm/non_matchings/boot/padutils/PadUtils_SetRelXY.s PadUtils_SetRelXY 0x800851F0 0x3
127 asm/non_matchings/boot/padutils/PadUtils_GetRelXImpl.s PadUtils_GetRelXImpl 0x800851FC 0x2
128 asm/non_matchings/boot/padutils/PadUtils_GetRelYImpl.s PadUtils_GetRelYImpl 0x80085204 0x2
129 asm/non_matchings/boot/padutils/PadUtils_GetRelX.s PadUtils_GetRelX 0x8008520C 0x8
130 asm/non_matchings/boot/padutils/PadUtils_GetRelY.s PadUtils_GetRelY 0x8008522C 0x8
131 asm/non_matchings/boot/padutils/PadUtils_UpdateRelXY.s PadUtils_UpdateRelXY 0x8008524C 0x35
132 asm/non_matchings/boot/stackcheck/StackCheck_Init.s StackCheck_Init 0x80085320 0x36
133 asm/non_matchings/boot/stackcheck/StackCheck_Cleanup.s StackCheck_Cleanup 0x800853F8 0x1C
134 asm/non_matchings/boot/stackcheck/StackCheck_GetState.s StackCheck_GetState 0x80085468 0x1E
135 asm/non_matchings/boot/stackcheck/StackCheck_CheckAll.s StackCheck_CheckAll 0x800854E0 0x16
136 asm/non_matchings/boot/stackcheck/StackCheck_Check.s StackCheck_Check 0x80085538 0xE
137 asm/non_matchings/boot/gfxprint/GfxPrint_InitDlist.s GfxPrint_InitDlist 0x80085570 0x113
138 asm/non_matchings/boot/gfxprint/GfxPrint_SetColor.s GfxPrint_SetColor 0x800859BC 0x13
139 asm/non_matchings/boot/gfxprint/GfxPrint_SetPosPx.s GfxPrint_SetPosPx 0x80085A08 0x9
140 asm/non_matchings/boot/gfxprint/GfxPrint_SetPos.s GfxPrint_SetPos 0x80085A2C 0xA
141 asm/non_matchings/boot/gfxprint/GfxPrint_SetBasePosPx.s GfxPrint_SetBasePosPx 0x80085A54 0x5
142 asm/non_matchings/boot/gfxprint/GfxPrint_PrintCharImpl.s GfxPrint_PrintCharImpl 0x80085A68 0xC3
143 asm/non_matchings/boot/gfxprint/GfxPrint_PrintChar.s GfxPrint_PrintChar 0x80085D74 0x6F
144 asm/non_matchings/boot/gfxprint/GfxPrint_PrintStringWithSize.s GfxPrint_PrintStringWithSize 0x80085F30 0x17
145 asm/non_matchings/boot/gfxprint/GfxPrint_PrintString.s GfxPrint_PrintString 0x80085F8C 0x16
146 asm/non_matchings/boot/gfxprint/GfxPrint_Callback.s GfxPrint_Callback 0x80085FE4 0xB
147 asm/non_matchings/boot/gfxprint/GfxPrint_Init.s GfxPrint_Init 0x80086010 0x15
148 asm/non_matchings/boot/gfxprint/GfxPrint_Destroy.s GfxPrint_Destroy 0x80086064 0x2
149 asm/non_matchings/boot/gfxprint/GfxPrint_Open.s GfxPrint_Open 0x8008606C 0xD
150 asm/non_matchings/boot/gfxprint/GfxPrint_Close.s GfxPrint_Close 0x800860A0 0x6
151 asm/non_matchings/boot/gfxprint/GfxPrint_VPrintf.s GfxPrint_VPrintf 0x800860B8 0x8
152 asm/non_matchings/boot/gfxprint/GfxPrint_Printf.s GfxPrint_Printf 0x800860D8 0xE
153 asm/non_matchings/boot/mtxuty-cvt/MtxConv_F2L.s MtxConv_F2L 0x80086110 0x52
154 asm/non_matchings/boot/mtxuty-cvt/MtxConv_L2F.s MtxConv_L2F 0x80086258 0xA
155 asm/non_matchings/boot/assert/__assert.s __assert 0x80086280 0xD
156 asm/non_matchings/boot/assert/func_800862B4.s func_800862B4 0x800862B4 0xB
157 asm/non_matchings/boot/boot_800862E0/StartHeap_AllocMin1.s StartHeap_AllocMin1 0x800862E0 0xC
158 asm/non_matchings/boot/boot_800862E0/StartHeap_FreeNull.s StartHeap_FreeNull 0x80086310 0xB
159 asm/non_matchings/boot/boot_800862E0/func_8008633C.s func_8008633C 0x8008633C 0x1C
160 asm/non_matchings/boot/boot_800862E0/func_800863AC.s func_800863AC 0x800863AC 0x1C
161 asm/non_matchings/boot/boot_800862E0/func_8008641C.s func_8008641C 0x8008641C 0x34
162 asm/non_matchings/boot/boot_800862E0/func_800864EC.s func_800864EC 0x800864EC 0x27
163 asm/non_matchings/boot/boot_800862E0/func_80086588.s func_80086588 0x80086588 0x1C
164 asm/non_matchings/boot/boot_800862E0/StartHeap_Init.s StartHeap_Init 0x800865F8 0xA
165 asm/non_matchings/boot/padsetup/func_80086620.s func_80086620 0x80086620 0x50
166 asm/non_matchings/boot/boot_80086760/func_80086760.s func_80086760 0x80086760 0xD
167 asm/non_matchings/boot/boot_80086760/func_80086794.s func_80086794 0x80086794 0x8
168 asm/non_matchings/boot/boot_80086760/func_800867B4.s func_800867B4 0x800867B4 0x8
169 asm/non_matchings/boot/boot_80086760/func_800867D4.s func_800867D4 0x800867D4 0x8
170 asm/non_matchings/boot/boot_80086760/func_800867F4.s func_800867F4 0x800867F4 0x8
171 asm/non_matchings/boot/boot_80086760/func_80086814.s func_80086814 0x80086814 0x8
172 asm/non_matchings/boot/boot_80086760/func_80086834.s func_80086834 0x80086834 0x13
173 asm/non_matchings/boot/boot_80086760/func_80086880.s func_80086880 0x80086880 0x49
174 asm/non_matchings/boot/boot_80086760/func_800869A4.s func_800869A4 0x800869A4 0x53
175 asm/non_matchings/boot/boot_80086760/func_80086AF0.s func_80086AF0 0x80086AF0 0x10
176 asm/non_matchings/boot/boot_80086760/func_80086B30.s func_80086B30 0x80086B30 0x3A
177 asm/non_matchings/boot/boot_80086760/func_80086C18.s func_80086C18 0x80086C18 0xC
178 asm/non_matchings/boot/boot_80086760/func_80086C48.s func_80086C48 0x80086C48 0xA
179 asm/non_matchings/boot/fp/func_80086C70.s func_80086C70 0x80086C70 0x3
180 asm/non_matchings/boot/fp/func_80086C7C.s func_80086C7C 0x80086C7C 0x3
181 asm/non_matchings/boot/fp/func_80086C88.s func_80086C88 0x80086C88 0x4
182 asm/non_matchings/boot/fp/func_80086C98.s func_80086C98 0x80086C98 0x4
183 asm/non_matchings/boot/fp/func_80086CA8.s func_80086CA8 0x80086CA8 0x3
184 asm/non_matchings/boot/fp/func_80086CB4.s func_80086CB4 0x80086CB4 0x3
185 asm/non_matchings/boot/fp/func_80086CC0.s func_80086CC0 0x80086CC0 0x4
186 asm/non_matchings/boot/fp/func_80086CD0.s func_80086CD0 0x80086CD0 0x4
187 asm/non_matchings/boot/fp/func_80086CE0.s func_80086CE0 0x80086CE0 0x3
188 asm/non_matchings/boot/fp/func_80086CEC.s func_80086CEC 0x80086CEC 0x3
189 asm/non_matchings/boot/fp/func_80086CF8.s func_80086CF8 0x80086CF8 0x4
190 asm/non_matchings/boot/fp/func_80086D08.s func_80086D08 0x80086D08 0x4
191 asm/non_matchings/boot/fp/func_80086D18.s func_80086D18 0x80086D18 0x3
192 asm/non_matchings/boot/fp/func_80086D24.s func_80086D24 0x80086D24 0x3
193 asm/non_matchings/boot/fp/func_80086D30.s func_80086D30 0x80086D30 0x4
194 asm/non_matchings/boot/fp/func_80086D40.s func_80086D40 0x80086D40 0x4
195 asm/non_matchings/boot/fp/func_80086D50.s func_80086D50 0x80086D50 0x7
196 asm/non_matchings/boot/fp/func_80086D6C.s func_80086D6C 0x80086D6C 0x8
197 asm/non_matchings/boot/fp/func_80086D8C.s func_80086D8C 0x80086D8C 0x8
198 asm/non_matchings/boot/fp/func_80086DAC.s func_80086DAC 0x80086DAC 0x9
199 asm/non_matchings/boot/system_malloc/StartHeap_Alloc.s StartHeap_Alloc 0x80086DD0 0xA
200 asm/non_matchings/boot/system_malloc/StartHeap_AllocR.s StartHeap_AllocR 0x80086DF8 0xA
201 asm/non_matchings/boot/system_malloc/StartHeap_Realloc.s StartHeap_Realloc 0x80086E20 0xC
202 asm/non_matchings/boot/system_malloc/StartHeap_Free.s StartHeap_Free 0x80086E50 0xA
203 asm/non_matchings/boot/system_malloc/StartHeap_Calloc.s StartHeap_Calloc 0x80086E78 0x15
204 asm/non_matchings/boot/system_malloc/StartHeap_AnalyzeArena.s StartHeap_AnalyzeArena 0x80086ECC 0xE
205 asm/non_matchings/boot/system_malloc/StartHeap_CheckArena.s StartHeap_CheckArena 0x80086F04 0x9
206 asm/non_matchings/boot/system_malloc/StartHeap_InitArena.s StartHeap_InitArena 0x80086F28 0xC
207 asm/non_matchings/boot/system_malloc/StartHeap_Cleanup.s StartHeap_Cleanup 0x80086F58 0x9
208 asm/non_matchings/boot/system_malloc/StartHeap_IsInitialized.s StartHeap_IsInitialized 0x80086F7C 0x9
209 asm/non_matchings/boot/rand/Rand_Next.s Rand_Next 0x80086FA0 0xC
210 asm/non_matchings/boot/rand/Rand_Seed.s Rand_Seed 0x80086FD0 0x3
211 asm/non_matchings/boot/rand/Rand_ZeroOne.s Rand_ZeroOne 0x80086FDC 0x15
212 asm/non_matchings/boot/rand/Rand_Centered.s Rand_Centered 0x80087030 0x16
213 asm/non_matchings/boot/rand/Rand_Seed_Variable.s Rand_Seed_Variable 0x80087088 0x2
214 asm/non_matchings/boot/rand/Rand_Next_Variable.s Rand_Next_Variable 0x80087090 0xA
215 asm/non_matchings/boot/rand/Rand_ZeroOne_Variable.s Rand_ZeroOne_Variable 0x800870B8 0x13
216 asm/non_matchings/boot/rand/Rand_Centered_Variable.s Rand_Centered_Variable 0x80087104 0x17
217 asm/non_matchings/boot/__osMalloc/ArenaImpl_LockInit.s ArenaImpl_LockInit 0x80087160 0xB
218 asm/non_matchings/boot/__osMalloc/ArenaImpl_Lock.s ArenaImpl_Lock 0x8008718C 0xA
219 asm/non_matchings/boot/__osMalloc/ArenaImpl_Unlock.s ArenaImpl_Unlock 0x800871B4 0xA
220 asm/non_matchings/boot/__osMalloc/ArenaImpl_GetLastBlock.s ArenaImpl_GetLastBlock 0x800871DC 0xC
221 asm/non_matchings/boot/__osMalloc/__osMallocInit.s __osMallocInit 0x8008720C 0x14
222 asm/non_matchings/boot/__osMalloc/__osMallocAddBlock.s __osMallocAddBlock 0x8008725C 0x28
223 asm/non_matchings/boot/__osMalloc/__osMallocCleanup.s __osMallocCleanup 0x800872FC 0x8
224 asm/non_matchings/boot/__osMalloc/__osMallocIsInitalized.s __osMallocIsInitalized 0x8008731C 0x2
225 asm/non_matchings/boot/__osMalloc/__osMalloc.s __osMalloc 0x80087324 0x39
226 asm/non_matchings/boot/__osMalloc/__osMallocR.s __osMallocR 0x80087408 0x39
227 asm/non_matchings/boot/__osMalloc/__osFree.s __osFree 0x800874EC 0x3E
228 asm/non_matchings/boot/__osMalloc/__osRealloc.s __osRealloc 0x800875E4 0x4C
229 asm/non_matchings/boot/__osMalloc/__osAnalyzeArena.s __osAnalyzeArena 0x80087714 0x2C
230 asm/non_matchings/boot/__osMalloc/__osCheckArena.s __osCheckArena 0x800877C4 0x1B
231 asm/non_matchings/boot/sprintf/proutSprintf.s proutSprintf 0x80087830 0x9
232 asm/non_matchings/boot/sprintf/vsprintf.s vsprintf 0x80087854 0x14
233 asm/non_matchings/boot/sprintf/sprintf.s sprintf 0x800878A4 0x17
234 asm/non_matchings/boot/printutils/PrintUtils_VPrintf.s PrintUtils_VPrintf 0x80087900 0xD
235 asm/non_matchings/boot/printutils/PrintUtils_Printf.s PrintUtils_Printf 0x80087934 0xB
236 asm/non_matchings/boot/printutils/Sleep_Cycles.s Sleep_Cycles 0x80087960 0x1B
237 asm/non_matchings/boot/printutils/Sleep_Nsec.s Sleep_Nsec 0x800879CC 0x14
238 asm/non_matchings/boot/printutils/Sleep_Usec.s Sleep_Usec 0x80087A1C 0x14
239 asm/non_matchings/boot/printutils/Sleep_Msec.s Sleep_Msec 0x80087A6C 0x15
240 asm/non_matchings/boot/printutils/Sleep_Sec.s Sleep_Sec 0x80087AC0 0x10
241 asm/non_matchings/boot/setcause/__osSetCause.s __osSetCause 0x80087B00 0x4
242 asm/non_matchings/boot/sendmesg/osSendMesg.s osSendMesg 0x80087B10 0x54
243 asm/non_matchings/boot/pfsfreeblocks/osPfsFreeBlocks.s osPfsFreeBlocks 0x80087C60 0x68
244 asm/non_matchings/boot/viextend/osViExtendVStart.s osViExtendVStart 0x80087E00 0x4
245 asm/non_matchings/boot/stopthread/osStopThread.s osStopThread 0x80087E10 0x30
246 asm/non_matchings/boot/recvmesg/osRecvMesg.s osRecvMesg 0x80087ED0 0x50
247 asm/non_matchings/boot/setintmask/osSetIntMask.s osSetIntMask 0x80088010 0x28
248 asm/non_matchings/boot/getintmask/osGetIntMask.s osGetIntMask 0x800880B0 0x18
249 asm/non_matchings/boot/voicesetword/osVoiceSetWord.s osVoiceSetWord 0x80088110 0x64
250 asm/non_matchings/boot/guScale/guScale.s guScale 0x800882A0 0x2C
251 asm/non_matchings/boot/sinf/__sinf.s __sinf 0x80088350 0x70
252 asm/non_matchings/boot/sins/sins.s sins 0x80088510 0x1C
253 asm/non_matchings/boot/sptask/_VirtualToPhysicalTask.s _VirtualToPhysicalTask 0x80088580 0x43
254 asm/non_matchings/boot/sptask/osSpTaskLoad.s osSpTaskLoad 0x8008868C 0x5A
255 asm/non_matchings/boot/sptask/osSpTaskStartGo.s osSpTaskStartGo 0x800887F4 0x13
256 asm/non_matchings/boot/ll/__ull_rshift.s __ull_rshift 0x80088840 0xB
257 asm/non_matchings/boot/ll/__ull_rem.s __ull_rem 0x8008886C 0xF
258 asm/non_matchings/boot/ll/__ull_div.s __ull_div 0x800888A8 0xF
259 asm/non_matchings/boot/ll/__ll_lshift.s __ll_lshift 0x800888E4 0xB
260 asm/non_matchings/boot/ll/__ll_rem.s __ll_rem 0x80088910 0xF
261 asm/non_matchings/boot/ll/__ll_div.s __ll_div 0x8008894C 0x17
262 asm/non_matchings/boot/ll/__ll_mul.s __ll_mul 0x800889A8 0xC
263 asm/non_matchings/boot/ll/__ull_divremi.s __ull_divremi 0x800889D8 0x18
264 asm/non_matchings/boot/ll/__ll_mod.s __ll_mod 0x80088A38 0x27
265 asm/non_matchings/boot/ll/__ll_rshift.s __ll_rshift 0x80088AD4 0xB
266 asm/non_matchings/boot/exceptasm/__osExceptionPreamble.s __osExceptionPreamble 0x80088B00 0x4
267 asm/non_matchings/boot/exceptasm/__osException.s __osException 0x80088B10 0x153
268 asm/non_matchings/boot/exceptasm/send_mesg.s send_mesg 0x8008905C 0x2D
269 asm/non_matchings/boot/exceptasm/handle_CpU.s handle_CpU 0x80089110 0xD
270 asm/non_matchings/boot/exceptasm/__osEnqueueAndYield.s __osEnqueueAndYield 0x80089144 0x40
271 asm/non_matchings/boot/exceptasm/__osEnqueueThread.s __osEnqueueThread 0x80089244 0x12
272 asm/non_matchings/boot/exceptasm/__osPopThread.s __osPopThread 0x8008928C 0x4
273 asm/non_matchings/boot/exceptasm/__osNop.s __osNop 0x8008929C 0x2
274 asm/non_matchings/boot/exceptasm/__osDispatchThread.s __osDispatchThread 0x800892A4 0x5F
275 asm/non_matchings/boot/exceptasm/__osCleanupThread.s __osCleanupThread 0x80089420 0x4
276 asm/non_matchings/boot/thread/__osDequeueThread.s __osDequeueThread 0x80089430 0x10
277 asm/non_matchings/boot/destroythread/osDestroyThread.s osDestroyThread 0x80089470 0x44
278 asm/non_matchings/boot/voicecheckresult/__osVoiceCheckResult.s __osVoiceCheckResult 0x80089580 0x2C
279 asm/non_matchings/boot/bzero/bzero.s bzero 0x80089630 0x28
280 asm/non_matchings/boot/rumblepak/osSetRumble.s osSetRumble 0x800896D0 0x5A
281 asm/non_matchings/boot/rumblepak/osSetUpMempakWrite.s osSetUpMempakWrite 0x80089838 0x43
282 asm/non_matchings/boot/rumblepak/osProbeRumblePak.s osProbeRumblePak 0x80089944 0x57
283 asm/non_matchings/boot/siacs/__osSiCreateAccessQueue.s __osSiCreateAccessQueue 0x80089AA0 0x14
284 asm/non_matchings/boot/siacs/__osSiGetAccess.s __osSiGetAccess 0x80089AF0 0x11
285 asm/non_matchings/boot/siacs/__osSiRelAccess.s __osSiRelAccess 0x80089B34 0xB
286 asm/non_matchings/boot/controller/osContInit.s osContInit 0x80089B60 0x57
287 asm/non_matchings/boot/controller/__osContGetInitData.s __osContGetInitData 0x80089CBC 0x2B
288 asm/non_matchings/boot/controller/__osPackRequestData.s __osPackRequestData 0x80089D68 0x36
289 asm/non_matchings/boot/createthread/osCreateThread.s osCreateThread 0x80089E40 0x54
290 asm/non_matchings/boot/contreaddata/osContStartReadData.s osContStartReadData 0x80089F90 0x21
291 asm/non_matchings/boot/contreaddata/osContGetReadData.s osContGetReadData 0x8008A014 0x23
292 asm/non_matchings/boot/contreaddata/__osPackReadData.s __osPackReadData 0x8008A0A0 0x34
293 asm/non_matchings/boot/voicegetreaddata/osVoiceGetReadData.s osVoiceGetReadData 0x8008A170 0xF4
294 asm/non_matchings/boot/virtualtophysical/osVirtualToPhysical.s osVirtualToPhysical 0x8008A540 0x20
295 asm/non_matchings/boot/getsr/__osGetSR.s __osGetSR 0x8008A5C0 0x4
296 asm/non_matchings/boot/setsr/__osSetSR.s __osSetSR 0x8008A5D0 0x4
297 asm/non_matchings/boot/writebackdcache/osWritebackDCache.s osWritebackDCache 0x8008A5E0 0x20
298 asm/non_matchings/boot/initialize/__createSpeedParam.s __createSpeedParam 0x8008A660 0x27
299 asm/non_matchings/boot/initialize/osInitialize.s osInitialize 0x8008A6FC 0xAB
300 asm/non_matchings/boot/initialize/__osInitialize_autodetect.s __osInitialize_autodetect 0x8008A9A8 0x2
301 asm/non_matchings/boot/vigetnextframebuf/osViGetNextFramebuffer.s osViGetNextFramebuffer 0x8008AA10 0x10
302 asm/non_matchings/boot/perspective/guPerspectiveF.s guPerspectiveF 0x8008AA50 0x8C
303 asm/non_matchings/boot/perspective/guPerspective.s guPerspective 0x8008AC80 0x18
304 asm/non_matchings/boot/sprawdma/__osSpRawStartDma.s __osSpRawStartDma 0x8008ACE0 0x24
305 asm/non_matchings/boot/sirawdma/__osSiRawStartDma.s __osSiRawStartDma 0x8008AD70 0x2C
306 asm/non_matchings/boot/epilinkhandle/osEPiLinkHandle.s osEPiLinkHandle 0x8008AE20 0x14
307 asm/non_matchings/boot/viblack/osViBlack.s osViBlack 0x8008AE70 0x1C
308 asm/non_matchings/boot/sirawread/__osSiRawReadIo.s __osSiRawReadIo 0x8008AEE0 0x14
309 asm/non_matchings/boot/getthreadid/osGetThreadId.s osGetThreadId 0x8008AF30 0x8
310 asm/non_matchings/boot/sptaskyield/osSpTaskYield.s osSpTaskYield 0x8008AF50 0x8
311 asm/non_matchings/boot/pfsreadwritefile/__osPfsGetNextPage.s __osPfsGetNextPage 0x8008AF70 0x35
312 asm/non_matchings/boot/pfsreadwritefile/osPfsReadWriteFile.s osPfsReadWriteFile 0x8008B044 0xDF
313 asm/non_matchings/boot/pfsgetstatus/__osPfsGetStatus.s __osPfsGetStatus 0x8008B3C0 0x34
314 asm/non_matchings/boot/pfsgetstatus/__osPfsRequestOneChannel.s __osPfsRequestOneChannel 0x8008B490 0x31
315 asm/non_matchings/boot/pfsgetstatus/__osPfsGetOneChannelData.s __osPfsGetOneChannelData 0x8008B554 0x27
316 asm/non_matchings/boot/guMtxIdentF/guMtxIdentF.s guMtxIdentF 0x8008B600 0x14
317 asm/non_matchings/boot/visetmode/osViSetMode.s osViSetMode 0x8008B650 0x18
318 asm/non_matchings/boot/getconfig/__osGetConfig.s __osGetConfig 0x8008B6B0 0x4
319 asm/non_matchings/boot/setconfig/__osSetConfig.s __osSetConfig 0x8008B6C0 0x4
320 asm/non_matchings/boot/lookat/guLookAtF.s guLookAtF 0x8008B6D0 0xA9
321 asm/non_matchings/boot/lookat/guLookAt.s guLookAt 0x8008B974 0x1F
322 asm/non_matchings/boot/pfsallocatefile/osPfsAllocateFile.s osPfsAllocateFile 0x8008B9F0 0xCD
323 asm/non_matchings/boot/pfsallocatefile/__osPfsDeclearPage.s __osPfsDeclearPage 0x8008BD24 0x53
324 asm/non_matchings/boot/stoptimer/osStopTimer.s osStopTimer 0x8008BE70 0x3C
325 asm/non_matchings/boot/probetlb/__osProbeTLB.s __osProbeTLB 0x8008BF60 0x30
326 asm/non_matchings/boot/pimgr/osCreatePiManager.s osCreatePiManager 0x8008C020 0x5C
327 asm/non_matchings/boot/piacs/__osPiCreateAccessQueue.s __osPiCreateAccessQueue 0x8008C190 0x14
328 asm/non_matchings/boot/piacs/__osPiGetAccess.s __osPiGetAccess 0x8008C1E0 0x11
329 asm/non_matchings/boot/piacs/__osPiRelAccess.s __osPiRelAccess 0x8008C224 0xB
330 asm/non_matchings/boot/devmgr/__osDevMgrMain.s __osDevMgrMain 0x8008C260 0x104
331 asm/non_matchings/boot/pirawdma/osPiRawStartDma.s osPiRawStartDma 0x8008C670 0x34
332 asm/non_matchings/boot/contpfs/__osSumcalc.s __osSumcalc 0x8008C740 0x1D
333 asm/non_matchings/boot/contpfs/__osIdCheckSum.s __osIdCheckSum 0x8008C7B4 0x3F
334 asm/non_matchings/boot/contpfs/__osRepairPackId.s __osRepairPackId 0x8008C8B0 0xD4
335 asm/non_matchings/boot/contpfs/__osCheckPackId.s __osCheckPackId 0x8008CC00 0x59
336 asm/non_matchings/boot/contpfs/__osGetId.s __osGetId 0x8008CD64 0x6B
337 asm/non_matchings/boot/contpfs/__osCheckId.s __osCheckId 0x8008CF10 0x35
338 asm/non_matchings/boot/contpfs/__osPfsRWInode.s __osPfsRWInode 0x8008CFE4 0xB7
339 asm/non_matchings/boot/getcount/osGetCount.s osGetCount 0x8008D2C0 0x4
340 asm/non_matchings/boot/guMtxL2F/guMtxL2F.s guMtxL2F 0x8008D2E0 0x1C
341 asm/non_matchings/boot/getmemsize/osGetMemSize.s osGetMemSize 0x8008D350 0x48
342 asm/non_matchings/boot/pfssearchfile/osPfsFindFile.s osPfsFindFile 0x8008D470 0x74
343 asm/non_matchings/boot/seteventmesg/osSetEventMesg.s osSetEventMesg 0x8008D640 0x30
344 asm/non_matchings/boot/sqrtf/sqrtf.s sqrtf 0x8008D700 0x4
345 asm/non_matchings/boot/afterprenmi/osAfterPreNMI.s osAfterPreNMI 0x8008D710 0x8
346 asm/non_matchings/boot/contquery/osContStartQuery.s osContStartQuery 0x8008D730 0x1F
347 asm/non_matchings/boot/contquery/osContGetQuery.s osContGetQuery 0x8008D7AC 0x9
348 asm/non_matchings/boot/lookathil/guLookAtHiliteF.s guLookAtHiliteF 0x8008D7D0 0x1F0
349 asm/non_matchings/boot/lookathil/guLookAtHilite.s guLookAtHilite 0x8008DF90 0x30
350 asm/non_matchings/boot/xprintf/_Printf.s _Printf 0x8008E050 0x192
351 asm/non_matchings/boot/xprintf/_Putfld.s _Putfld 0x8008E698 0x1A6
352 asm/non_matchings/boot/voicecleardictionary/osVoiceClearDictionary.s osVoiceClearDictionary 0x8008ED30 0x2C
353 asm/non_matchings/boot/unmaptlball/osUnmapTLBAll.s osUnmapTLBAll 0x8008EDE0 0x14
354 asm/non_matchings/boot/epidma/osEPiStartDma.s osEPiStartDma 0x8008EE30 0x28
355 asm/non_matchings/boot/voicecontread2/__osVoiceContRead2.s __osVoiceContRead2 0x8008EED0 0x8C
356 asm/non_matchings/boot/voicecrc/__osVoiceContDataCrc.s __osVoiceContDataCrc 0x8008F100 0x28
357 asm/non_matchings/boot/string/strchr.s strchr 0x8008F1A0 0x10
358 asm/non_matchings/boot/string/strlen.s strlen 0x8008F1E0 0xA
359 asm/non_matchings/boot/string/memcpy.s memcpy 0x8008F208 0xE
360 asm/non_matchings/boot/createmesgqueue/osCreateMesgQueue.s osCreateMesgQueue 0x8008F240 0xC
361 asm/non_matchings/boot/invalicache/osInvalICache.s osInvalICache 0x8008F270 0x20
362 asm/non_matchings/boot/invaldcache/osInvalDCache.s osInvalDCache 0x8008F2F0 0x2C
363 asm/non_matchings/boot/timerintr/__osTimerServicesInit.s __osTimerServicesInit 0x8008F3A0 0x23
364 asm/non_matchings/boot/timerintr/__osTimerInterrupt.s __osTimerInterrupt 0x8008F42C 0x5E
365 asm/non_matchings/boot/timerintr/__osSetTimerIntr.s __osSetTimerIntr 0x8008F5A4 0x28
366 asm/non_matchings/boot/timerintr/__osInsertTimer.s __osInsertTimer 0x8008F644 0x63
367 asm/non_matchings/boot/voicecontread36/__osVoiceContRead36.s __osVoiceContRead36 0x8008F7D0 0x8C
368 asm/non_matchings/boot/sp/__osSpDeviceBusy.s __osSpDeviceBusy 0x8008FA00 0xC
369 asm/non_matchings/boot/si/__osSiDeviceBusy.s __osSiDeviceBusy 0x8008FA30 0xC
370 asm/non_matchings/boot/guMtxIdent/guMtxIdent.s guMtxIdent 0x8008FA60 0x14
371 asm/non_matchings/boot/jammesg/osJamMesg.s osJamMesg 0x8008FAB0 0x54
372 asm/non_matchings/boot/setthreadpri/osSetThreadPri.s osSetThreadPri 0x8008FC00 0x38
373 asm/non_matchings/boot/getthreadpri/osGetThreadPri.s osGetThreadPri 0x8008FCE0 0x8
374 asm/non_matchings/boot/epirawread/osEPiRawReadIo.s osEPiRawReadIo 0x8008FD00 0x58
375 asm/non_matchings/boot/viswapbuf/osViSwapBuffer.s osViSwapBuffer 0x8008FE60 0x14
376 asm/non_matchings/boot/position/guPositionF.s guPositionF 0x8008FEB0 0x6A
377 asm/non_matchings/boot/position/guPosition.s guPosition 0x80090058 0x1A
378 asm/non_matchings/boot/epirawdma/osEPiRawStartDma.s osEPiRawStartDma 0x800900C0 0x78
379 asm/non_matchings/boot/sptaskyielded/osSpTaskYielded.s osSpTaskYielded 0x800902A0 0x18
380 asm/non_matchings/boot/memcmp/memcmp.s memcmp 0x80090300 0x48
381 asm/non_matchings/boot/gettime/osGetTime.s osGetTime 0x80090420 0x24
382 asm/non_matchings/boot/rotate/guRotateF.s guRotateF 0x800904B0 0x61
383 asm/non_matchings/boot/rotate/guRotate.s guRotate 0x80090634 0x13
384 asm/non_matchings/boot/setglobalintmask/__osSetGlobalIntMask.s __osSetGlobalIntMask 0x80090680 0x14
385 asm/non_matchings/boot/voiceinit/osVoiceInit.s osVoiceInit 0x800906D0 0x50
386 asm/non_matchings/boot/contchannelreset/__osContChannelReset.s __osContChannelReset 0x80090810 0x3C
387 asm/non_matchings/boot/voicesetadconverter/__osVoiceSetADConverter.s __osVoiceSetADConverter 0x80090900 0x7C
388 asm/non_matchings/boot/aisetfreq/osAiSetFrequency.s osAiSetFrequency 0x80090AF0 0x54
389 asm/non_matchings/boot/contramread/__osContRamRead.s __osContRamRead 0x80090C40 0x8C
390 asm/non_matchings/boot/voicecontwrite20/__osVoiceContWrite20.s __osVoiceContWrite20 0x80090E70 0x8C
391 asm/non_matchings/boot/crc/__osContAddressCrc.s __osContAddressCrc 0x800910A0 0x34
392 asm/non_matchings/boot/crc/__osContDataCrc.s __osContDataCrc 0x80091170 0x28
393 asm/non_matchings/boot/getactivequeue/__osGetActiveQueue.s __osGetActiveQueue 0x80091210 0x4
394 asm/non_matchings/boot/normalize/guNormalize.s guNormalize 0x80091220 0x18
395 asm/non_matchings/boot/setcompare/__osSetCompare.s __osSetCompare 0x80091280 0x4
396 asm/non_matchings/boot/getcompare/__osGetCompare.s __osGetCompare 0x80091290 0x4
397 asm/non_matchings/boot/dpgetstat/osDpGetStatus.s osDpGetStatus 0x800912A0 0x4
398 asm/non_matchings/boot/dpsetstat/osDpSetStatus.s osDpSetStatus 0x800912B0 0x4
399 asm/non_matchings/boot/bcopy/bcopy.s bcopy 0x800912C0 0xC4
400 asm/non_matchings/boot/resetglobalintmask/__osResetGlobalIntMask.s __osResetGlobalIntMask 0x800915D0 0x18
401 asm/non_matchings/boot/pfsdeletefile/osPfsDeleteFile.s osPfsDeleteFile 0x80091630 0x76
402 asm/non_matchings/boot/pfsdeletefile/__osPfsReleasePages.s __osPfsReleasePages 0x80091808 0x26
403 asm/non_matchings/boot/ortho/guOrthoF.s guOrthoF 0x800918A0 0x55
404 asm/non_matchings/boot/ortho/guOrtho.s guOrtho 0x800919F4 0x1B
405 asm/non_matchings/boot/interrupt/__osDisableInt.s __osDisableInt 0x80091A60 0x1C
406 asm/non_matchings/boot/interrupt/__osRestoreInt.s __osRestoreInt 0x80091AD0 0x8
407 asm/non_matchings/boot/vi/__osViInit.s __osViInit 0x80091AF0 0x48
408 asm/non_matchings/boot/viswapcontext/__osViSwapContext.s __osViSwapContext 0x80091C10 0xC0
409 asm/non_matchings/boot/pigetcmdq/osPiGetCmdQueue.s osPiGetCmdQueue 0x80091F10 0xC
410 asm/non_matchings/boot/cosf/__cosf.s __cosf 0x80091F40 0x5C
411 asm/non_matchings/boot/epiread/osEPiReadIo.s osEPiReadIo 0x800920B0 0x14
412 asm/non_matchings/boot/visetspecial/osViSetSpecialFeatures.s osViSetSpecialFeatures 0x80092100 0x58
413 asm/non_matchings/boot/coss/coss.s coss 0x80092260 0xC
414 asm/non_matchings/boot/settime/osSetTime.s osSetTime 0x80092290 0xC
415 asm/non_matchings/boot/voicestopread/osVoiceStopReadData.s osVoiceStopReadData 0x800922C0 0x48
416 asm/non_matchings/boot/visetevent/osViSetEvent.s osViSetEvent 0x800923E0 0x18
417 asm/non_matchings/boot/pfsisplug/osPfsIsPlug.s osPfsIsPlug 0x80092440 0x63
418 asm/non_matchings/boot/pfsisplug/__osPfsRequestData.s __osPfsRequestData 0x800925CC 0x2D
419 asm/non_matchings/boot/pfsisplug/__osPfsGetInitData.s __osPfsGetInitData 0x80092680 0x2C
420 asm/non_matchings/boot/voicegetstatus/__osVoiceGetStatus.s __osVoiceGetStatus 0x80092730 0x7C
421 asm/non_matchings/boot/cartrominit/osCartRomInit.s osCartRomInit 0x80092920 0x58
422 asm/non_matchings/boot/guS2DInitBg/guS2DInitBg.s guS2DInitBg 0x80092A80 0x60
423 asm/non_matchings/boot/pfsselectbank/__osPfsSelectBank.s __osPfsSelectBank 0x80092C00 0x20
424 asm/non_matchings/boot/contsetch/osContSetCh.s osContSetCh 0x80092C80 0x18
425 asm/non_matchings/boot/setfpccsr/__osSetFpcCsr.s __osSetFpcCsr 0x80092CE0 0x4
426 asm/non_matchings/boot/getfpccsr/__osGetFpcCsr.s __osGetFpcCsr 0x80092CF0 0x4
427 asm/non_matchings/boot/pfsfilestate/osPfsFileState.s osPfsFileState 0x80092D00 0x78
428 asm/non_matchings/boot/pfsinitpak/osPfsInitPak.s osPfsInitPak 0x80092EE0 0x82
429 asm/non_matchings/boot/pfsinitpak/__osPfsCheckRamArea.s __osPfsCheckRamArea 0x800930E8 0x42
430 asm/non_matchings/boot/pfschecker/osPfsChecker.s osPfsChecker 0x800931F0 0x14E
431 asm/non_matchings/boot/pfschecker/corrupted_init.s corrupted_init 0x80093728 0xB6
432 asm/non_matchings/boot/pfschecker/corrupted.s corrupted 0x80093A00 0x68
433 asm/non_matchings/boot/aigetlen/osAiGetLength.s osAiGetLength 0x80093BA0 0x4
434 asm/non_matchings/boot/epiwrite/osEPiWriteIo.s osEPiWriteIo 0x80093BB0 0x14
435 asm/non_matchings/boot/maptlbrdb/osMapTLBRdb.s osMapTLBRdb 0x80093C00 0x18
436 asm/non_matchings/boot/yieldthread/osYieldThread.s osYieldThread 0x80093C60 0x14
437 asm/non_matchings/boot/guTranslate/guTranslate.s guTranslate 0x80093CC0 0x34
438 asm/non_matchings/boot/getcause/__osGetCause.s __osGetCause 0x80093D90 0x4
439 asm/non_matchings/boot/contramwrite/__osContRamWrite.s __osContRamWrite 0x80093DA0 0x94
440 asm/non_matchings/boot/epirawwrite/__osEPiRawWriteIo.s __osEPiRawWriteIo 0x80093FF0 0x58
441 asm/non_matchings/boot/settimer/osSetTimer.s osSetTimer 0x80094150 0x64
442 asm/non_matchings/boot/xldtob/_Ldtob.s _Ldtob 0x800942E0 0x124
443 asm/non_matchings/boot/xldtob/_Ldunscale.s _Ldunscale 0x80094770 0x2E
444 asm/non_matchings/boot/xldtob/_Genld.s _Genld 0x80094828 0x172
445 asm/non_matchings/boot/ldiv/ldiv.s ldiv 0x80094DF0 0x21
446 asm/non_matchings/boot/ldiv/lldiv.s lldiv 0x80094E74 0x43
447 asm/non_matchings/boot/xlitob/_Litob.s _Litob 0x80094F80 0xA8
448 asm/non_matchings/boot/sirawwrite/__osSiRawWriteIo.s __osSiRawWriteIo 0x80095220 0x14
449 asm/non_matchings/boot/spgetstat/__osSpGetStatus.s __osSpGetStatus 0x80095270 0x4
450 asm/non_matchings/boot/spsetstat/__osSpSetStatus.s __osSpSetStatus 0x80095280 0x4
451 asm/non_matchings/boot/vimgr/osCreateViManager.s osCreateViManager 0x800952A0 0x60
452 asm/non_matchings/boot/vimgr/viMgrMain.s viMgrMain 0x80095420 0x64
453 asm/non_matchings/boot/vigetcurrcontext/__osViGetCurrentContext.s __osViGetCurrentContext 0x800955B0 0x4
454 asm/non_matchings/boot/writebackdcacheall/osWritebackDCacheAll.s osWritebackDCacheAll 0x800955C0 0xC
455 asm/non_matchings/boot/getcurrfaultthread/__osGetCurrFaultedThread.s __osGetCurrFaultedThread 0x800955F0 0x4
456 asm/non_matchings/boot/voicemaskdictionary/osVoiceMaskDictionary.s osVoiceMaskDictionary 0x80095600 0x4C
457 asm/non_matchings/boot/guMtxF2L/guMtxF2L.s guMtxF2L 0x80095740 0x1C
458 asm/non_matchings/boot/startthread/osStartThread.s osStartThread 0x800957B0 0x54
459 asm/non_matchings/boot/visetyscale/osViSetYScale.s osViSetYScale 0x80095900 0x14
460 asm/non_matchings/boot/visetxscale/osViSetXScale.s osViSetXScale 0x80095950 0x44
461 asm/non_matchings/boot/llcvt/__d_to_ll.s __d_to_ll 0x80095A60 0x7
462 asm/non_matchings/boot/llcvt/__f_to_ll.s __f_to_ll 0x80095A7C 0x7
463 asm/non_matchings/boot/llcvt/__d_to_ull.s __d_to_ull 0x80095A98 0x28
464 asm/non_matchings/boot/llcvt/__f_to_ull.s __f_to_ull 0x80095B38 0x27
465 asm/non_matchings/boot/llcvt/__ll_to_d.s __ll_to_d 0x80095BD4 0x6
466 asm/non_matchings/boot/llcvt/__ll_to_f.s __ll_to_f 0x80095BEC 0x6
467 asm/non_matchings/boot/llcvt/__ull_to_d.s __ull_to_d 0x80095C04 0xD
468 asm/non_matchings/boot/llcvt/__ull_to_f.s __ull_to_f 0x80095C38 0xE
469 asm/non_matchings/boot/voicecheckword/osVoiceCheckWord.s osVoiceCheckWord 0x80095C70 0x1BC
470 asm/non_matchings/boot/voicecontrolgain/osVoiceControlGain.s osVoiceControlGain 0x80096360 0x2C
471 asm/non_matchings/boot/voicestartreaddata/osVoiceStartReadData.s osVoiceStartReadData 0x80096410 0x30
472 asm/non_matchings/boot/vigetcurrframebuf/osViGetCurrentFramebuffer.s osViGetCurrentFramebuffer 0x800964D0 0x10
473 asm/non_matchings/boot/spsetpc/__osSpSetPc.s __osSpSetPc 0x80096510 0xC
474 asm/non_matchings/boot/voicecontwrite4/__osVoiceContWrite4.s __osVoiceContWrite4 0x80096540 0x8C
475 asm/non_matchings/boot/gethwinterrupt/__osGetHWIntrRoutine.s __osGetHWIntrRoutine 0x80096770 0xC
476 asm/non_matchings/boot/sethwinterrupt/__osSetHWIntrRoutine.s __osSetHWIntrRoutine 0x800967A0 0x1C
477 asm/non_matchings/boot/getwatchlo/__osGetWatchLo.s __osGetWatchLo 0x80096810 0x4
478 asm/non_matchings/boot/setwatchlo/__osSetWatchLo.s __osSetWatchLo 0x80096820 0x4
479 asm/non_matchings/boot/fmodf/fmodf.s fmodf 0x80096830 0x14
480 asm/non_matchings/boot/__osMemset/__osMemset.s __osMemset 0x80096880 0xC
481 asm/non_matchings/boot/__osMemcmp/__osMemcmp.s __osMemcmp 0x800968B0 0x10
482 asm/non_matchings/boot/__osStrcpy/__osStrcpy.s __osStrcpy 0x800968F0 0x10
483 asm/non_matchings/boot/__osMemcpy/__osMemcpy.s __osMemcpy 0x80096930 0x24