Lines Matching refs:dlclose
24 if(dlclose(handle))
25 t_error("dlclose %s failed : %s \n", name, dlerror());
60 if(dlclose(handle1))
61 t_error("dlclose %s failed : %s \n", SO_LOAD_BY_LOCAL, dlerror());
74 if(dlclose(handle2))
75 t_error("dlclose %s failed : %s \n", SO_LOAD_BY_GLOBAL, dlerror());
85 if(dlclose(handle1))
86 t_error("dlclose %s failed : %s \n", SO_FOR_NO_DELETE, dlerror());
108 if(dlclose(handle))
109 t_error("dlclose %s failed : %s \n", SO_FOR_DLOPEN, dlerror());
116 if(dlclose(handle))
117 t_error("dlclose %s failed : %s \n", SO_FOR_DLOPEN, dlerror());
119 // It need to do one more dlclose because call dlopen by RTLD_NOLOAD add reference counting.
120 if(dlclose(handle))
121 t_error("dlclose %s failed : %s \n", SO_FOR_DLOPEN, dlerror());
123 // dlopen and dlclose call counts match so the lib should not exist in memory.
127 dlclose(handle);
145 dlclose(handle);
157 dlclose(handle);
203 dlclose(global_handler);
204 dlclose(local_handler);
247 dlclose(handle);
296 if (dlclose(g))
297 t_error("dlclose failed: %s\n", dlerror());
298 if (dlclose(h))
299 t_error("dlclose failed: %s\n", dlerror());