Searched refs:libpath (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | options.cc | 1126 std::string libpath; in finalize() local 1129 libpath = this->Y(); in finalize() 1130 if (libpath.compare(0, 2, "P,") == 0) in finalize() 1131 libpath.erase(0, 2); in finalize() 1140 libpath = p; in finalize() 1152 if (!libpath.empty()) in finalize() 1158 next_pos = libpath.find(':', pos); in finalize() 1163 this->add_to_library_path_with_sysroot(libpath.substr(pos, len)); in finalize()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | aix.em | 733 char *libpath; 767 libpath = command_line_blibpath; 769 libpath = command_line.rpath; 771 libpath = (char *) ""; 789 libpath = xmalloc (len + 1); 790 strcpy (libpath, name); 801 libpath = xrealloc (libpath, len + nlen + 2); 802 libpath[len] = ':'; 803 strcpy (libpath + len + 1, name); 810 libpath = xmalloc (len + 1); [all …]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | genscripts.sh | 260 rm -f tmpdir/libpath.exp 261 echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp
|
D | ChangeLog-2004 | 198 * genscripts.sh (libpath.exp): Really generate for first
|
D | ChangeLog-0203 | 500 * genscripts.sh (libpath.exp): Only generate for first emulation. 935 * genscripts.sh: Create tmpdir/libpath.exp.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/config/ |
D | default.exp | 70 foreach dir $libpath {
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | xcofflink.c | 3493 const char *libpath) in xcoff_build_loader_section() argument 3512 impsize = strlen (libpath) + 3; in xcoff_build_loader_section() 3561 strcpy (out, libpath); in xcoff_build_loader_section() 3562 out += strlen (libpath) + 1; in xcoff_build_loader_section() 3620 const char *libpath, in bfd_xcoff_size_dynamic_sections() argument 3788 && !xcoff_build_loader_section (&ldinfo, libpath)) in bfd_xcoff_size_dynamic_sections()
|
/toolchain/binutils/binutils-2.25/ |
D | libtool.m4 | 4692 # path is not listed in the libpath. Setting hardcode_minus_L 4727 # Determine the default libpath from the value encoded in an 4738 # Determine the default libpath from the value encoded in an 5633 # path is not listed in the libpath. Setting hardcode_minus_L 5668 # Determine the default libpath from the value encoded in an empty 5680 # Determine the default libpath from the value encoded in an
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2005 | 691 * config/default.exp: Do not load libpath.exp if it does not
|
D | ChangeLog-9303 | 439 * config/default.exp: Load tmpdir/libpath.exp. 440 (gcc_ld_flag): Set from $libpath.
|