#include <tools/prxtypes.h>
Collaboration diagram for PspLibExport:

Data Fields | |
| PspLibExport * | prev |
| Previous export in the chain. | |
| PspLibExport * | next |
| Next export in the chain. | |
| char | name [PSP_LIB_MAX_NAME] |
| Name of the library. | |
| u32 | addr |
| Virtual address of the lib import stub. | |
| PspModuleExport | stub |
| Copy of the import stub (in native byte order). | |
| PspEntry | funcs [PSP_MAX_F_ENTRIES] |
| List of function entries. | |
| int | f_count |
| Number of function entries. | |
| PspEntry | vars [PSP_MAX_V_ENTRIES] |
| List of variable entried. | |
| int | v_count |
| Number of variable entires. | |
| struct PspLibExport* PspLibExport::prev |
Previous export in the chain.
| struct PspLibExport* PspLibExport::next |
Next export in the chain.
| char PspLibExport::name[PSP_LIB_MAX_NAME] |
Name of the library.
Virtual address of the lib import stub.
Copy of the import stub (in native byte order).
| struct PspEntry PspLibExport::funcs[PSP_MAX_F_ENTRIES] |
List of function entries.
Number of function entries.
| struct PspEntry PspLibExport::vars[PSP_MAX_V_ENTRIES] |
List of variable entried.
Number of variable entires.
1.5.1