Home
last modified time | relevance | path

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

/RvlRsoSDK-3.2/build/demos/rsodemo/MakeInc/src/
Dstatic.c53 static RSOObjectHeader* RsoLoad(char* moduleName) in RsoLoad() argument
61 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
81 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
88 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlRsoSDK-3.2/build/demos/rsodemo/LinkMem2/src/
Dstatic.c41 static RSOObjectHeader* RsoLoad(char* moduleName) in RsoLoad() argument
49 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
69 static RSOObjectHeader* RsoLoadMem2(char* moduleName) in RsoLoadMem2() argument
77 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2()
97 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
104 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlRsoSDK-3.2/build/demos/rsodemo/LinkJump/src/
Dstatic.c60 static RSOObjectHeader* RsoLoad(char* moduleName) in RsoLoad() argument
68 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
88 static RSOObjectHeader* RsoLoadMem2(char* moduleName) in RsoLoadMem2() argument
96 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2()
116 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
123 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlRsoSDK-3.2/build/demos/rsodemo/LinkFar/src/
Dstatic.c105 static RSOObjectHeader* RsoLoad(char* moduleName) in RsoLoad() argument
113 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
133 static RSOObjectHeader* RsoLoadMem2(char* moduleName) in RsoLoadMem2() argument
141 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2()
161 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
168 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlRsoSDK-3.2/build/demos/rsodemo/LinkList/src/
Dstatic.c41 static RSOObjectHeader* RsoLoad(char* moduleName) in RsoLoad() argument
49 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
69 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
76 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlRsoSDK-3.2/build/demos/rsodemo/LinkListFixed0/src/
Dstatic.c40 static RSOObjectHeader* RsoLoadFixed(char* moduleName,int i_fixed_level) in RsoLoadFixed() argument
50 result = DVDOpen(moduleName, &fileInfo); in RsoLoadFixed()
92 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
99 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
/RvlRsoSDK-3.2/build/demos/rsodemo/Manually/src/
Dstatic.c43 static RSOObjectHeader* RsoLoad(char* moduleName) in RsoLoad() argument
51 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
73 static RSOObjectHeader* StaticRsoLoad(char* moduleName) in StaticRsoLoad() argument
80 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()