Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox_i.h313 typedef void (*lsx_dlptr)(void); typedef
318 lsx_dlptr static_func;
319 lsx_dlptr stub_func;
327 lsx_dlptr selected_funcs[],
354 { #func_name, (lsx_dlptr)(static_func), (lsx_dlptr)(stub_func) },
383lsx_dlptr lsx_dlfunction_open_library_funcs[sizeof(lsx_dlfunction_open_library_infos)/sizeof(lsx_d…
H A Dutil.c153 lsx_dlptr selected_funcs[], in lsx_open_dllibrary()
188 union {lsx_dlptr fn; lt_ptr ptr;} func; in lsx_open_dllibrary()