Data Fields

PspModule Struct Reference

Structure to hold the loaded module information. More...

#include <tools/prxtypes.h>

Collaboration diagram for PspModule:
Collaboration graph
[legend]

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 PspLibExportexp_head
 Head of the export list.
struct PspLibImportimp_head
 Head of the import list.

Detailed Description

Structure to hold the loaded module information.


Field Documentation

Virtual address of the module info section.

Head of the export list.

Head of the import list.

Info structure, in native byte order.

char PspModule::name[PSP_MODULE_MAX_NAME+1]

Name of the module.


The documentation for this struct was generated from the following file: