PS2SDK
PS2 Homebrew Libraries
xloadcore.h File Reference
#include <loadcore.h>
+ Include dependency graph for xloadcore.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define xloadcore_IMPORTS_start   DECLARE_IMPORT_TABLE(loadcore, 1, 3)
 
#define xloadcore_IMPORTS_end   END_IMPORT_TABLE
 
#define I_ApplyElfRelSection   DECLARE_IMPORT(25, ApplyElfRelSection)
 
#define I_CopyModInfo   DECLARE_IMPORT(26, CopyModInfo)
 
#define I_SetRebootTimeLibraryHandlingMode   DECLARE_IMPORT(27, SetRebootTimeLibraryHandlingMode)
 
#define InitLoadedModInfo(...)   CopyModInfo(__VA_ARGS__)
 
#define I_InitLoadedModInfo   I_CopyModInfo
 

Functions

void ApplyElfRelSection (void *buffer, const void *module, int element_count)
 
void CopyModInfo (FileInfo_t *ModuleInfo, ModuleInfo_t *ModInfo)
 
int SetRebootTimeLibraryHandlingMode (struct irx_export_table *exports, int mode)
 

Detailed Description

Additional loadcore functions only found in newer IOPRP images

Definition in file xloadcore.h.