Home
last modified time | relevance | path

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

/RvlSDK-3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/build/demos/reldemo/src/
Dstatic.c115 static OSModuleHeader* Load(char* moduleName) in Load() argument
124 result = DVDOpen(moduleName, &fileInfo); in Load()