Home
last modified time | relevance | path

Searched defs:dlopen (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddlfcn.c65 extern void* dlopen(const char* path, int mode) in dlopen() function
131 extern void* dlopen(const char* path, int mode) in dlopen() function
275 extern void* dlopen(const char* path, int mode) in dlopen() function
361 extern void* dlopen(const char* path, int mode) in dlopen() function
504 extern void* dlopen(const char* path, int mode) in dlopen() function
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c110 dlopen(char *fname, int mode) in dlopen() function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1017 dlopen(const char *path, int mode) in dlopen() function
H A Dutil.c1317 create_cntl(Lm_list *lml, int dlopen) in create_cntl()