Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
__declspec (weak) | |
void | OSSetStringTable (void *string_table) |
static BOOL | Relocate (OSModuleHeader *newModule, OSModuleHeader *module) |
static BOOL | Link (OSModuleInfo *newModule, void *bss, BOOL fixed) |
BOOL | OSLink (OSModuleInfo *newModule, void *bss) |
BOOL | OSLinkFixed (OSModuleInfo *newModule, void *bss) |
static BOOL | Undo (OSModuleHeader *newModule, OSModuleHeader *module) |
BOOL | OSUnlink (OSModuleInfo *oldModule) |
void | __OSModuleInit (void) |
Variables | |
OSModuleQueue | __OSModuleInfoList |
__declspec | ( | weak | ) |
|
static |
BOOL OSLink | ( | OSModuleInfo * | newModule, |
void * | bss | ||
) |
BOOL OSLinkFixed | ( | OSModuleInfo * | newModule, |
void * | bss | ||
) |
BOOL OSUnlink | ( | OSModuleInfo * | oldModule | ) |
|
static |
|
static |
OSModuleQueue __OSModuleInfoList |