Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
OSModule.h File Reference

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)
 
OSModuleInfoOSSearchModule (void *ptr, u32 *section, u32 *offset)
 
void OSNotifyLink (OSModuleInfo *module)
 
void OSNotifyUnlink (OSModuleInfo *module)
 

Typedef Documentation

◆ OSImportInfo

typedef struct OSImportInfo OSImportInfo

◆ OSModuleHeader

typedef struct OSModuleHeader OSModuleHeader

◆ OSModuleID

typedef u32 OSModuleID

◆ OSModuleInfo

typedef struct OSModuleInfo OSModuleInfo

◆ OSModuleLink

typedef struct OSModuleLink OSModuleLink

◆ OSModuleQueue

typedef struct OSModuleQueue OSModuleQueue

◆ OSRel

typedef struct OSRel OSRel

◆ OSSectionInfo

typedef struct OSSectionInfo OSSectionInfo

Function Documentation

◆ OSLink()

BOOL OSLink ( OSModuleInfo * newModule,
void * bss )

◆ OSLinkFixed()

BOOL OSLinkFixed ( OSModuleInfo * newModule,
void * bss )

◆ OSNotifyLink()

void OSNotifyLink ( OSModuleInfo * module)

◆ OSNotifyUnlink()

void OSNotifyUnlink ( OSModuleInfo * module)

◆ OSSearchModule()

OSModuleInfo * OSSearchModule ( void * ptr,
u32 * section,
u32 * offset )

◆ OSSetStringTable()

void OSSetStringTable ( void * stringTable)

◆ OSUnlink()

BOOL OSUnlink ( OSModuleInfo * oldModule)