Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddllplug.c36 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 Ddll_lib.c138dllplugin(names->id, names->name, NiL, version, NiL, RTLD_LAZY, names->path, names->data + sizeof(… in dll_lib()
H A DRELEASE8 10-05-28 dllplug.c: add dllplugin() with dllcheck() version check
/illumos-gate/usr/src/cmd/ast/libdll/
H A Dmapfile-vers51 dllplugin;
/illumos-gate/usr/src/cmd/ast/libdll/i386/FEATURE/
H A Ddll128 extern __MANGLE__ __V_* dllplugin __PROTO__((const char*, const char*, const char*, unsigned long,…
/illumos-gate/usr/src/cmd/ast/libdll/amd64/FEATURE/
H A Ddll128 extern __MANGLE__ __V_* dllplugin __PROTO__((const char*, const char*, const char*, unsigned long,…
/illumos-gate/usr/src/cmd/ast/libdll/sparc/FEATURE/
H A Ddll128 extern __MANGLE__ __V_* dllplugin __PROTO__((const char*, const char*, const char*, unsigned long,…
/illumos-gate/usr/src/cmd/ast/libdll/sparcv9/FEATURE/
H A Ddll128 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 Ddll227 …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 Dtypeset.c1032 …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 Dpath.c830 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 DRELEASE160 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()