Home
last modified time | relevance | path

Searched full:shl_load (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/
H A Ddll5 lib dllload,loadbind,shl_load -ldl
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddlfcn.c73 if (!(dll = (void*)shl_load(path, mode, 0L))) in dlopen()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c112 shl_t h = shl_load(fname, BIND_DEFERRED, 0L); in dlopen()