Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos.TWL/el/simple-1/simple-1_static/src/
Dmain.c27 static u32 lib_buf[8192]; variable
134 my_dlld = EL_LinkFileEx( "rom:/data/dllA.a", lib_buf, 8192); in TwlMain()
138 … OS_TPrintf( "dll loaded 0x%x - 0x%x\n", (u32)lib_buf, (u32)lib_buf + EL_GetLibSize( my_dlld)); in TwlMain()