Searched refs:dllopen (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/lib/libdll/common/ |
H A D | dllnext.c | 83 if (strcmp(vp, "MAIN") && (lp = dllopen(vp, flags))) in _dll_next() 95 if (lp = dllopen(strcmp(vp, "MAIN") ? vp : (char*)0, flags)) in _dll_next() 210 while (!(dll = dllopen(path, flags))) in dllnext()
|
H A D | dllplug.c | 53 if (dll = dllopen(dle->path, flags|RTLD_GLOBAL|RTLD_PARENT)) in dllplug() 70 if ((dll = dllopen(name, flags)) && dll && path && size) in dllplug()
|
H A D | dllopen.c | 40 dllopen(const char* name, int mode) 88 dllopen(const char* name, int mode) in dllopen() function
|
H A D | RELEASE | 2 09-04-15 dllopen.c: add, use dllopen() internally to wrap dlopen()
|
/titanic_50/usr/src/lib/libdll/ |
H A D | Makefile.com | 37 dllopen.o \
|
/titanic_50/usr/src/lib/libdll/i386/src/lib/libdll/ |
H A D | dlldefs.h | 118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
|
/titanic_50/usr/src/lib/libdll/amd64/src/lib/libdll/ |
H A D | dlldefs.h | 118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
|
/titanic_50/usr/src/lib/libdll/sparc/src/lib/libdll/ |
H A D | dlldefs.h | 118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
|
/titanic_50/usr/src/lib/libdll/sparcv9/src/lib/libdll/ |
H A D | dlldefs.h | 118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
|
/titanic_50/usr/src/lib/libdll/amd64/src/lib/libdll/FEATURE/ |
H A D | dll | 118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
|
/titanic_50/usr/src/lib/libdll/i386/src/lib/libdll/FEATURE/ |
H A D | dll | 118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
|
/titanic_50/usr/src/lib/libdll/sparc/src/lib/libdll/FEATURE/ |
H A D | dll | 118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
|
/titanic_50/usr/src/lib/libdll/sparcv9/src/lib/libdll/FEATURE/ |
H A D | dll | 118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
|
/titanic_50/usr/src/lib/libdll/common/features/ |
H A D | dll | 215 printf("extern void* dllopen(const char*, int);\n");
|