Home
last modified time | relevance | path

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

1234567

/titanic_50/usr/src/lib/libdll/common/
H A DRELEASE2 09-04-15 dllopen.c: add, use dllopen() internally to wrap dlopen()
5 06-01-25 dllplug.c: add errorf() library message for dlopen() error
13 03-03-12 dllfind.c: dlopen() with RTLD_GLOBAL|RTLD_PARENT defaults
16 03-01-07 dlfcn.c: fix darwin.ppc dlopen/dlsym/dlclose
27 01-10-31 dlfcn.c: change hp.pa dlopen() prototype (<dlfcn.h> but no -ldl!)
29 01-07-17 dllfind: do at least one dlopen() to prime dlerror()
30 01-05-29 dlopen: fix dlopen(0,0) for HP
H A Ddllopen.c73 dll = dlopen(path, mode);
90 return dlopen(name, mode); in dllopen()
H A Ddlfcn.c67 extern void* dlopen(const char* path, int mode) in dlopen() function
133 extern void* dlopen(const char* path, int mode) in dlopen() function
277 extern void* dlopen(const char* path, int mode) in dlopen() function
363 extern void* dlopen(const char* path, int mode) in dlopen() function
506 extern void* dlopen(const char* path, int mode) in dlopen() function
/titanic_50/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()
/titanic_50/usr/src/lib/libast/common/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()
/titanic_50/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) {
/titanic_50/usr/src/head/
H A Ddlfcn.h109 extern void *dlopen(const char *, int);
122 #pragma unknown_control_flow(dlopen, dlsym, dlclose, dlerror)
/titanic_50/usr/src/lib/libbc/inc/include/
H A Ddlfcn.h44 extern void *dlopen(); /* open and map a shared object */
/titanic_50/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()
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgetuid.c54 if (((handle = dlopen(0, (RTLD_LAZY | RTLD_FIRST))) == NULL) || in krb5_getuid()
/titanic_50/usr/src/lib/libipsecutil/common/
H A Dipsec_libssl_setup.c121 dldesc = dlopen(LIBSSL, RTLD_LAZY); in libssl_load()
191 dldesc = dlopen(LIBCRYPTO, RTLD_LAZY); in libcrypto_load()
/titanic_50/usr/src/lib/libumem/common/
H A Dinit_lib.c41 void *handle = dlopen("libmapmalloc.so.1", RTLD_NOLOAD); in vmem_heap_init()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dmblib.c78 handle = dlopen(buf, 1); in _ml_open_library()
/titanic_50/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 };
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Ddemangle.c82 if (!(hdl = dlopen(MSG_ORIG(MSG_DEM_LIB), RTLD_LAZY)) || in conv_demangle_name()
/titanic_50/usr/src/cmd/zonename/
H A Dzonename.c93 if (dlopen("libzonecfg.so.1", RTLD_NOW | RTLD_GLOBAL) != NULL && in main()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dnss_deffinder.c76 if ((dlhandle = dlopen(name, RTLD_LAZY)) != 0) { in SO_per_src_lookup()
/titanic_50/usr/src/lib/libdll/common/features/
H A Ddll4 lib dlopen -ldl
150 if (!(dll = dlopen(0, RTLD_LAZY)))
202 printf("extern void* dlopen(const char*, int);\n");
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dmapfile-vers49 dladdr; # Standard dlopen(3x) family
55 dlopen;
/titanic_50/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Ddh_common.c101 if ((dlhandle = dlopen(DHLIB, RTLD_NOW)) == NULL) { in __dh_generic_initialize()
/titanic_50/usr/src/lib/print/libpapi-dynamic/common/
H A Dpsm.c58 svc->so_handle = dlopen(path, RTLD_LAZY|RTLD_LOCAL|RTLD_GROUP); in psm_open()
/titanic_50/usr/src/lib/udapl/libdat/common/
H A Ddat_osd.c145 if (NULL != (library_handle = dlopen(library_path, RTLD_NOW))) { in dat_os_library_load()
/titanic_50/usr/src/lib/libsasl/
H A DMakefile.com32 common.o config.o dlopen.o external.o \
/titanic_50/usr/src/cmd/dis/
H A Ddis_util.c119 demangle_hand = dlopen("libdemangle.so.1", RTLD_LAZY); in dis_demangle()
/titanic_50/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.c169 libscconf = dlopen(scconf, RTLD_LAZY | RTLD_GLOBAL); in cfg_cluster_init()
173 libscstat = dlopen(scstat, RTLD_LAZY | RTLD_GLOBAL); in cfg_cluster_init()

1234567