Searched refs:module (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-2.1/build/demos/reldemo/src/ |
| D | static.c | 86 static void DumpModuleHeader(OSModuleHeader* module) in DumpModuleHeader() argument 88 DumpModuleInfo(&module->info); in DumpModuleHeader() 89 OSReport("bssSize %d\n", module->bssSize); in DumpModuleHeader() 90 OSReport("relOffset %08xh\n", module->relOffset); in DumpModuleHeader() 91 OSReport("impOffset %08xh\n", module->impOffset); in DumpModuleHeader() 92 OSReport("impSize %08xh\n", module->impSize); in DumpModuleHeader() 93 OSReport("prolog %08xh\n", module->prolog); in DumpModuleHeader() 94 OSReport("epilog %08xh\n", module->epilog); in DumpModuleHeader() 95 OSReport("unresolved %08xh\n", module->unresolved); in DumpModuleHeader() 96 if (2 <= module->info.version) in DumpModuleHeader() [all …]
|
| /RvlSDK-2.1/include/revolution/os/ |
| D | OSModule.h | 134 #define OSGetSectionInfo(module) \ argument 135 ((OSSectionInfo*) (((OSModuleInfo*) (module))->sectionInfoOffset)) 202 void OSNotifyLink ( OSModuleInfo* module ); 203 void OSNotifyUnlink ( OSModuleInfo* module );
|
| /RvlSDK-2.1/build/buildtools/ |
| D | modulerules | 15 # This makefile can support one library per module, and any number of 17 # The library is specified by the following variables in the module makefile: 27 # bottom of the module makefile, such as : 34 # FULLBIN_ROOT - a pointer to the binary directory of this module 80 # Paths relevant to this module - they are all based off of PROJ_ROOT
|
| /RvlSDK-2.1/ |
| D | readme-RVL_SDK-2_1.txt | 117 …oller's wireless communications stack cannot correctly stop the wireless module, so sometimes the … 141 There are occasions when all Wii Remotes are disconnected if the wireless module on the main consol…
|