Searched refs:directories (Results 1 – 25 of 78) sorted by relevance
1234
/toolchain/binutils/binutils-2.25/gold/ |
D | dirsearch.cc | 229 const General_options::Dir_list* directories) in initialize() argument 233 this->directories_ = directories; in initialize() 234 this->token_.add_blockers(directories->size()); in initialize() 235 for (General_options::Dir_list::const_iterator p = directories->begin(); in initialize() 236 p != directories->end(); in initialize() 286 const General_options::Dir_list& directories, in find_file_in_dir_list() argument 294 for (General_options::Dir_list::const_iterator dir = directories.begin(); in find_file_in_dir_list() 295 dir != directories.end(); in find_file_in_dir_list()
|
D | dirsearch.h | 74 const General_options::Dir_list& directories,
|
/toolchain/binutils/binutils-2.25/ |
D | README-maintainer-mode | 6 find the sources for these in the respective upstream directories: 21 Makefiles in their parent directories, and distclean will delete the 22 Makefiles in the parent directories before running the Makefiles in 23 the child directories. There is no easy way around this (short of
|
D | README | 43 COPYING.LIB in the various directories, for a description of the
|
D | configure.ac | 187 ## ${configdirs} is directories we build using the host tools. 188 ## ${target_configdirs} is directories we build using the target tools. 377 # Configure extra directories which are host specific 1906 # Disable languages that need other directories if these aren't available. 2118 # Quietly strip out all directories which aren't configurable in this tree. 2153 # If $appdirs is non-empty, at least one of those directories must still 2179 echo " (Any other directories should still work fine.)" 1>&2 2261 # the name directories are copied to $(tooldir)/lib. Multiple directories 2331 # parent directories. 2884 [additional configure arguments for build directories]) [all …]
|
D | MAINTAINERS | 109 files and directories.
|
D | ChangeLog | 819 link directories. 1166 directories on the host. 1168 (sh-*-* | sh64-*-*): Don't condition skipped directories on the 1824 sub-directories as there may not be Makefiles present in the 1825 sub-directories. 1836 * configure.ac: Delete config.cache files in sub-directories when 2226 * Makefile.tpl (compare-target): Skip ./ada/*tools directories. 2311 directories, rather than just gcc. 2805 as nonconfigurable directories list. 3300 * src-release (do-proto-toplev): Process the support directories before [all …]
|
/toolchain/binutils/binutils-2.25/config/ |
D | largefile.m4 | 3 # bfd's configure script so that all the directories agree on the size 14 # even in directories otherwise not depending on the $plugins option.
|
D | lib-link.m4 | 486 dnl Didn't find the library; assume it is in the system directories 488 dnl directories known to the linker should also be known to the
|
D | po.m4 | 95 # PO directories have a Makefile.in generated from Makefile.in.in.
|
D | acx.m4 | 301 # For build == host, search the same directories that the installed
|
D | acinclude.m4 | 231 dnl We list two directories cause bfd now uses libtool
|
/toolchain/binutils/binutils-2.25/ld/ |
D | configure.ac | 97 AC_ARG_ENABLE([poison-system-directories], 98 AS_HELP_STRING([--enable-poison-system-directories], 99 [warn for use of native system library directories]),, 104 [Define to warn for use of native system library directories])
|
D | config.in | 14 /* Define to warn for use of native system library directories */
|
D | NEWS | 227 searching the default directories, rather than vice versa. 370 * The native ELF linker now searches the directories in DT_RUNPATH or 499 * The -rpath option may be used on SunOS to set the list of directories to be
|
D | ld.texinfo | 277 directories. (See the discussion of the @samp{-l} option below.) 451 If @var{MRI-cmdfile} does not exist, @command{ld} looks for it in the directories 700 option any number of times. The directories are searched in the order 702 on the command line are searched before the default directories. All 945 the current directory, @code{ld} looks for it in the directories 1576 Only search library directories explicitly specified on the 1577 command line. Library directories specified in linker scripts 1725 specifies the first set of directories to search. The 1739 Any directories specified by @option{-rpath-link} options. 1741 Any directories specified by @option{-rpath} options. The difference [all …]
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | README | 12 There are README and NEWS files in most of the program sub-directories 31 various files and sub-directories. Most of the files in the top 33 source code is in sub-directories. 268 suffices to copy all programs and libraries to the proper directories.
|
D | sysroff.info | 458 (("number of directories") (2 bytes) ("ndir")) 477 (("number of directories") (2 bytes) ("ndir"))
|
D | MAINTAINERS | 153 It creates files in several of the binutils directories, but it
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | configure.host | 22 # binutils directories (at least), the index to it is also shared.
|
/toolchain/binutils/binutils-2.25/etc/ |
D | configure | 1167 Installation directories: 1180 Fine tuning of the installation directories:
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | README | 263 Specifies the list of directories to be searched 265 separated list of directories. By default, gprof
|
D | ChangeLog-9203 | 1288 directories. 1709 * search_list.c (search_list_append): directories were added in wrong 2013 bfd-based directories do. 2088 * Makefile.in: always create installation directories.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | sunos.em | 93 linker, we add the directories in LD_LIBRARY_PATH to the search 765 user to specify the directories using the -rpath command line
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | ChangeLog-9103 | 566 odd directories
|
1234