Searched refs:dlsym (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-10.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_dlfunc.h39 return ((dlfunc_t)dlsym(handle, symbol));
/freebsd-10.0-release/libexec/rtld-elf/
H A DSymbol.map10 dlsym;
/freebsd-10.0-release/tools/regression/tls/ttls3/
H A Dtls-test.c46 __gl_tls_test = dlsym(handle, "__gl_tls_test");
51 printf("dlsym failed (%s)!\n", error);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_fru.c211 dlsym(_topo_dlhandle, "topo_open");
213 dlsym(_topo_dlhandle, "topo_close");
215 dlsym(_topo_dlhandle, "topo_snap_hold");
217 dlsym(_topo_dlhandle, "topo_snap_release");
219 dlsym(_topo_dlhandle, "topo_walk_init");
221 dlsym(_topo_dlhandle, "topo_walk_step");
223 dlsym(_topo_dlhandle, "topo_walk_fini");
225 dlsym(_topo_dlhandle, "topo_hdl_strfree");
227 dlsym(_topo_dlhandle, "topo_node_name");
229 dlsym(_topo_dlhandl
[all...]
H A Dlibzfs_mount.c551 _sa_init = (sa_handle_t (*)(int))dlsym(libshare, "sa_init");
552 _sa_fini = (void (*)(sa_handle_t))dlsym(libshare, "sa_fini");
554 dlsym(libshare, "sa_find_share");
555 _sa_enable_share = (int (*)(sa_share_t, char *))dlsym(libshare,
557 _sa_disable_share = (int (*)(sa_share_t, char *))dlsym(libshare,
559 _sa_errorstr = (char *(*)(int))dlsym(libshare, "sa_errorstr");
561 dlsym(libshare, "sa_parse_legacy_options");
563 dlsym(libshare, "sa_needs_refresh");
565 dlsym(libshare, "sa_get_zfs_handle");
568 char *, char *))dlsym(libshar
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dlibunwind-frame.c337 unw_get_reg_p = dlsym (handle, get_reg_name);
341 unw_get_fpreg_p = dlsym (handle, get_fpreg_name);
345 unw_get_saveloc_p = dlsym (handle, get_saveloc_name);
349 unw_step_p = dlsym (handle, step_name);
353 unw_init_remote_p = dlsym (handle, init_remote_name);
357 unw_create_addr_space_p = dlsym (handle, create_addr_space_name);
361 unw_search_unwind_table_p = dlsym (handle, search_unwind_table_name);
365 unw_find_dyn_list_p = dlsym (handle, find_dyn_list_name);
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_exit.c80 if ((forcedunwind = dlsym(handle, "_Unwind_ForcedUnwind")) != NULL) {
87 forcedunwind = dlsym(handle, "_Unwind_ForcedUnwind");
88 getcfa = dlsym(handle, "_Unwind_GetCFA");
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c154 m->gm_mech.gm_ ## name = dlsym(so, "gss_" #name); \
164 m->gm_mech.gm_ ## name = dlsym(so, "gss_" #name); \
171 m->gm_mech.gm_ ## name = dlsym(so, "gssspi_" #name); \
176 m->gm_mech.gm_compat->gmc_ ## name = dlsym(so, "gss_" #name); \
183 m->gm_mech.gm_compat->gmc_ ## name = dlsym(so, "gssspi_" #name);\
387 mi = dlsym(so, "gss_mo_init");
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDynamicLibrary.cpp104 return dlsym(Data, symbolName);
145 void *ptr = dlsym(*I, symbolName);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh92 if ((alt_go = dlsym(alt, "go")) == NULL) {
H A Dtst.provregex4.ksh115 if ((alt_go = dlsym(alt, "go")) == NULL) {
/freebsd-10.0-release/contrib/ofed/libsdp/src/
H A Dsocket.c34 dlsym() instead of trying to make the system call directly. This
161 orig_socket = dlsym(RTLD_NEXT, "socket");
H A Dport.c2455 _socket_funcs.ioctl = dlsym(__libc_dl_handle, "ioctl");
2460 _socket_funcs.fcntl = dlsym(__libc_dl_handle, "fcntl");
2465 _socket_funcs.socket = dlsym(__libc_dl_handle, "socket");
2470 _socket_funcs.setsockopt = dlsym(__libc_dl_handle, "setsockopt");
2475 _socket_funcs.connect = dlsym(__libc_dl_handle, "connect");
2480 _socket_funcs.listen = dlsym(__libc_dl_handle, "listen");
2485 _socket_funcs.bind = dlsym(__libc_dl_handle, "bind");
2490 _socket_funcs.close = dlsym(__libc_dl_handle, "close");
2495 _socket_funcs.dup = dlsym(__libc_dl_handle, "dup");
2500 _socket_funcs.dup2 = dlsym(__libc_dl_handl
[all...]
/freebsd-10.0-release/include/
H A Ddlfcn.h59 * Special handle arguments for dlsym()/dlinfo().
118 void *dlsym(void * __restrict, const char * __restrict);
/freebsd-10.0-release/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c134 * Given a filled out auditfilter_module, use dlopen() and dlsym() to attach
155 am->am_attach = dlsym(am->am_dlhandle, AUDIT_FILTER_ATTACH_STRING);
156 am->am_reinit = dlsym(am->am_dlhandle, AUDIT_FILTER_REINIT_STRING);
157 am->am_record = dlsym(am->am_dlhandle, AUDIT_FILTER_RECORD_STRING);
158 am->am_rawrecord = dlsym(am->am_dlhandle,
160 am->am_detach = dlsym(am->am_dlhandle, AUDIT_FILTER_DETACH_STRING);
/freebsd-10.0-release/contrib/libreadline/examples/
H A Drl-fgets.c247 _fgets = (fgets_t) dlsym ( REAL_LIBC, "fgets" ) ;
372 _fgets = (fgets_t) dlsym ( REAL_LIBC, "fgets" ) ;
/freebsd-10.0-release/lib/libc/gen/
H A Ddlfcn.c105 #pragma weak dlsym macro
107 dlsym(void * __restrict handle, const char * __restrict name) function
/freebsd-10.0-release/contrib/jemalloc/src/
H A Dmutex.c41 pthread_create_fptr = dlsym(RTLD_NEXT, "pthread_create");
43 malloc_write("<jemalloc>: Error in dlsym(RTLD_NEXT, "
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_event_plugin.c91 (osm_event_plugin_t *) dlsym(rc->handle,
/freebsd-10.0-release/contrib/apr/dso/unix/
H A Ddso.c222 retval = dlsym(handle->handle, symbol);
225 void *retval = dlsym(handle->handle, (char *)symname);
227 void *retval = dlsym(handle->handle, symname);
/freebsd-10.0-release/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c250 sym = dlsym(ptr, symname);
284 u.dlret = dlsym(ptr, symname);
476 ret = dlsym(handle,name);
/freebsd-10.0-release/lib/libgssapi/
H A Dgss_mech_switch.c165 m->gm_ ## name = dlsym(so, buf); \
176 m->gm_ ## name = dlsym(so, buf); \
240 dlsym(so, "_gss_name_prefix");
/freebsd-10.0-release/contrib/gcc/config/
H A Ddarwin-crt3.c298 r->cxa_atexit_f = (cxa_atexit_p)dlsym (handle, "__cxa_atexit");
299 r->cxa_finalize_f = (cxa_finalize_p)dlsym (handle, "__cxa_finalize");
310 r->atexit_f = (atexit_p)dlsym (handle, "atexit");
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c292 version = (int *) dlsym(handle, "version");
306 sym = dlsym(handle, check_function);
332 v = (struct kadm5_pw_policy_verifier *) dlsym(handle, "kadm5_password_verifier");
/freebsd-10.0-release/lib/libkiconv/
H A Dxlat16_iconv.c332 my_iconv_open = dlsym(iconv_lib, "iconv_open");
333 my_iconv = dlsym(iconv_lib, "iconv");
334 my_iconv_close = dlsym(iconv_lib, "iconv_close");

Completed in 158 milliseconds

123