HomeSort by: relevance | last modified time | path
    Searched refs:libpath (Results 1 - 25 of 25) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/
GenLibDeps.pl 88 my $libpath = $lib;
89 $libpath =~ s/^libLLVM(.*)\.a/$1/;
90 $libpath =~ s/(.+)CodeGen$/Target\/$1/;
91 $libpath =~ s/(.+)AsmPrinter$/Target\/$1\/AsmPrinter/;
92 $libpath =~ s/(.+)AsmParser$/Target\/$1\/AsmParser/;
93 $libpath =~ s/(.+)Info$/Target\/$1\/TargetInfo/;
94 $libpath =~ s/(.+)Disassembler$/Target\/$1\/Disassembler/;
95 $libpath =~ s/SelectionDAG/CodeGen\/SelectionDAG/;
96 $libpath =~ s/^AsmPrinter/CodeGen\/AsmPrinter/;
97 $libpath =~ s/^BitReader/Bitcode\/Reader/
    [all...]
  /src/external/bsd/atf/dist/atf-c/
pkg_config_test.sh 120 libpath=
125 if [ -z "${libpath}" ]; then
126 libpath="${dir}"
128 libpath="${libpath}:${dir}"
138 "LD_LIBRARY_PATH=${libpath} ./tp tc"
  /src/external/bsd/atf/dist/atf-c++/
pkg_config_test.sh 120 libpath=
125 if [ -z "${libpath}" ]; then
126 libpath="${dir}"
128 libpath="${libpath}:${dir}"
138 "LD_LIBRARY_PATH=${libpath} ./tp tc"
  /src/external/gpl2/lvm2/dist/lib/snapshot/
snapshot.c 140 const char *libpath; local
147 libpath = find_config_tree_str(cmd, "dmeventd/snapshot_library", NULL);
148 if (!libpath)
151 get_shared_library_path(cmd, libpath, path, PATH_MAX);
  /src/usr.bin/ldd/
ldd_elfxx.c 170 const char *libpath = obj ? obj->path : "not found"; local
239 printf("%s", libpath);
  /src/external/gpl2/lvm2/dist/lib/mirror/
mirrored.c 410 const char *libpath; local
417 libpath = find_config_tree_str(cmd, "dmeventd/mirror_library",
420 get_shared_library_path(cmd, libpath, path, PATH_MAX);
  /src/external/gpl3/gdb.old/dist/gdbserver/
thread-db.cc 616 const char *const libpath = dladdr_to_soname (td_init); local
618 if (libpath != NULL)
619 threads_debug_printf ("Host %s resolved to: %s.", library, libpath);
  /src/external/gpl3/gdb/dist/gdbserver/
thread-db.cc 616 const char *const libpath = dladdr_to_soname (td_init); local
618 if (libpath != NULL)
619 threads_debug_printf ("Host %s resolved to: %s.", library, libpath);
  /src/external/bsd/pkg_install/dist/add/
perform.c 1156 char *libpath = dup_value(data, eol); local
1162 if (stat(libpath, &sb) == 0 && S_ISREG(sb.st_mode)) {
1165 char *p = xasprintf("%s/%s", Destdir, libpath);
1172 warnx("%s: missing required library: %s", pkg->pkgname, libpath);
1174 if (strncmp(libpath, "/usr/X11R7", 10) == 0) {
1180 free(libpath);
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/lib/
libphobos.exp 35 load_gcc_lib target-libpath.exp
  /src/external/bsd/wpa/dist/wpa_supplicant/
nmake.mak 179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
  /src/external/gpl3/binutils/dist/include/coff/
xcoff.h 448 /* The libpath being used. */
449 const char *libpath; member in struct:xcoff_loader_info
  /src/external/gpl3/binutils.old/dist/include/coff/
xcoff.h 448 /* The libpath being used. */
449 const char *libpath; member in struct:xcoff_loader_info
  /src/external/gpl3/gdb.old/dist/include/coff/
xcoff.h 448 /* The libpath being used. */
449 const char *libpath; member in struct:xcoff_loader_info
  /src/external/gpl3/gdb/dist/include/coff/
xcoff.h 448 /* The libpath being used. */
449 const char *libpath; member in struct:xcoff_loader_info
  /src/external/gpl3/binutils/dist/ld/
genscripts.sh 162 # be set for any libpath-using emulation; NATIVE will be set for a
163 # libpath-using emulation where ${host} = ${target}. NATIVE
296 rm -f tmpdir/libpath.exp
297 echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp
  /src/external/gpl3/binutils.old/dist/ld/
genscripts.sh 162 # be set for any libpath-using emulation; NATIVE will be set for a
163 # libpath-using emulation where ${host} = ${target}. NATIVE
188 # To force a logically empty LIB_PATH, do LIBPATH=":".
248 # except when LIBPATH=":".
295 rm -f tmpdir/libpath.exp
296 echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp
  /src/external/gpl3/gdb.old/dist/gdb/
linux-thread-db.c 1009 const char *const libpath = dladdr_to_soname (td_init);
1011 if (libpath != NULL)
1013 library, libpath);
1008 const char *const libpath = dladdr_to_soname (td_init); local
  /src/external/gpl3/gdb/dist/gdb/
linux-thread-db.c 1006 const char *const libpath = dladdr_to_soname (td_init);
1008 if (libpath != NULL)
1010 library, libpath);
1005 const char *const libpath = dladdr_to_soname (td_init); local
  /src/external/gpl2/gettext/dist/
Makefile.am 26 build-aux/config.libpath build-aux/reloc-ldflags build-aux/install-reloc \
  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 1122 for LIBPATH. */
3769 passed in as the libpath argument. For some reason, the path
3773 impsize = strlen (ldinfo->libpath) + 3;
3822 LIBPATH is the library path to search for shared objects; this is
3838 const char *libpath,
3874 ldinfo->libpath = libpath;
4054 strcpy (out, ldinfo->libpath);
4055 out += strlen (ldinfo->libpath) + 1;
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 1122 for LIBPATH. */
3769 passed in as the libpath argument. For some reason, the path
3773 impsize = strlen (ldinfo->libpath) + 3;
3822 LIBPATH is the library path to search for shared objects; this is
3838 const char *libpath,
3874 ldinfo->libpath = libpath;
4054 strcpy (out, ldinfo->libpath);
4055 out += strlen (ldinfo->libpath) + 1;
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 1079 for LIBPATH. */
3726 passed in as the libpath argument. For some reason, the path
3730 impsize = strlen (ldinfo->libpath) + 3;
3779 LIBPATH is the library path to search for shared objects; this is
3795 const char *libpath,
3831 ldinfo->libpath = libpath;
4010 strcpy (out, ldinfo->libpath);
4011 out += strlen (ldinfo->libpath) + 1;
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 1122 for LIBPATH. */
3769 passed in as the libpath argument. For some reason, the path
3773 impsize = strlen (ldinfo->libpath) + 3;
3822 LIBPATH is the library path to search for shared objects; this is
3838 const char *libpath,
3874 ldinfo->libpath = libpath;
4054 strcpy (out, ldinfo->libpath);
4055 out += strlen (ldinfo->libpath) + 1;
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 6085 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp)
6115 if (libpath != NULL)
6116 VERIFY(0 == setenv("LD_LIBRARY_PATH", libpath, 1));

Completed in 45 milliseconds