Lines Matching defs:dl_hdl
1309 printf(" hdl: %llx\n", m->dl_hdl);
1442 * dl_hdl - NULL, or a handle to a sharable object to release via
1444 * dl_path - If dl_hdl is non-NULL, the path to the sharable object
1459 load_module_err(MODLIST_T *moddef, void *dl_hdl, const char *dl_path,
1497 if ((dl_hdl != NULL) && (dlclose(dl_hdl) != 0))
1557 void *dl_hdl, const char *dl_path)
1581 load_module_err(moddef, dl_hdl, dl_path,
1692 load_module_err(moddef, dl_hdl, dl_path, MSG_INTL(errmsg),
1859 * These have a NULL dl_hdl field.
1931 /* Built in modules cannot be unloaded. They have a NULL dl_hdl field */