Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c1222 void *hnull = NULL; in ta_entry_call_lib_dl() local
1241 hnull = dlopen(NULL, RTLD_NOW | RTLD_GLOBAL | RTLD_NODELETE); in ta_entry_call_lib_dl()
1242 if (!hnull) in ta_entry_call_lib_dl()
1245 add_func = dlsym(hnull, "os_test_shlib_dl_add"); in ta_entry_call_lib_dl()
1252 dlclose(hnull); in ta_entry_call_lib_dl()