Home
last modified time | relevance | path

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

123456

/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE4 10-10-19 dllplug.c: fix bug that wiped out dlopen() error message
6 10-10-19 dllscan.c: still no code for implicit libs missed by dlopen()
12 09-04-15 dllopen.c: add, use dllopen() internally to wrap dlopen()
15 06-01-25 dllplug.c: add errorf() library message for dlopen() error
23 03-03-12 dllfind.c: dlopen() with RTLD_GLOBAL|RTLD_PARENT defaults
26 03-01-07 dlfcn.c: fix darwin.ppc dlopen/dlsym/dlclose
37 01-10-31 dlfcn.c: change hp.pa dlopen() prototype (<dlfcn.h> but no -ldl!)
39 01-07-17 dllfind: do at least one dlopen() to prime dlerror()
40 01-05-29 dlopen: fix dlopen(0,0) for HP
H A Ddlfcn.c65 extern void* dlopen(const char* path, int mode) in dlopen() function
131 extern void* dlopen(const char* path, int mode) in dlopen() function
275 extern void* dlopen(const char* path, int mode) in dlopen() function
361 extern void* dlopen(const char* path, int mode) in dlopen() function
504 extern void* dlopen(const char* path, int mode) in dlopen() function
H A Ddllopen.c72 dll = dlopen(path, mode);
90 return dlopen(name, mode); in dllopen()
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_utils.c437 libptr = dlopen(ZONECFG_LIBRARY, RTLD_NOW|RTLD_GLOBAL); in _z_zones_are_implemented()
440 libptr = dlopen(ZONECFG1_LIBRARY, RTLD_NOW|RTLD_GLOBAL); in _z_zones_are_implemented()
457 libptr = dlopen(CONTRACT_LIBRARY, RTLD_NOW|RTLD_GLOBAL); in _z_zones_are_implemented()
461 libptr = dlopen(CONTRACT1_LIBRARY, RTLD_NOW|RTLD_GLOBAL); in _z_zones_are_implemented()
488 libptr = dlopen(BRAND_LIBRARY, RTLD_NOW|RTLD_GLOBAL); in _z_brands_are_implemented()
491 libptr = dlopen(BRAND1_LIBRARY, RTLD_NOW|RTLD_GLOBAL); in _z_brands_are_implemented()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Ddl.c24 #ifndef dlopen
31 dlopen("libdl.so",0); in main()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose2.ksh110 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
117 if ((dead = dlopen("./deadlib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
122 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A D_stdfun.c68 bp = dlopen("/usr/bin/stdio.dll", 0); in _stdfun()
72 if (!np && !(np = dlopen("/sys/msvcrt.dll", 0))) in _stdfun()
/illumos-gate/usr/src/head/
H A Ddlfcn.h109 extern void *dlopen(const char *, int);
122 #pragma unknown_control_flow(dlopen, dlsym, dlclose, dlerror)
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc_proc.c127 if ((dh = dlopen(LIBGSS, RTLD_NOLOAD)) == NULL) { in gss_OID_load()
164 if ((dh = dlopen(MECHDH, RTLD_LAZY)) != NULL) { in gss_OID_load()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgetuid.c52 if (((handle = dlopen(0, (RTLD_LAZY | RTLD_FIRST))) == NULL) || in krb5_getuid()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddemangle.c81 if (!(hdl = dlopen(MSG_ORIG(MSG_DEM_LIB), RTLD_LAZY)) || in conv_demangle_name()
/illumos-gate/usr/src/lib/libumem/common/
H A Dinit_lib.c39 void *handle = dlopen("libmapmalloc.so.1", RTLD_NOLOAD); in vmem_heap_init()
/illumos-gate/usr/src/cmd/sgs/libdl/common/
H A Dmapfile-vers93 # For most platforms, SUNW_0.7 contains dlclose, dlerror, dlopen, and dlsym.
108 dlopen { TYPE = FUNCTION };
/illumos-gate/usr/src/cmd/zonename/
H A Dzonename.c91 if (dlopen("libzonecfg.so.1", RTLD_NOW | RTLD_GLOBAL) != NULL && in main()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_deffinder.c73 if ((dlhandle = dlopen(name, RTLD_LAZY)) != 0) { in SO_per_src_lookup()
/illumos-gate/usr/src/lib/libsasl/
H A DMakefile.com31 common.o config.o dlopen.o external.o \
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Ddh_common.c99 if ((dlhandle = dlopen(DHLIB, RTLD_NOW)) == NULL) { in __dh_generic_initialize()
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dpsm.c56 svc->so_handle = dlopen(path, RTLD_LAZY|RTLD_LOCAL|RTLD_GROUP); in psm_open()
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_osd.c143 if (NULL != (library_handle = dlopen(library_path, RTLD_NOW))) { in dat_os_library_load()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmapfile-vers49 dladdr; # Standard dlopen(3x) family
55 dlopen;
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/
H A Ddll4 lib dlopen -ldl
150 if (!(dll = dlopen(0, RTLD_LAZY)))
216 printf("extern void* dlopen(const char*, int);\n");
/illumos-gate/usr/src/cmd/lofiadm/
H A Dutils.c124 lib_hdl = dlopen(lib, RTLD_LAZY); in openlib()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_rtld.c71 if ((dlp = dlopen(mod->tm_path, RTLD_LOCAL | RTLD_NOW)) == NULL) { in rtld_init()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh85 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rtld.c49 if ((dlp = dlopen(mp->mod_path, RTLD_LOCAL | RTLD_NOW)) == NULL) { in rtld_init()

123456