Searched refs:dllcheck (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/ |
H A D | RELEASE | 7 10-08-02 dllplug.c: fix local path dllcheck() call 8 10-05-28 dllplug.c: add dllplugin() with dllcheck() version check 9 10-05-28 dllcheck.c: add dllcheck() to do plugin_version() checks
|
H A D | Mamfile | 264 make dllcheck.o 265 make dllcheck.c 267 done dllcheck.c 268 meta dllcheck.o %.c>%.o dllcheck.c dllcheck 269 prev dllcheck.c 270 …CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -D_BLD_dll -c dllcheck.c 271 done dllcheck.o generated 280 …dlfcn.o dllopen.o dllfind.o dllplug.o dll_lib.o dllnext.o dlllook.o dllscan.o dllcheck.o dllerror.o
|
H A D | dllplug.c | 57 if (!dllcheck(dll, dle->path, rel, cur)) in dllplugin() 111 if (!dllcheck(dll, name, rel, cur)) in dllplugin()
|
H A D | Makefile | 8 dllnext.c dlllook.c dllscan.c dllcheck.c dllerror.c \
|
H A D | dllcheck.c | 58 dllcheck(void* dll, const char* path, unsigned long ver, unsigned long* cur) in dllcheck() function
|
/illumos-gate/usr/src/cmd/ast/libdll/ |
H A D | Makefile.defs | 31 dllnext.o dlllook.o dllscan.o dllcheck.o dllerror.o
|
/illumos-gate/usr/src/cmd/ast/libdll/i386/FEATURE/ |
H A D | dll | 137 extern __MANGLE__ int dllcheck __PROTO__((__V_*, const char*, unsigned long, unsigned long*));
|
/illumos-gate/usr/src/cmd/ast/libdll/amd64/FEATURE/ |
H A D | dll | 137 extern __MANGLE__ int dllcheck __PROTO__((__V_*, const char*, unsigned long, unsigned long*));
|
/illumos-gate/usr/src/cmd/ast/libdll/sparc/FEATURE/ |
H A D | dll | 137 extern __MANGLE__ int dllcheck __PROTO__((__V_*, const char*, unsigned long, unsigned long*));
|
/illumos-gate/usr/src/cmd/ast/libdll/sparcv9/FEATURE/ |
H A D | dll | 137 extern __MANGLE__ int dllcheck __PROTO__((__V_*, const char*, unsigned long, unsigned long*));
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/ |
H A D | dll | 236 printf("extern int dllcheck(void*, const char*, unsigned long, unsigned long*);\n");
|