/toolchain/binutils/binutils-2.25/ld/testsuite/ld-vxworks/ |
D | rpath-1.d | 1 # source: rpath-1.s 2 # ld: --entry foo --rpath /dir1 --rpath /dir2 --rpath net:/dir4 --rpath /dir2 --rpath /dir1 --rpath… 5 0x0+f \(RPATH\).*Library rpath: \[/dir1;/dir2;net:/dir4;/dir3\]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
D | rpath-2.d | 3 #ld: -shared -rpath . 7 +0x[0-9a-f]+ +\(RPATH\) +Library rpath: +\[.\]
|
D | runpath-1.d | 3 #ld: -shared -rpath . --enable-new-dtags 8 +0x[0-9a-f]+ +\(RPATH\) +Library rpath: +\[.\]
|
D | rpath-1.d | 3 #ld: -shared -rpath .
|
D | runpath-2.d | 3 #ld: -shared -rpath . --enable-new-dtags
|
/toolchain/binutils/binutils-2.25/ |
D | ltmain.sh | 4295 rpath= 4549 rpath | xrpath) 4557 if test "$prev" = rpath; then 4558 case "$rpath " in 4560 *) rpath="$rpath $arg" ;; 4850 -rpath) 4851 prev=rpath 6295 test -n "$rpath" && \ 6356 set dummy $rpath 6364 if test -z "$rpath"; then [all …]
|
D | libtool.m4 | 1057 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri… 1059 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri… 1063 …flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri… 1064 …flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri… 4343 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' 4440 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' 4512 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' 4579 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' 4944 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' 4964 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-shared/ |
D | shared.exp | 149 set rpath $tmpdir 151 set rpath /lib:$tmpdir 153 …if ![ld_simple_link $CC $tmpdir/$progname "-Wl,-rpath,$rpath $tmpdir/$main $tmpdir/$progname.so"] {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/ |
D | elfvsb.exp | 166 set rpath $tmpdir 168 set rpath /lib:$tmpdir 170 …if ![ld_simple_link $CC $tmpdir/$progname "-Wl,-rpath,$rpath $tmpdir/$main $tmpdir/$progname.so"] {
|
/toolchain/binutils/binutils-2.25/config/ |
D | lib-link.m4 | 93 dnl Determine the platform dependent parameters needed to use rpath: 104 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh 116 dnl Determine whether the user wants rpath handling at all. 117 AC_ARG_ENABLE(rpath, optenable 118 [ --disable-rpath do not hardcode runtime library paths], 499 dnl Weird platform: only the last -rpath option counts, the user must 513 dnl The -rpath options are cumulative.
|
D | tcl.m4 | 936 # CC_SEARCH_FLAGS-Flags to pass to ${CC}, such as "-Wl,-rpath,/usr/local/tcl/lib", 1243 CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' 1291 CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' 1292 LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' 1301 CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' 1302 LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' 1326 CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' 1327 LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' 1358 CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' 1431 CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' [all …]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | lexsup.c | 1038 if (command_line.rpath == NULL) in parse_args() 1039 command_line.rpath = xstrdup (optarg); in parse_args() 1042 size_t rpath_len = strlen (command_line.rpath); in parse_args() 1045 char *cp = command_line.rpath; in parse_args() 1066 sprintf (buf, "%s%c%s", command_line.rpath, in parse_args() 1068 free (command_line.rpath); in parse_args() 1069 command_line.rpath = buf; in parse_args()
|
D | ld.h | 188 char *rpath; member
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | sunos.em | 445 rpath_link, rpath or -L, then the environment variable 446 LD_LIBRARY_PATH (native only), then (if rpath was used) the 451 if (command_line.rpath != NULL) 453 if (gld${EMULATION_NAME}_search_needed (command_line.rpath, lname)) 481 if (command_line.rpath != NULL) 765 user to specify the directories using the -rpath command line 767 if (command_line.rpath) 769 srules->size = strlen (command_line.rpath); 770 srules->contents = (bfd_byte *) command_line.rpath;
|
D | elf32.em | 1155 rpath_link, rpath, then the environment variable 1187 if (gld${EMULATION_NAME}_search_needed (command_line.rpath, 1195 && command_line.rpath == NULL) 1269 einfo ("%P: warning: %s, needed by %B, not found (try using -rpath or -rpath-link)\n", 1408 const char *rpath; 1458 rpath = command_line.rpath; 1459 if (rpath == NULL) 1460 rpath = (const char *) getenv ("LD_RUN_PATH"); 1493 (link_info.output_bfd, command_line.soname, rpath,
|
D | aix.em | 764 -rpath: gnu extension 768 else if (command_line.rpath != NULL) 769 libpath = command_line.rpath;
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | archive.c | 1422 char * rpath; in adjust_relative_path() local 1434 rpath = lrealpath (ref_path); in adjust_relative_path() 1435 refp = rpath == NULL ? ref_path : rpath; in adjust_relative_path() 1517 free (rpath); in adjust_relative_path()
|
/toolchain/binutils/binutils-2.25/ld/po/ |
D | zh_CN.po | 1324 msgid "Just link symbols (if directory, same as --rpath)" 1325 msgstr "仅链接符号 (如果是目标,与 --rpath 相同)" 1787 #. This can happen if the user put "-rpath,a" on the command 1796 msgid "%P%F: bad -rpath option\n" 1797 msgstr "%P%F:错误的 -rpath 选项\n"
|
D | zh_TW.po | 1278 msgid "Just link symbols (if directory, same as --rpath)" 1279 msgstr "僅鏈結符號 (如果是目錄,與 --rpath 相同)" 1744 #. This can happen if the user put "-rpath,a" on the command 1753 msgid "%P%F: bad -rpath option\n" 1754 msgstr "%P%F: 不當的 -rpath 選項\n"
|
D | da.po | 1539 msgid "Just link symbols (if directory, same as --rpath)" 1540 msgstr "L�nk kun symboler (hvis katalog, samme som --rpath)" 2071 msgstr "%P%F: ukendt -rpath-flag\n" 2076 msgstr "%P%F: ukendt -rpath-flag\n" 2078 #. This can happen if the user put "-rpath,a" on the command 2087 msgid "%P%F: bad -rpath option\n" 2088 msgstr "%P%F: ukendt -rpath-flag\n"
|
D | uk.po | 1473 msgid "Just link symbols (if directory, same as --rpath)" 1474 msgstr "просто скомпонувати символи (якщо каталог, те саме, що і --rpath)" 2003 #. This can happen if the user put "-rpath,a" on the command 2012 msgid "%P%F: bad -rpath option\n" 2013 msgstr "%P%F: помилковий параметр -rpath\n"
|
D | ja.po | 1472 msgid "Just link symbols (if directory, same as --rpath)" 1473 msgstr "シンボルのリンクのみ行う (ディレクトリの場合は --rpath と同様)" 2002 #. This can happen if the user put "-rpath,a" on the command 2011 msgid "%P%F: bad -rpath option\n" 2012 msgstr "%P%F: 誤った -rpath オプションです\n"
|
D | bg.po | 1500 msgid "Just link symbols (if directory, same as --rpath)" 1501 msgstr "Само свързване на имената (ако е директория, също като --rpath)" 2042 #. This can happen if the user put "-rpath,a" on the command 2051 msgid "%P%F: bad -rpath option\n" 2052 msgstr "%P%F: грешна опция -rpath\n"
|
D | sv.po | 1233 msgid "Just link symbols (if directory, same as --rpath)" 1234 msgstr "L�nka bara symboler (om katalog, samma som --rpath)" 1637 #. This can happen if the user put "-rpath,a" on the command 1646 msgid "%P%F: bad -rpath option\n" 1647 msgstr "%P%F: ok�nd -rpath-flagga\n"
|
/toolchain/binutils/binutils-2.25/gold/ |
D | layout.cc | 4859 const General_options::Dir_list& rpath(parameters->options().rpath()); in finish_dynamic_section() local 4860 if (!rpath.empty()) in finish_dynamic_section() 4863 for (General_options::Dir_list::const_iterator p = rpath.begin(); in finish_dynamic_section() 4864 p != rpath.end(); in finish_dynamic_section() 4873 for (q = rpath.begin(); q != p; ++q) in finish_dynamic_section()
|