Searched refs:hnull (Results 1 – 1 of 1) sorted by relevance
1222 void *hnull = NULL; in ta_entry_call_lib_dl() local1241 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()