Searched refs:libhndl (Results 1 – 2 of 2) sorted by relevance
122 #define dat_os_library_sym(libhndl, sym) dlsym((libhndl), (sym)) argument
1960 void *libhndl; in restarter_rm_libs_loadable() local1965 if ((libhndl = dlopen("libpool.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) in restarter_rm_libs_loadable()1968 (void) dlclose(libhndl); in restarter_rm_libs_loadable()1970 if ((libhndl = dlopen("libproject.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) in restarter_rm_libs_loadable()1973 (void) dlclose(libhndl); in restarter_rm_libs_loadable()