Home
last modified time | relevance | path

Searched refs:dlopen (Results 1 – 25 of 71) sorted by relevance

123

/mirbsd/src/lib/libc/dlfcn/
Ddlfcn_stubs.c44 void *dlopen(const char *libname, int how) __attribute__((__weak__));
58 dlopen(const char *libname, int how) in dlopen() function
/mirbsd/src/gnu/usr.bin/perl/os2/
Ddl_os2.c62 doscalls_h = (HMODULE)dlopen("DOSCALLS",0); in find_myself()
69 rc = pDosQueryModFromEIP(&mod, &obj, sizeof(buf), buf, &offset, (ULONG)dlopen); in find_myself()
79 dlopen(const char *path, int mode) in dlopen() function
Ddlfcn.h1 void *dlopen(const char *path, int mode);
Dos2add.sym1 dlopen
Dos2.sym5 dlopen
/mirbsd/src/gnu/usr.bin/perl/ext/DynaLoader/
Ddl_next.xs114 static char *dlopen(char *path, int mode /* mode is ignored */) in dlopen() function
177 static char *dlopen(char *path, int mode /* mode is ignored */) in dlopen() function
262 RETVAL = dlopen(filename, mode) ;
DREADME24 dlopen for dlopen()/dlsym() type functions (SunOS, BSD)
32 interface similar to an existing generic type, e.g., dlopen or dld,
Ddl_dyld.xs103 static char *dlopen(char *path, int mode /* mode is ignored */) in dlopen() function
164 RETVAL = dlopen(filename, mode) ;
Ddl_vmesa.xs120 RETVAL = dlopen(filename) ;
Ddl_aix.xs239 void *dlopen(char *path, int mode) in dlopen() function
324 if (loadbind(0, (void *)dlopen, mp->entry) == -1 || in dlopen()
729 RETVAL = dlopen(filename, RTLD_GLOBAL|RTLD_LAZY) ;
Ddl_dlopen.xs191 handle = dlopen(filename, mode) ;
/mirbsd/src/gnu/usr.bin/perl/vmesa/
Dvmesaish.h6 void * dlopen(const char *);
Dvmesa.c499 dlopen(const char *path) in dlopen() function
/mirbsd/src/usr.sbin/httpd/src/os/unix/
Dos.c36 return dlopen(path, RTLD_NOW | RTLD_GLOBAL); in ap_os_dso_load()
/mirbsd/src/include/
Ddlfcn.h54 extern void *dlopen(const char *, int);
Dlink_aout.h132 void *(*dlopen)(const char *, int); member
/mirbsd/src/lib/libcitrus_iconv/
Diconv.la13 dlopen=
/mirbsd/src/gnu/usr.bin/perl/t/
Dperl.supp1 ## Catch various leaks during dlopen...
/mirbsd/src/libexec/ld.so/ldd/
Dldd.c129 if ((dlhandle = dlopen(buf, RTLD_TRACE)) == NULL) { in doit()
/mirbsd/src/gnu/usr.bin/perl/jpl/PerlInterpreter/
DPerlInterpreter.c72 if (!dlopen("libperl.so", RTLD_LAZY|RTLD_GLOBAL)) { in Java_PerlInterpreter_init()
/mirbsd/src/lib/libcitrus_iconv/libc/citrus/
Dcitrus_module.c325 handle = dlopen(p, RTLD_LAZY); in _citrus_load_module()
/mirbsd/src/share/man/man3/
DMakefile52 MLINKS+=dlfcn.3 dlopen.3 dlfcn.3 dlclose.3 dlfcn.3 dlsym.3 dlfcn.3 dlctl.3 \
/mirbsd/src/lib/libssl/src/crypto/dso/
Ddso_dlfcn.c154 ptr = dlopen(filename, DLOPEN_FLAG); in dlfcn_load()
/mirbsd/src/gnu/share/
Dltmain.sh575 -dlopen)
1521 -dlopen)
2164 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
2415 dlopen=
2436 test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
2480 if test "$pass" = dlopen; then
3085 if test "$pass" != dlopen; then
3187 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
3900 $echo "*** application is linked with the -dlopen flag."
3918 $echo "*** or is declared to -dlopen it."
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dlibunwind-frame.c444 handle = dlopen (LIBUNWIND_SO, RTLD_NOW); in libunwind_load()

123