Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | OSModuleQueue |
struct | OSModuleLink |
struct | OSSectionInfo |
struct | OSModuleInfo |
struct | OSModuleHeader |
struct | OSImportInfo |
struct | OSRel |
Functions | |
OSModuleQueue __OSModuleList | AT_ADDRESS (0x800030C8) |
void *__OSStringTable | AT_ADDRESS (0x800030D0) |
BOOL | OSLink (OSModuleInfo *newModule, void *bss) |
BOOL | OSLinkFixed (OSModuleInfo *newModule, void *bss) |
BOOL | OSUnlink (OSModuleInfo *module) |
void | OSSetStringTable (void *string_table) |
void | __OSModuleInit (void) |
OSModuleQueue __OSModuleList AT_ADDRESS | ( | 0x800030C8 | ) |
void *__OSStringTable AT_ADDRESS | ( | 0x800030D0 | ) |
BOOL OSLink | ( | OSModuleInfo * | newModule, |
void * | bss | ||
) |
BOOL OSLinkFixed | ( | OSModuleInfo * | newModule, |
void * | bss | ||
) |
BOOL OSUnlink | ( | OSModuleInfo * | module | ) |