Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c1261 int (*panic_func)(void) = NULL; in ta_entry_call_lib_dl_panic() local
1276 panic_func = dlsym(handle, "os_test_shlib_dl_panic"); in ta_entry_call_lib_dl_panic()
1277 if (!panic_func) in ta_entry_call_lib_dl_panic()
1279 panic_func(); in ta_entry_call_lib_dl_panic()