#include <tools/prxtypes.h>
Collaboration diagram for PspModule:
Data Fields | |
char | name [PSP_MODULE_MAX_NAME+1] |
Name of the module. | |
PspModuleInfo | info |
Info structure, in native byte order. | |
u32 | addr |
Virtual address of the module info section. | |
PspLibExport * | exp_head |
Head of the export list. | |
PspLibImport * | imp_head |
Head of the import list. |
|
Virtual address of the module info section.
|
|
Head of the export list.
|
|
Head of the import list.
|
|
Info structure, in native byte order.
|
|
Name of the module.
|