dlsym             155 examples/libsmbclient/smbwrapper/wrapper.c         if ((smbw_libc.symname = dlsym(RTLD_NEXT, symstring)) == NULL) { \
dlsym             164 examples/libsmbclient/smbwrapper/wrapper.c         smbw_libc.symname = dlsym(RTLD_NEXT, symstring);
dlsym              36 examples/nss/nss_winbind.c 	res = dlsym(nss->dl_handle, s);
dlsym             117 librpc/tools/ndrdump.c 	p = (const struct ndr_interface_table *)dlsym(handle, symbol);
dlsym              45 nsswitch/nsstest.c 	res = dlsym(h, s);
dlsym             234 source3/lib/ldb/common/ldb_modules.c 	init_fn = (int (*)(void))dlsym(handle, "init_samba_module");
dlsym              52 source3/lib/module.c 	init = (init_module_function *)dlsym(handle, "init_samba_module");
dlsym             172 source3/modules/gpfs.c 	*fn_pointer = dlsym(*libhandle_pointer, fn_name);
dlsym              46 source3/torture/nsstest.c 	res = dlsym(h, s);
dlsym             155 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c 	m->gm_mech.gm_ ## name = dlsym(so, "gss_" #name);		\
dlsym             164 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c 	m->gm_mech.gm_ ## name = dlsym(so, "gss_" #name);			\
dlsym             260 source4/heimdal/lib/hcrypto/engine.c 	v_check = (openssl_v_check)dlsym(handle, "v_check");
dlsym             278 source4/heimdal/lib/hcrypto/engine.c 	bind_engine = (openssl_bind_engine)dlsym(handle, "bind_engine");
dlsym             294 source4/heimdal/lib/hdb/hdb.c     mso = dlsym(dl, symbol);
dlsym             839 source4/heimdal/lib/hx509/ks_p11.c     getFuncs = dlsym(p->dl_handle, "C_GetFunctionList");
dlsym             124 source4/heimdal/lib/krb5/acache.c     init_func = (cc_initialize_func)dlsym(cc_handle, "cc_initialize");
dlsym             108 source4/heimdal/lib/krb5/plugin.c     (*e)->symbol = dlsym((*e)->dsohandle, name);
dlsym              69 source4/lib/com/tables.c 	f = dlsym(mod, "get_class_object");
dlsym             315 source4/lib/ldb/common/ldb_modules.c 	sym = (int (*)(void))dlsym(handle, symbol);
dlsym             185 source4/param/util.c 	init_fn = dlsym(handle, SAMBA_INIT_MODULE);