Home
last modified time | relevance | path

Searched refs:dlopen (Results 1 – 25 of 40) sorted by relevance

12

/dragonfly/lib/libc/gen/
H A Ddlfcn.c86 #pragma weak dlopen macro
88 dlopen(const char *name __unused, int mode __unused) in dlopen() function
H A Dlibc_dlopen.c48 return (dlopen(path, mode)); in libc_dlopen()
H A DMakefile.inc61 dladdr.3 dlinfo.3 dlopen.3 \
106 MLINKS+=dlopen.3 fdlopen.3
H A DSymbol.map18 dlopen;
/dragonfly/libexec/rtld-elf/
H A DSymbol.map5 dlopen;
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dsharedlib.c59 if (!(library = dlopen(path, RTLD_LAZY | RTLD_GLOBAL))) { in load_shared_library()
/dragonfly/include/
H A Ddlfcn.h117 void *dlopen(const char *, int);
/dragonfly/contrib/gdb-7/gdb/
H A Dgdb-dlfcn.c74 result = dlopen (filename, RTLD_NOW); in gdb_dlopen()
/dragonfly/usr.bin/ldd/
H A Dldd.c198 dlopen(*argv, RTLD_TRACE); in main()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dplugin.c46 dlopen (const char *file, int mode ATTRIBUTE_UNUSED) in dlopen() function
217 plugin_handle = dlopen (pname, RTLD_NOW); in try_load_plugin()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dplugin.c46 dlopen (const char *file, int mode ATTRIBUTE_UNUSED) in dlopen() function
244 plugin_handle = dlopen (pname, RTLD_NOW); in try_load_plugin()
/dragonfly/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c109 if ((dlh = dlopen(modfn, RTLD_NOW)) == NULL) { in try_dlopen()
/dragonfly/usr.sbin/keyserv/
H A Dcrypt_server.c184 if (dlpath != NULL && (dlhandle = dlopen(dlpath, 0444)) != NULL) in load_des()
/dragonfly/contrib/smbfs/lib/smb/
H A Dnls.c95 iconv_lib = dlopen("libiconv.so", RTLD_LAZY | RTLD_GLOBAL); in nls_setrecode()
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_methods.c190 handle = dlopen(so, RTLD_LAZY); in eap_peer_method_load()
/dragonfly/contrib/binutils-2.27/ld/
H A DREADME55 which try to dlopen an executable, such as PERL or Tcl. You can make
H A Dplugin.c185 dlopen (const char *file, int mode ATTRIBUTE_UNUSED) in dlopen() function
244 newplug->dlhandle = dlopen (plugin, RTLD_NOW); in plugin_opt_plugin()
/dragonfly/contrib/gcc-4.7/lto-plugin/
H A Dlto-symtab.c140 plugin_handle = dlopen (name, RTLD_LAZY); in load_plugin()
/dragonfly/contrib/openpam/
H A DHISTORY128 the dlopen(3) call.
201 module directory so we never call dlopen(3) with a relative path.
358 - ENHANCE: Log dlopen() and dlsym() failures.
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Ddarwin-crt3.c271 handle = dlopen ("/usr/lib/libSystem.B.dylib", RTLD_NOLOAD); in get_globals()
/dragonfly/contrib/binutils-2.34/ld/
H A Dplugin.c185 dlopen (const char *file, int mode ATTRIBUTE_UNUSED) in dlopen() function
245 newplug->dlhandle = dlopen (plugin, RTLD_NOW); in plugin_opt_plugin()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dplugin.c564 dl_handle = dlopen (plugin->full_name, RTLD_NOW | RTLD_GLOBAL); in try_init_one_plugin()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dtypeinfo112 // Even with the new abi, on systems that support dlopen
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dtypeinfo114 // Even with the new abi, on systems that support dlopen
/dragonfly/contrib/gcc-8.0/gcc/
H A Dplugin.c700 dl_handle = dlopen (plugin->full_name, RTLD_NOW | RTLD_GLOBAL); in try_init_one_plugin()

12