Home
last modified time | relevance | path

Searched refs:dllopen (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/lib/libdll/common/
H A Ddllnext.c83 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 Ddllplug.c53 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 Ddllopen.c40 dllopen(const char* name, int mode)
88 dllopen(const char* name, int mode) in dllopen() function
H A DRELEASE2 09-04-15 dllopen.c: add, use dllopen() internally to wrap dlopen()
/titanic_50/usr/src/lib/libdll/
H A DMakefile.com37 dllopen.o \
/titanic_50/usr/src/lib/libdll/i386/src/lib/libdll/
H A Ddlldefs.h118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
/titanic_50/usr/src/lib/libdll/amd64/src/lib/libdll/
H A Ddlldefs.h118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
/titanic_50/usr/src/lib/libdll/sparc/src/lib/libdll/
H A Ddlldefs.h118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
/titanic_50/usr/src/lib/libdll/sparcv9/src/lib/libdll/
H A Ddlldefs.h118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
/titanic_50/usr/src/lib/libdll/amd64/src/lib/libdll/FEATURE/
H A Ddll118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
/titanic_50/usr/src/lib/libdll/i386/src/lib/libdll/FEATURE/
H A Ddll118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
/titanic_50/usr/src/lib/libdll/sparc/src/lib/libdll/FEATURE/
H A Ddll118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
/titanic_50/usr/src/lib/libdll/sparcv9/src/lib/libdll/FEATURE/
H A Ddll118 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
/titanic_50/usr/src/lib/libdll/common/features/
H A Ddll215 printf("extern void* dllopen(const char*, int);\n");