Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
OSLink.c File Reference

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
 

Function Documentation

◆ __declspec()

__declspec ( weak  )

◆ __OSModuleInit()

void __OSModuleInit ( void  )

◆ Link()

static BOOL Link ( OSModuleInfo newModule,
void bss,
BOOL  fixed 
)
static

◆ OSLink()

BOOL OSLink ( OSModuleInfo newModule,
void bss 
)

◆ OSLinkFixed()

BOOL OSLinkFixed ( OSModuleInfo newModule,
void bss 
)

◆ OSSetStringTable()

void OSSetStringTable ( void string_table)

◆ OSUnlink()

BOOL OSUnlink ( OSModuleInfo oldModule)

◆ Relocate()

static BOOL Relocate ( OSModuleHeader newModule,
OSModuleHeader module 
)
static

◆ Undo()

static BOOL Undo ( OSModuleHeader newModule,
OSModuleHeader module 
)
static

Variable Documentation

◆ __OSModuleInfoList

OSModuleQueue __OSModuleInfoList