Searched refs:dllplugin (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/ |
H A D | dllplug.c | 36 dllplugin(const char* lib, const char* name, const char* ver, unsigned long rel, unsigned long* cur… in dllplugin() function 84 dll = dllplugin(lib, s, 0, 0, 0, flags, path, size); in dllplugin() 125 return dllplugin(lib, name, ver, 0, NiL, flags, path, size); in dllplug()
|
H A D | dll_lib.c | 138 …dllplugin(names->id, names->name, NiL, version, NiL, RTLD_LAZY, names->path, names->data + sizeof(… in dll_lib()
|
H A D | RELEASE | 8 10-05-28 dllplug.c: add dllplugin() with dllcheck() version check
|
/illumos-gate/usr/src/cmd/ast/libdll/ |
H A D | mapfile-vers | 51 dllplugin;
|
/illumos-gate/usr/src/cmd/ast/libdll/amd64/FEATURE/ |
H A D | dll | 128 extern __MANGLE__ __V_* dllplugin __PROTO__((const char*, const char*, const char*, unsigned long,…
|
/illumos-gate/usr/src/cmd/ast/libdll/i386/FEATURE/ |
H A D | dll | 128 extern __MANGLE__ __V_* dllplugin __PROTO__((const char*, const char*, const char*, unsigned long,…
|
/illumos-gate/usr/src/cmd/ast/libdll/sparc/FEATURE/ |
H A D | dll | 128 extern __MANGLE__ __V_* dllplugin __PROTO__((const char*, const char*, const char*, unsigned long,…
|
/illumos-gate/usr/src/cmd/ast/libdll/sparcv9/FEATURE/ |
H A D | dll | 128 extern __MANGLE__ __V_* dllplugin __PROTO__((const char*, const char*, const char*, unsigned long,…
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/ |
H A D | dll | 227 …printf("extern void* dllplugin(const char*, const char*, const char*, unsigned long, unsigned lon…
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | typeset.c | 1032 …if(!(library = dllplugin(SH_ID, arg, NiL, SH_PLUGIN_VERSION, &ver, RTLD_LAZY, path, sizeof(path)))) in b_builtin()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | path.c | 830 if (dll = dllplugin(SH_ID, stakptr(m), NiL, SH_PLUGIN_VERSION, NiL, RTLD_LAZY, NiL, 0)) in path_absolute()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 160 10-05-28 include/ast_version.h: add AST_PLUGIN_VERSION for dllplugin() 161 10-05-28 include/shcmd.h: add SH_PLUGIN_VERSION for dllplugin()
|