Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos.TWL/el/simple-2/simple-2_static/src/
Dmain.c28 static u32* lib_bufA; variable
137 lib_bufA = MY_Alloc(8192); in TwlMain()
138 if(lib_bufA == 0) in TwlMain()
140 my_dlldA = EL_LinkFile( "rom:/data/dllA.a", lib_bufA); in TwlMain()
142 … OS_TPrintf( "dll loaded 0x%x - 0x%x\n", (u32)lib_bufA, (u32)lib_bufA + EL_GetLibSize( my_dlldA)); in TwlMain()