Searched refs:rh_dlhandle (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drtld_db.c171 if (rap->rd_helper.rh_dlhandle != NULL) {
173 (void) dlclose(rap->rd_helper.rh_dlhandle);
188 if (rap->rd_helper.rh_dlhandle != NULL) {
190 (void) dlclose(rap->rd_helper.rh_dlhandle);
H A D_rtld_db.h91 void *rh_dlhandle; member in struct:rd_helper
H A Drd_elf.c309 rap->rd_helper.rh_dlhandle = dlopen(brandlib,
311 if (rap->rd_helper.rh_dlhandle == NULL) {
317 rap->rd_helper.rh_ops = dlsym(rap->rd_helper.rh_dlhandle,
322 (void) dlclose(rap->rd_helper.rh_dlhandle);
323 rap->rd_helper.rh_dlhandle = NULL;
331 (void) dlclose(rap->rd_helper.rh_dlhandle);
332 rap->rd_helper.rh_dlhandle = NULL;

Completed in 60 milliseconds