Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

PspModule Struct Reference

#include <tools/prxtypes.h>

Collaboration diagram for PspModule:

Collaboration graph
[legend]

Detailed Description

Structure to hold the loaded module information.


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


Field Documentation

u32 PspModule::addr
 

Virtual address of the module info section.

struct PspLibExport* PspModule::exp_head
 

Head of the export list.

struct PspLibImport* PspModule::imp_head
 

Head of the import list.

struct PspModuleInfo PspModule::info
 

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:
Generated on Wed Sep 28 07:54:45 2005 for pspsdk-1.0+beta by  doxygen 1.4.4