#include <tools/prxtypes.h>
Collaboration diagram for PspLibImport:
Data Fields | |
PspLibImport * | prev |
Previous import. | |
PspLibImport * | next |
Next import. | |
char | name [PSP_LIB_MAX_NAME] |
Name of the library. | |
u32 | addr |
PspModuleImport | stub |
PspEntry | funcs [PSP_MAX_F_ENTRIES] |
int | f_count |
PspEntry | vars [PSP_MAX_V_ENTRIES] |
int | v_count |
|
|
|
|
|
|
|
Name of the library.
|
|
Next import.
|
|
Previous import.
|
|
|
|
|
|
|