Home
last modified time | relevance | path

Searched refs:moduleName (Results 1 – 9 of 9) sorted by relevance

/RvlSDK-3.3/build/demos/rsodemo/LinkMem2/src/
Dstatic.c40 static RSOObjectHeader* RsoLoad(char* moduleName) in RsoLoad() argument
48 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
68 static RSOObjectHeader* RsoLoadMem2(char* moduleName) in RsoLoadMem2() argument
76 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2()
96 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
103 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlSDK-3.3/build/demos/rsodemo/MakeInc/src/
Dstatic.c52 static RSOObjectHeader* RsoLoad(char* moduleName) in RsoLoad() argument
60 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
80 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
87 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlSDK-3.3/build/demos/rsodemo/LinkJump/src/
Dstatic.c61 static RSOObjectHeader* RsoLoad(char* moduleName) in RsoLoad() argument
69 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
89 static RSOObjectHeader* RsoLoadMem2(char* moduleName) in RsoLoadMem2() argument
97 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2()
118 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
125 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlSDK-3.3/build/demos/rsodemo/LinkFar/src/
Dstatic.c110 static RSOObjectHeader* RsoLoad(char* moduleName) in RsoLoad() argument
118 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
138 static RSOObjectHeader* RsoLoadMem2(char* moduleName) in RsoLoadMem2() argument
146 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2()
166 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
173 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlSDK-3.3/build/demos/rsodemo/LinkList/src/
Dstatic.c40 static RSOObjectHeader* RsoLoad(char* moduleName) in RsoLoad() argument
48 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
68 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
75 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlSDK-3.3/build/demos/rsodemo/LinkListFixed0/src/
Dstatic.c39 static RSOObjectHeader* RsoLoadFixed(char* moduleName,RSOFixedLevel i_fixed_level) in RsoLoadFixed() argument
49 result = DVDOpen(moduleName, &fileInfo); in RsoLoadFixed()
91 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
98 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlSDK-3.3/build/demos/rsodemo/Manually/src/
Dstatic.c42 static RSOObjectHeader* RsoLoad(char* moduleName) in RsoLoad() argument
50 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
72 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
79 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlSDK-3.3/build/demos/reldemo/src/
Dstatic.c118 static OSModuleHeader* Load(char* moduleName) in Load() argument
127 result = DVDOpen(moduleName, &fileInfo); in Load()
/RvlSDK-3.3/build/demos/hbmdemo/rsodemo/src/
Drsodemo.cpp220 static RSOObjectHeader* RsoLoad(char* moduleName);
221 static RSOObjectHeader* StaticRsoLoad(char* moduleName);
839 RsoLoad(char* moduleName) in RsoLoad() argument
843 module = (RSOObjectHeader*)ReadDvdFile(moduleName, &s_mem1Allocator); in RsoLoad()
865 StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
870 module = (RSOObjectHeader*)ReadDvdFile(moduleName, &s_mem1Allocator); in StaticRsoLoad()