| /mirbsd/src/lib/libc/dlfcn/ |
| D | dlfcn_stubs.c | 44 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/ |
| D | dl_os2.c | 62 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
|
| D | dlfcn.h | 1 void *dlopen(const char *path, int mode);
|
| D | os2add.sym | 1 dlopen
|
| D | os2.sym | 5 dlopen
|
| /mirbsd/src/gnu/usr.bin/perl/ext/DynaLoader/ |
| D | dl_next.xs | 114 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) ;
|
| D | README | 24 dlopen for dlopen()/dlsym() type functions (SunOS, BSD) 32 interface similar to an existing generic type, e.g., dlopen or dld,
|
| D | dl_dyld.xs | 103 static char *dlopen(char *path, int mode /* mode is ignored */) in dlopen() function 164 RETVAL = dlopen(filename, mode) ;
|
| D | dl_vmesa.xs | 120 RETVAL = dlopen(filename) ;
|
| D | dl_aix.xs | 239 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) ;
|
| D | dl_dlopen.xs | 191 handle = dlopen(filename, mode) ;
|
| /mirbsd/src/gnu/usr.bin/perl/vmesa/ |
| D | vmesaish.h | 6 void * dlopen(const char *);
|
| D | vmesa.c | 499 dlopen(const char *path) in dlopen() function
|
| /mirbsd/src/usr.sbin/httpd/src/os/unix/ |
| D | os.c | 36 return dlopen(path, RTLD_NOW | RTLD_GLOBAL); in ap_os_dso_load()
|
| /mirbsd/src/include/ |
| D | dlfcn.h | 54 extern void *dlopen(const char *, int);
|
| D | link_aout.h | 132 void *(*dlopen)(const char *, int); member
|
| /mirbsd/src/lib/libcitrus_iconv/ |
| D | iconv.la | 13 dlopen=
|
| /mirbsd/src/gnu/usr.bin/perl/t/ |
| D | perl.supp | 1 ## Catch various leaks during dlopen...
|
| /mirbsd/src/libexec/ld.so/ldd/ |
| D | ldd.c | 129 if ((dlhandle = dlopen(buf, RTLD_TRACE)) == NULL) { in doit()
|
| /mirbsd/src/gnu/usr.bin/perl/jpl/PerlInterpreter/ |
| D | PerlInterpreter.c | 72 if (!dlopen("libperl.so", RTLD_LAZY|RTLD_GLOBAL)) { in Java_PerlInterpreter_init()
|
| /mirbsd/src/lib/libcitrus_iconv/libc/citrus/ |
| D | citrus_module.c | 325 handle = dlopen(p, RTLD_LAZY); in _citrus_load_module()
|
| /mirbsd/src/share/man/man3/ |
| D | Makefile | 52 MLINKS+=dlfcn.3 dlopen.3 dlfcn.3 dlclose.3 dlfcn.3 dlsym.3 dlfcn.3 dlctl.3 \
|
| /mirbsd/src/lib/libssl/src/crypto/dso/ |
| D | dso_dlfcn.c | 154 ptr = dlopen(filename, DLOPEN_FLAG); in dlfcn_load()
|
| /mirbsd/src/gnu/share/ |
| D | ltmain.sh | 575 -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/ |
| D | libunwind-frame.c | 444 handle = dlopen (LIBUNWIND_SO, RTLD_NOW); in libunwind_load()
|