|
| size_t | wcslen (const wchar_t *) |
| |
| volatile u32 BOOT_REGION_START | AT_ADDRESS (0x812FDFF0) |
| |
| volatile u32 BOOT_REGION_END | AT_ADDRESS (0x812FDFEC) |
| |
| volatile u8 g_unk_800030E2 | AT_ADDRESS (0x800030E2) |
| |
| static int | PackArgs (void *addr, s32 argc, char **argv) |
| |
| static BOOL | Utf16ToArg (char *dstArg, u16 *srcName) |
| |
| BOOL | PackInstallerArgs (void *addr, s32 argc, char *argv[]) |
| |
| static asm void | Run (__REGISTER void *entryPoint) |
| |
| static void | StartDol (const OSExecParams *params, void *entry) |
| |
| static void | ReadDisc (void *addr, s32 length, s32 offset) |
| |
| static void | Callback (s32, DVDCommandBlock *) |
| |
| static int | IsStreamEnabled () |
| |
| void | __OSGetExecParams (OSExecParams *params) |
| |
| void | __OSSetExecParams (const OSExecParams *params, OSExecParams *addr) |
| |
| static void | StopStreaming () |
| |
| static int | GetApploaderPosition (void) |
| |
| static AppLoaderStruct * | LoadApploader () |
| |
| static void * | LoadDol (const OSExecParams *params, AppLoaderCallback getInterface) |
| |
| static BOOL | IsNewApploader (AppLoaderStruct *header) |
| |
| static void | callback (u32 param_0) |
| |
| void | CheckDVDLowIntType (int param_0) |
| |
| void | __OSLaunchNextFirmware (void) |
| |
| void | __OSLaunchMenu (void) |
| |
| void | __OSBootDolSimple (u32 doloffset, u32 restartCode, void *regionStart, void *regionEnd, BOOL argsUseDefault, s32 argc, char **argv) |
| |
| void | __OSBootDol (u32 doloffset, u32 restartCode, const char **argv) |
| |
| void | OSLaunchDisk (void) |
| |
| void | OSLaunchDiskl (void) |
| |
| static void | ExecCommon (const char *dolfile, const char **argv) |
| |
| void | OSExecv (const char *dolfile, const char **argv) |
| |
| void | OSExecl (const char *dolfile, const char *arg0,...) |
| |
| void | OSLaunchPartition (void) |
| |
| void | OSLaunchPartitionl (void) |
| |