![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | OSModuleQueue |
struct | OSModuleLink |
struct | OSModuleInfo |
struct | OSModuleHeader |
struct | OSSectionInfo |
struct | OSImportInfo |
struct | OSRel |
Typedefs | |
typedef struct OSModuleHeader | OSModuleHeader |
typedef u32 | OSModuleID |
typedef struct OSModuleQueue | OSModuleQueue |
typedef struct OSModuleLink | OSModuleLink |
typedef struct OSModuleInfo | OSModuleInfo |
typedef struct OSSectionInfo | OSSectionInfo |
typedef struct OSImportInfo | OSImportInfo |
typedef struct OSRel | OSRel |
Functions | |
void | OSSetStringTable (void *stringTable) |
BOOL | OSLink (OSModuleInfo *newModule, void *bss) |
BOOL | OSLinkFixed (OSModuleInfo *newModule, void *bss) |
BOOL | OSUnlink (OSModuleInfo *oldModule) |
OSModuleInfo * | OSSearchModule (void *ptr, u32 *section, u32 *offset) |
void | OSNotifyLink (OSModuleInfo *module) |
void | OSNotifyUnlink (OSModuleInfo *module) |
typedef struct OSImportInfo OSImportInfo |
typedef struct OSModuleHeader OSModuleHeader |
typedef u32 OSModuleID |
typedef struct OSModuleInfo OSModuleInfo |
typedef struct OSModuleLink OSModuleLink |
typedef struct OSModuleQueue OSModuleQueue |
typedef struct OSRel OSRel |
typedef struct OSSectionInfo OSSectionInfo |
BOOL OSLink | ( | OSModuleInfo * | newModule, |
void * | bss ) |
BOOL OSLinkFixed | ( | OSModuleInfo * | newModule, |
void * | bss ) |
void OSNotifyLink | ( | OSModuleInfo * | module | ) |
void OSNotifyUnlink | ( | OSModuleInfo * | module | ) |
OSModuleInfo * OSSearchModule | ( | void * | ptr, |
u32 * | section, | ||
u32 * | offset ) |
void OSSetStringTable | ( | void * | stringTable | ) |
BOOL OSUnlink | ( | OSModuleInfo * | oldModule | ) |