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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h136 void *ml_dl_hdl; /* dlopen() handle for lib */ member in struct:moddef_t
H A Delfedit.c1861 if (old_moddef->ml_dl_hdl == NULL)
1868 if (dlclose(old_moddef->ml_dl_hdl) != 0)
1876 old_moddef->ml_dl_hdl = hdl;
1909 moddef->ml_dl_hdl = hdl;
1932 if (moddef->ml_dl_hdl == NULL)
1948 if (dlclose(moddef->ml_dl_hdl) != 0)
H A Dsys.c796 if (moddef->ml_dl_hdl != NULL) break;

Completed in 94 milliseconds