|
pspsdk-1.0+beta2
|
#include <tools/prxtypes.h>

Data Fields | |
| struct PspLibImport * | prev |
| Previous import. | |
| struct PspLibImport * | next |
| Next import. | |
| char | name [PSP_LIB_MAX_NAME] |
| Name of the library. | |
| u32 | addr |
| struct PspModuleImport | stub |
| struct PspEntry | funcs [PSP_MAX_F_ENTRIES] |
| int | f_count |
| struct PspEntry | vars [PSP_MAX_V_ENTRIES] |
| int | v_count |
| u32 PspLibImport::addr |
| int PspLibImport::f_count |
| struct PspEntry PspLibImport::funcs[PSP_MAX_F_ENTRIES] |
| char PspLibImport::name[PSP_LIB_MAX_NAME] |
Name of the library.
| struct PspLibImport* PspLibImport::next |
Next import.
| struct PspLibImport* PspLibImport::prev |
Previous import.
| struct PspModuleImport PspLibImport::stub |
| int PspLibImport::v_count |
| struct PspEntry PspLibImport::vars[PSP_MAX_V_ENTRIES] |