Searched refs:lib_bufA (Results 1 – 1 of 1) sorted by relevance
28 static u32* lib_bufA; variable137 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()