Home
last modified time | relevance | path

Searched refs:moduleD (Results 1 – 3 of 3) sorted by relevance

/RvlRsoSDK-3.2/build/demos/rsodemo/MakeInc/src/
Dstatic.c114 RSOObjectHeader* moduleD; in main() local
128 moduleD = RsoLoad(MODULE_D); in main()
129 if (!moduleD) { in main()
134 if (RSOIsImportSymbolResolvedAll(moduleD)) in main()
141 ((u32 (*)(void)) moduleD->prolog)(); in main()
145 ResolvedModule_moduleD(moduleD); in main()
155 ((u32 (*)(void)) moduleD->epilog)(); in main()
156 RSOUnLinkList(moduleD); in main()
/RvlRsoSDK-3.2/build/demos/rsodemo/MakeInc/include/
Dd.inc14 OSReport("\nError: call moduleD unlinked function.\n");
/RvlRsoSDK-3.2/build/demos/rsodemo/MakeInc/
DMakefile121 makeinc.exe -o $(MODULE_ROOT)/include/d.inc -l moduleD $(MODULE_ROOT)/include/d.h