PS2SDK
PS2 Homebrew Libraries
|
Data Fields | |
IopModuleID_t * | mod_id |
void * | EntryPoint |
void * | gp |
unsigned int | text_size |
unsigned int | data_size |
unsigned int | bss_size |
unsigned short int | version |
char | modname [] |
struct iopmod_id * | mod_id |
Definition at line 124 of file loadcore.c.
IopModuleID_t* iopmod::mod_id |
Definition at line 126 of file loadcore.c.
void * iopmod::EntryPoint |
Definition at line 127 of file loadcore.c.
void * iopmod::gp |
Definition at line 128 of file loadcore.c.
unsigned int iopmod::text_size |
Definition at line 129 of file loadcore.c.
unsigned int iopmod::data_size |
Definition at line 130 of file loadcore.c.
unsigned int iopmod::bss_size |
Definition at line 131 of file loadcore.c.
unsigned short int iopmod::version |
Definition at line 132 of file loadcore.c.
char iopmod::modname |
Definition at line 134 of file loadcore.c.