Searched refs:module (Results 1 – 1 of 1) sorted by relevance
222 static void RSOResolvedModuleA(const RSOObjectHeader* module);842 RSOObjectHeader* module; in RsoLoad() local844 module = (RSOObjectHeader*)ReadDvdFile(moduleName, &s_mem2Allocator); in RsoLoad()845 if (module->bssSize > 0) in RsoLoad()847 bss = (u8*)allocMem2( module->bssSize ); in RsoLoad()850 RSOLinkList(module, bss); in RsoLoad()852 return module; in RsoLoad()868 RSOObjectHeader* module; in StaticRsoLoad() local870 module = (RSOObjectHeader*)ReadDvdFile(moduleName, &s_mem1Allocator); in StaticRsoLoad()871 RSOListInit(module); in StaticRsoLoad()[all …]