Lines Matching refs:handle
94 result->handle = NULL; in __nss_module_allocate()
136 module->handle = NULL; in module_load_builtin()
181 void *handle; in module_load() local
191 handle = __libc_dlopen (shlib_name); in module_load()
200 if (handle == NULL) in module_load()
237 __libc_dlclose (handle); in module_load()
240 pointers[idx] = __libc_dlsym (handle, function_name); in module_load()
263 = __libc_dlsym (handle, init_name); in module_load()
285 module->handle = handle; in module_load()
293 __libc_dlclose (handle); in module_load()
439 && current->handle != NULL) in __nss_module_freeres()
440 __libc_dlclose (current->handle); in __nss_module_freeres()