| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/ |
| link_loaddep.d | 5 auto libname = args[0][0..$-"link_loaddep".length] ~ "lib.so\0"; 6 runDepTests(libname.ptr);
|
| /src/external/gpl2/lvm2/dist/include/ |
| sharedlib.h | 24 void get_shared_library_path(struct cmd_context *cmd, const char *libname, 26 void *load_shared_library(struct cmd_context *cmd, const char *libname,
|
| /src/external/gpl2/lvm2/dist/lib/misc/ |
| sharedlib.h | 24 void get_shared_library_path(struct cmd_context *cmd, const char *libname, 26 void *load_shared_library(struct cmd_context *cmd, const char *libname,
|
| sharedlib.c | 28 void get_shared_library_path(struct cmd_context *cmd, const char *libname, 34 /* If libname doesn't begin with '/' then use lib_dir/libname, 36 if (libname[0] == '/' || 39 libname) == -1) || stat(path, &info) == -1) 40 strncpy(path, libname, path_len); 43 void *load_shared_library(struct cmd_context *cmd, const char *libname, 51 desc, libname); 55 get_shared_library_path(cmd, libname, path, sizeof(path));
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| catch-load.c | 29 char *libname = "catch-load-so.so"; variable 36 h = dlopen (libname, RTLD_LAZY);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.debuginfod/ |
| solib-with-soname-2.c | 24 char *libname = "libfoo_2.so"; variable 32 handle = dlopen (libname, RTLD_LAZY);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| mi-catch-load.c | 28 char *libname = "mi-catch-load-so.so"; variable 35 h = dlopen (libname, RTLD_LAZY);
|
| pending.c | 29 const char *libname = "pendshr2.sl"; local 39 h = dlopen (libname, RTLD_LAZY);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-event-load.c | 29 char *libname = "py-events-shlib.so"; variable 36 h = dlopen (libname, RTLD_LAZY);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| change-loc.c | 29 const char *libname = "change-loc-2.sl"; local 39 h = dlopen (libname, RTLD_LAZY);
|
| pending.c | 28 const char *libname = "pendshr2.sl"; local 38 h = dlopen (libname, RTLD_LAZY);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| catch-load.c | 29 char *libname = "catch-load-so.so"; variable 36 h = dlopen (libname, RTLD_LAZY);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| mi-catch-load.c | 28 char *libname = "mi-catch-load-so.so"; variable 35 h = dlopen (libname, RTLD_LAZY);
|
| pending.c | 29 const char *libname = "pendshr2.sl"; local 39 h = dlopen (libname, RTLD_LAZY);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-event-load.c | 29 char *libname = "py-events-shlib.so"; variable 36 h = dlopen (libname, RTLD_LAZY);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| change-loc.c | 29 const char *libname = "change-loc-2.sl"; local 39 h = dlopen (libname, RTLD_LAZY);
|
| pending.c | 28 const char *libname = "pendshr2.sl"; local 38 h = dlopen (libname, RTLD_LAZY);
|
| /src/lib/ |
| checkoldver | 61 libname="$name" 69 delete "$libname" "$libmajor" "$libminor" "$libtiny" 76 delete "$libname" "$1" "$2" "$3" 86 delete "$libname" "$libmajor" "$libminor" "$libtiny" 93 delete "$libname" "$1" "$2" "$3" 103 delete "$libname" "$libmajor" "$libminor" "$libtiny" 110 delete "$libname" "$1" "$2" "$3"
|
| checkvers | 120 LIBNAME= 165 LIBNAME="$2" 178 "sh $EXECDIR"/checkver $QUIET -f "$LIBLIST" "$LIBNAME" ; 182 echo "$0: checkver failed. LIBLIST=$LIBLIST $LIBNAME=$LIBNAME" 190 if [ "X$LIBNAME" = "X" ] ; then 192 libname=`dirname $f` 193 libname=`basename $libname` 194 if ! echo $libname | grep -q "^lib" ; the [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/python/ |
| Makefile.am | 55 @libname=`sed -ne "/^library_names=/{s/.*='//;s/'$$//;s/ .*//;p;}" \ 57 if [ -z "$$libname" ]; then \ 58 libname=`sed -ne "/^old_library=/{s/.*='//;s/'$$//;s/ .*//;p;}" \ 61 echo " $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py"; \ 62 $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py ; \ 66 $(INSTALL_DATA) debug-gdb.py $(DESTDIR)$(toolexeclibdir)/debug/$$libname-gdb.py ; \
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/ |
| Makefile.am | 55 @libname=`sed -ne "/^library_names=/{s/.*='//;s/'$$//;s/ .*//;p;}" \ 57 if [ -z "$$libname" ]; then \ 58 libname=`sed -ne "/^old_library=/{s/.*='//;s/'$$//;s/ .*//;p;}" \ 61 echo " $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py"; \ 62 $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py ; \ 65 $(INSTALL_DATA) debug-gdb.py $(DESTDIR)$(toolexeclibdir)/debug/$$libname-gdb.py ; \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/ |
| solib.c | 35 char libname[40]; local 47 sprintf (libname, "solib-lib%d", i); 48 handles[i] = dlopen (libname, RTLD_LAZY); 51 printf ("ERROR on dlopen %s\n", libname);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/ |
| solib.c | 35 char libname[40]; local 47 sprintf (libname, "solib-lib%d", i); 48 handles[i] = dlopen (libname, RTLD_LAZY); 51 printf ("ERROR on dlopen %s\n", libname);
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| load_lib.c | 12 /* const char *libname; 21 /* .IP libname 72 void load_library_symbols(const char *libname, LIB_FN *libfuncs, 94 if ((handle = dlopen(libname, RTLD_NOW)) == 0) { 96 msg_fatal("%s: dlopen failure loading %s: %s", myname, libname, 104 fn->name, libname, emsg ? emsg : "don't know why"); 116 dp->name, libname, emsg ? emsg : "don't know why"); 125 handle = shl_load(libname, BIND_IMMEDIATE, 0); 131 myname, fn->name, libname); 140 myname, dp->name, libname); [all...] |
| /src/external/gpl2/lvm2/dist/lib/locking/ |
| external_locking.c | 64 const char *libname; local 76 libname = find_config_tree_str(cmd, "global/locking_library", 79 if (!(_locking_lib = load_shared_library(cmd, libname, "locking", 1))) 88 "functions", libname); 96 "Using inferior activation method.", libname); 98 log_verbose("Loaded external locking library %s", libname);
|