PS2SDK
PS2 Homebrew Libraries
|
Go to the source code of this file.
Macros | |
#define | SCE_EBINDMISS 0x10000 |
#define | SCE_ECALLMISS 0x10001 |
#define | SCE_ELOADMISS 0x10003 |
Functions | |
int | SifLoadFileInit (void) |
void | SifLoadFileExit (void) |
int | SifLoadModule (const char *path, int arg_len, const char *args) |
int | SifLoadStartModule (const char *path, int arg_len, const char *args, int *mod_res) |
int | SifLoadModuleEncrypted (const char *path, int arg_len, const char *args) |
int | SifLoadModuleBuffer (void *ptr, int arg_len, const char *args) |
int | SifLoadStartModuleBuffer (void *ptr, int arg_len, const char *args, int *mod_res) |
int | SifStopModule (int id, int arg_len, const char *args, int *mod_res) |
int | SifUnloadModule (int id) |
int | SifSearchModuleByName (const char *name) |
int | SifSearchModuleByAddress (const void *ptr) |
int | SifLoadElfPart (const char *path, const char *secname, t_ExecData *data) |
int | SifLoadElf (const char *path, t_ExecData *data) |
int | SifLoadElfEncrypted (const char *path, t_ExecData *data) |
int | SifIopSetVal (u32 iop_addr, int val, int type) |
int | SifIopGetVal (u32 iop_addr, void *val, int type) |
int | SifExecModuleBuffer (void *ptr, u32 size, u32 arg_len, const char *args, int *mod_res) |
int | SifExecModuleFile (const char *path, u32 arg_len, const char *args, int *mod_res) |
int | _SifLoadModule (const char *path, int arg_len, const char *args, int *modres, int fno, int dontwait) |
IOP executable file loader.
Definition in file loadfile.h.
#define SCE_EBINDMISS 0x10000 |
Could not bind with RPC server
Definition at line 25 of file loadfile.h.
#define SCE_ECALLMISS 0x10001 |
Could not call the RPC function
Definition at line 27 of file loadfile.h.
#define SCE_ELOADMISS 0x10003 |
ELF/Module load failed
Definition at line 29 of file loadfile.h.