Searched refs:dl_handle (Results 1 – 3 of 3) sorted by relevance
71 void *dl_handle; /* can be NULL if not loaded */ member483 if (mp->dl_handle != NULL) { in fstyp_load_module()487 if ((mp->dl_handle = dlopen(mp->pathname, RTLD_LAZY)) == NULL) { in fstyp_load_module()492 dlsym(mp->dl_handle, "fstyp_mod_init"); in fstyp_load_module()494 dlsym(mp->dl_handle, "fstyp_mod_fini"); in fstyp_load_module()496 dlsym(mp->dl_handle, "fstyp_mod_ident"); in fstyp_load_module()498 dlsym(mp->dl_handle, "fstyp_mod_get_attr"); in fstyp_load_module()500 dlsym(mp->dl_handle, "fstyp_mod_dump"); in fstyp_load_module()527 if (mp->dl_handle != NULL) { in fstyp_unload_module()528 (void) dlclose(mp->dl_handle); in fstyp_unload_module()[all …]
621 aMech->dl_handle = dl;641 if (aMech->dl_handle == NULL)662 (gss_acquire_cred_with_password_sfct)dlsym(aMech->dl_handle,
519 void *dl_handle; /* RTLD object handle for the mech */ member