Searched refs:shlib_name (Results 1 – 1 of 1) sorted by relevance
183 char *shlib_name; in module_load() local184 if (__asprintf (&shlib_name, "libnss_%s.so%s", in module_load()191 handle = __libc_dlopen (shlib_name); in module_load()192 free (shlib_name); in module_load()
Completed in 4 milliseconds