#include <tools/prxtypes.h>

Data Fields | |
| char | name [PSP_MODULE_MAX_NAME+1] |
| Name of the module. | |
| struct PspModuleInfo | info |
| Info structure, in native byte order. | |
| u32 | addr |
| Virtual address of the module info section. | |
| struct PspLibExport * | exp_head |
| Head of the export list. | |
| struct PspLibImport * | imp_head |
| Head of the import list. | |
| char PspModule::name[PSP_MODULE_MAX_NAME+1] |
Name of the module.
struct PspModuleInfo PspModule::info [read] |
Info structure, in native byte order.
Virtual address of the module info section.
struct PspLibExport* PspModule::exp_head [read] |
Head of the export list.
struct PspLibImport* PspModule::imp_head [read] |
Head of the import list.
1.5.6