Home
last modified time | relevance | path

Searched refs:a (Results 1 – 6 of 6) sorted by relevance

/RvlRsoSDK-3.2/build/demos/rsodemo/MakeInc/src/
Dd.c85 int FuncD_1(int a) in FuncD_1() argument
87 OSReport("FuncD_1 Call a = %d\n",a); in FuncD_1()
88 return a; in FuncD_1()
92 void FuncD_2(int a,int b) in FuncD_2() argument
94 OSReport("FuncD_2 Call a = %d b = %d\n",a,b); in FuncD_2()
/RvlRsoSDK-3.2/build/demos/rsodemo/MakeInc/include/
Dd.h20 DLL_EXPORT int DLL_SYMBOL(FuncD_1)(int a);
21 DLL_EXPORT void DLL_SYMBOL(FuncD_2)(int a,int b);
/RvlRsoSDK-3.2/
Dreadme-RVL_RSO_SDK-061219.txt21 The RSO Library is a dynamic module system.
22 It consists of various PC tools (makersi.exe, makelcf.exe, makeinc) and the Wii RSO library (rso.a).
33 This package is not a patch. It will continue to be provided as a separate package in the future.
42 This is a demo program for learning how to use the RSO functions.
43 This program links module A and module B, using a link list.
46 This is a demo program showing an example of relocatable module partial memory deallocation.
47 This demo is similar to LinkList, but it deallocates part of the module information as a bss area.
50 This is a demo program that uses pragma to place the dynamic modules in external main memory.
54 This is a demo program that uses RsoLinkFar to place the dynamic modules in external main memory.
58 This is a demo program using makeinc.exe.
[all …]
/RvlRsoSDK-3.2/build/demos/rsodemo/LinkList/
DMakefile55 CSRCS_D = a.c b.c
118 cp $(FULLBIN_ROOT)/a$(RSOSUFFIX) dvddata
/RvlRsoSDK-3.2/build/demos/rsodemo/LinkListFixed0/
DMakefile55 CSRCS_D = a.c b.c
118 cp $(FULLBIN_ROOT)/a$(RSOSUFFIX) dvddata
/RvlRsoSDK-3.2/build/demos/rsodemo/Manually/
DMakefile55 CSRCS_D = a.c b.c c.c
118 cp $(FULLBIN_ROOT)/a$(RSOSUFFIX) dvddata