Searched refs:dllopen (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libdll/common/ |
H A D | dllopen.c | 40 dllopen(const char* name, int mode) 88 dllopen(const char* name, int mode) function
|
H A D | dllplug.c | 53 if (dll = dllopen(dle->path, flags|RTLD_GLOBAL|RTLD_PARENT)) 70 if ((dll = dllopen(name, flags)) && dll && path && size)
|
H A D | dllnext.c | 83 if (strcmp(vp, "MAIN") && (lp = dllopen(vp, flags))) 95 if (lp = dllopen(strcmp(vp, "MAIN") ? vp : (char*)0, flags)) 210 while (!(dll = dllopen(path, flags)))
|
/illumos-gate/usr/src/lib/libdll/ |
H A D | Makefile.com | 37 dllopen.o \
|
/illumos-gate/usr/src/lib/libdll/amd64/src/lib/libdll/ |
H A D | dlldefs.h | 118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
|
/illumos-gate/usr/src/lib/libdll/i386/src/lib/libdll/ |
H A D | dlldefs.h | 118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
|
/illumos-gate/usr/src/lib/libdll/sparc/src/lib/libdll/ |
H A D | dlldefs.h | 118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
|
/illumos-gate/usr/src/lib/libdll/sparcv9/src/lib/libdll/ |
H A D | dlldefs.h | 118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
|
Completed in 86 milliseconds