Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos.TWL/el/simple-1/simple-1_static/src/
Dmain.c31 global_func_p global_func; variable
153 global_func = (global_func_p)EL_GetGlobalAdr( my_dlld, "global_func_A\0"); in TwlMain()
154 OS_TPrintf( "global_func : 0x%x\n", global_func); in TwlMain()
155 if(global_func == 0) in TwlMain()
159 (*global_func)(); in TwlMain()