Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
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
 

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)
 

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)