pspsdk-1.0+beta2
|
Data Structures | |
struct | SceLibStubEntry |
struct | PspModuleExport |
Functions | |
struct SceLibStubEntry | __attribute__ ((packed)) |
void | pspSdkFixupImports (int modId) |
Manually fixup library imports for late binding modules. |
Variables | |
char * | moduleName |
unsigned short | version |
unsigned short | attr |
unsigned char | structsz |
unsigned char | numVars |
unsigned short | numFuncs |
u32 * | nidList |
u32 * | stubs |
const char * | name |
u32 | flags |
u8 | unk |
u8 | v_count |
u16 | f_count |
u32 * | exports |
SceModuleInfo | module_info |
struct SceLibStubEntry __attribute__ | ( | (packed) | ) |
unsigned short attr |
Referenced by psp_export_start().
u32* exports |
u16 f_count |
u32 flags |
SceModuleInfo module_info |
Referenced by _start().
char* moduleName |
const char* name |
u32* nidList |
unsigned short numFuncs |
unsigned char numVars |
unsigned char structsz |
u32* stubs |
u8 unk |
u8 v_count |
unsigned short version |