Searched refs:libpath (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A DGenLibDeps.pl88 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
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dpkg_config_test.sh120 libpath=
125 if [ -z "${libpath}" ]; then
126 libpath="${dir}"
128 libpath="${libpath}:${dir}"
138 "LD_LIBRARY_PATH=${libpath} ./tp tc"
/netbsd-current/external/bsd/atf/dist/atf-c++/
H A Dpkg_config_test.sh120 libpath=
125 if [ -z "${libpath}" ]; then
126 libpath="${dir}"
128 libpath="${libpath}:${dir}"
138 "LD_LIBRARY_PATH=${libpath} ./tp tc"
/netbsd-current/external/gpl2/lvm2/dist/lib/snapshot/
H A Dsnapshot.c140 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);
/netbsd-current/usr.bin/ldd/
H A Dldd_elfxx.c170 const char *libpath = obj ? obj->path : "not found"; local
239 printf("%s", libpath);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doptions.cc1281 std::string libpath;
1284 libpath = this->Y();
1285 if (libpath.compare(0, 2, "P,") == 0)
1286 libpath.erase(0, 2);
1295 libpath = p;
1307 if (!libpath.empty())
1313 next_pos = libpath.find(':', pos);
1318 this->add_to_library_path_with_sysroot(libpath.substr(pos, len));
1216 std::string libpath; local
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doptions.cc1281 std::string libpath; local
1284 libpath = this->Y();
1285 if (libpath.compare(0, 2, "P,") == 0)
1286 libpath.erase(0, 2);
1295 libpath = p;
1307 if (!libpath.empty())
1313 next_pos = libpath.find(':', pos);
1318 this->add_to_library_path_with_sysroot(libpath.substr(pos, len));
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doptions.cc1259 std::string libpath; local
1262 libpath = this->Y();
1263 if (libpath.compare(0, 2, "P,") == 0)
1264 libpath.erase(0, 2);
1273 libpath = p;
1285 if (!libpath.empty())
1291 next_pos = libpath.find(':', pos);
1296 this->add_to_library_path_with_sysroot(libpath.substr(pos, len));
/netbsd-current/external/gpl2/lvm2/dist/lib/mirror/
H A Dmirrored.c410 const char *libpath; local
417 libpath = find_config_tree_str(cmd, "dmeventd/mirror_library",
420 get_shared_library_path(cmd, libpath, path, PATH_MAX);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/lib/
H A Dlibphobos.exp35 load_gcc_lib target-libpath.exp
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/config/
H A Ddefault.exp71 if {[file exists tmpdir/libpath.exp]} {
72 load_lib tmpdir/libpath.exp
74 foreach dir $libpath {
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dthread-db.cc625 const char *const libpath = dladdr_to_soname (td_init); local
627 if (libpath != NULL)
628 debug_printf ("Host %s resolved to: %s.\n", library, libpath);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dthread-db.cc619 const char *const libpath = dladdr_to_soname (td_init); local
621 if (libpath != NULL)
622 threads_debug_printf ("Host %s resolved to: %s.", library, libpath);
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/lib/
H A Dlibphobos.exp35 load_gcc_lib target-libpath.exp
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dnmake.mak179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
/netbsd-current/external/gpl3/binutils/dist/include/coff/
H A Dxcoff.h448 /* The libpath being used. */
449 const char *libpath; member in struct:xcoff_loader_info
/netbsd-current/external/gpl3/gdb/dist/include/coff/
H A Dxcoff.h448 /* The libpath being used. */
449 const char *libpath; member in struct:xcoff_loader_info
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dgenscripts.sh153 # be set for any libpath-using emulation; NATIVE will be set for a
154 # libpath-using emulation where ${host} = ${target}. NATIVE
286 rm -f tmpdir/libpath.exp
287 echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dgenscripts.sh153 # be set for any libpath-using emulation; NATIVE will be set for a
154 # libpath-using emulation where ${host} = ${target}. NATIVE
286 rm -f tmpdir/libpath.exp
287 echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dgenscripts.sh153 # be set for any libpath-using emulation; NATIVE will be set for a
154 # libpath-using emulation where ${host} = ${target}. NATIVE
285 rm -f tmpdir/libpath.exp
286 echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c1002 const char *const libpath = dladdr_to_soname (td_init);
1004 if (libpath != NULL)
1006 library, libpath);
1001 const char *const libpath = dladdr_to_soname (td_init); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c1009 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
/netbsd-current/external/gpl2/gettext/dist/
H A DMakefile.am26 build-aux/config.libpath build-aux/reloc-ldflags build-aux/install-reloc \
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dxcofflink.c3745 passed in as the libpath argument. For some reason, the path
3749 impsize = strlen (ldinfo->libpath) + 3;
3814 const char *libpath,
3850 ldinfo->libpath = libpath;
4029 strcpy (out, ldinfo->libpath);
4030 out += strlen (ldinfo->libpath) + 1;
3497 xcoff_build_loader_section(struct xcoff_loader_info *ldinfo, const char *libpath) argument
3623 bfd_xcoff_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info, const char *libpath, const char *entry, unsigned long file_align, unsigned long maxstack, unsigned long maxdata, bfd_boolean gc, int modtype, bfd_boolean textro, unsigned int auto_export_flags, asection **special_sections, bfd_boolean rtld) argument
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dxcofflink.c3517 const char *libpath)
3532 passed in as the libpath argument. For some reason, the path
3536 impsize = strlen (libpath) + 3;
3585 strcpy (out, libpath);
3586 out += strlen (libpath) + 1;
3644 const char *libpath,
3812 && !xcoff_build_loader_section (&ldinfo, libpath))
3505 xcoff_build_loader_section(struct xcoff_loader_info *ldinfo, const char *libpath) argument
3631 bfd_xcoff_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info, const char *libpath, const char *entry, unsigned long file_align, unsigned long maxstack, unsigned long maxdata, bfd_boolean gc, int modtype, bfd_boolean textro, unsigned int auto_export_flags, asection **special_sections, bfd_boolean rtld) argument

Completed in 360 milliseconds

12