Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
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 Ddllopen.c38 dllopen(const char* name, int mode)
87 dllopen(const char* name, int mode) in dllopen() function
H A DMamfile182 make dllopen.o
183 make dllopen.c
189 done dllopen.c
190 meta dllopen.o %.c>%.o dllopen.c dllopen
191 prev dllopen.c
192 …{CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -D_BLD_dll -c dllopen.c
193 done dllopen.o generated
280 exec - ${AR} rc libdll.a dlfcn.o dllopen.o dllfind.o dllplug.o dll_lib.o dllnext.o dlllook.o dllsca…
H A Ddllplug.c55 if (dll = dllopen(dle->path, flags|RTLD_GLOBAL|RTLD_PARENT)) in dllplugin()
109 if (dll = dllopen(name, flags)) in dllplugin()
H A DMakefile7 dll 1.0 :LIBRARY: dlfcn.c dllopen.c dllfind.c dllplug.c dll_lib.c \
H A DRELEASE12 09-04-15 dllopen.c: add, use dllopen() internally to wrap dlopen()
/illumos-gate/usr/src/cmd/ast/libdll/
H A DMakefile.defs30 dlfcn.o dllopen.o dllfind.o dllplug.o dll_lib.o \
/illumos-gate/usr/src/cmd/ast/libdll/amd64/FEATURE/
H A Ddll134 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
/illumos-gate/usr/src/cmd/ast/libdll/i386/FEATURE/
H A Ddll134 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
/illumos-gate/usr/src/cmd/ast/libdll/sparc/FEATURE/
H A Ddll134 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
/illumos-gate/usr/src/cmd/ast/libdll/sparcv9/FEATURE/
H A Ddll134 extern __MANGLE__ __V_* dllopen __PROTO__((const char*, int));
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/
H A Ddll233 printf("extern void* dllopen(const char*, int);\n");