/titanic_51/usr/src/contrib/ast/src/lib/libdll/ |
H A D | RELEASE | 4 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( [all...] |
H A D | dllopen.c | 31 * dlopen() wrapper that properly initializes LIBPATH 72 dll = dlopen(path, mode); 83 * dlopen() wrapper -- waiting for prestidigitaions 90 return dlopen(name, mode); in dllopen()
|
H A D | dlfcn.c | 22 * provide dlopen/dlsym/dlerror interface 67 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_51/usr/src/lib/libdll/common/ |
H A D | RELEASE | 2 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 D | dllopen.c | 73 dll = dlopen(path, mode); 90 return dlopen(name, mode); in dllopen()
|
H A D | dlfcn.c | 67 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_51/usr/src/lib/libinstzones/common/ |
H A D | zones_utils.c | 437 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_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | dl.c | 24 #ifndef dlopen 31 dlopen("libdl.so",0); in main()
|
/titanic_51/usr/src/lib/libast/common/stdio/ |
H A D | _stdfun.c | 68 bp = dlopen("/usr/bin/stdio.dll", 0); in _stdfun() 72 if (!np && !(np = dlopen("/sys/msvcrt.dll", 0))) in _stdfun()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | _stdfun.c | 68 bp = dlopen("/usr/bin/stdio.dll", 0); in _stdfun() 72 if (!np && !(np = dlopen("/sys/msvcrt.dll", 0))) in _stdfun()
|
/titanic_51/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.dlclose2.ksh | 110 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) { 111 printf("dlopen of livelib.so failed: %s\n", dlerror()); 117 if ((dead = dlopen("./deadlib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) { 118 printf("dlopen of deadlib.so failed: %s\n", dlerror()); 122 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) { 123 printf("dlopen of livelib.so failed: %s\n", dlerror());
|
/titanic_51/usr/src/head/ |
H A D | dlfcn.h | 109 extern void *dlopen(const char *, int); 122 #pragma unknown_control_flow(dlopen, dlsym, dlclose, dlerror) 139 * Valid values for mode argument to dlopen.
|
/titanic_51/usr/src/lib/libbc/inc/include/ |
H A D | dlfcn.h | 44 extern void *dlopen(); /* open and map a shared object */
|
/titanic_51/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_misc_proc.c | 99 * is to dlopen the needed shared objects and grab the symbols with dlsym. 127 if ((dh = dlopen(LIBGSS, RTLD_NOLOAD)) == NULL) { in gss_OID_load() 164 if ((dh = dlopen(MECHDH, RTLD_LAZY)) != NULL) { in gss_OID_load()
|
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | getuid.c | 54 if (((handle = dlopen(0, (RTLD_LAZY | RTLD_FIRST))) == NULL) || in krb5_getuid()
|
/titanic_51/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_libssl_setup.c | 121 dldesc = dlopen(LIBSSL, RTLD_LAZY); in libssl_load() 191 dldesc = dlopen(LIBCRYPTO, RTLD_LAZY); in libcrypto_load()
|
/titanic_51/usr/src/lib/libumem/common/ |
H A D | init_lib.c | 41 void *handle = dlopen("libmapmalloc.so.1", RTLD_NOLOAD); in vmem_heap_init()
|
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | mblib.c | 78 handle = dlopen(buf, 1); in _ml_open_library() 83 printf ("_ml_open_library: dlopen failed\n"); in _ml_open_library()
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | demangle.c | 82 if (!(hdl = dlopen(MSG_ORIG(MSG_DEM_LIB), RTLD_LAZY)) || in conv_demangle_name()
|
/titanic_51/usr/src/cmd/sgs/libdl/common/ |
H A D | mapfile-vers | 93 # For most platforms, SUNW_0.7 contains dlclose, dlerror, dlopen, and dlsym. 108 dlopen { TYPE = FUNCTION };
|
/titanic_51/usr/src/cmd/zonename/ |
H A D | zonename.c | 89 * The use of dlopen here is a bit ugly, but it allows zonename to in main() 93 if (dlopen("libzonecfg.so.1", RTLD_NOW | RTLD_GLOBAL) != NULL && in main()
|
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | nss_deffinder.c | 31 * At present there is a single finder that uses dlopen() to do its thing. 34 * === and one that does dlopen(0) to check in the executable 76 if ((dlhandle = dlopen(name, RTLD_LAZY)) != 0) { in SO_per_src_lookup()
|
/titanic_51/usr/src/lib/libdll/common/features/ |
H A D | dll | 4 lib dlopen -ldl 150 if (!(dll = dlopen(0, RTLD_LAZY))) 202 printf("extern void* dlopen(const char*, int);\n");
|
/titanic_51/usr/src/cmd/sgs/rtld/common/ |
H A D | mapfile-vers | 49 dladdr; # Standard dlopen(3x) family 55 dlopen;
|
/titanic_51/usr/src/lib/gss_mechs/mech_dh/dh_common/ |
H A D | dh_common.c | 101 if ((dlhandle = dlopen(DHLIB, RTLD_NOW)) == NULL) { in __dh_generic_initialize()
|