Searched refs:tool (Results 1 – 25 of 58) sorted by relevance
123
/toolchain/binutils/binutils-2.25/ |
D | src-release.sh | 58 tool=$1 59 if grep 'AC_INIT.*BFD_VERSION' $tool/configure.ac >/dev/null 2>&1; then 61 elif test -f $tool/common/create-version.sh; then 62 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp 65 elif test -f $tool/version.in; then 66 head -1 $tool/version.in 77 tool=$3 93 dirs="$DEVO_SUPPORT $support_files $tool" 244 tool=$2 247 ver=$(getver $tool) [all …]
|
D | configure | 13777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5 13778 $as_echo "host tool" >&6; } 13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5 13820 $as_echo "host tool" >&6; } 13861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5 13862 $as_echo "host tool" >&6; } 13906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5 13907 $as_echo "host tool" >&6; } 13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5 13952 $as_echo "host tool" >&6; } [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | PORTING | 4 The 'host' is the system a tool runs *on*. 5 The 'target' is the system a tool runs *for*, i.e. 6 a tool can read/write the binaries of the target.
|
D | aclocal.m4 | 71 # tool from the auxiliary directory. The problem is that $srcdir (and 847 # tool to use in cross-compilation environments, therefore Automake
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | sysroff.info | 88 (("tool name") (chars variable byte) ("tool")) 216 (("tool name") (chars variable byte) ("tool"))
|
D | NEWS | 55 * A new tool - elfedit - has been added to directly manipulate ELF format 148 * A new tool "windmc" has been added for some targets. This is a message 151 * Add codepage support to the windres tool. It now supports many new 235 format compatible with ctags tool.
|
D | Makefile.in | 273 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir 1123 -l='$(DEJATOOL)'; for tool in $$l; do \ 1124 rm -f $$tool.sum $$tool.log; \ 1287 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
|
D | ChangeLog-2007 | 536 * Makefile.am: Add windmc tool. 538 * configure.in: Add windmc tool. 544 * doc/Makefile.am: Add windmc tool. 547 * NEWS: Mention new tool.
|
D | srconv.c | 344 un.tool = toolname; in wr_un() 1269 du.tool = "c_gcc"; in wr_du()
|
D | Makefile.am | 190 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
|
D | MAINTAINERS | 151 CGEN is a tool for building, amongst other things, assemblers,
|
D | README | 174 - The options given to the tool (gas, objcopy, ld etc.) at run time.
|
D | aclocal.m4 | 71 # tool from the auxiliary directory. The problem is that $srcdir (and 868 # tool to use in cross-compilation environments, therefore Automake
|
/toolchain/binutils/binutils-2.25/config/ |
D | acx.m4 | 294 # For build != host, we ask the installed GCC for the name of the tool it 510 # An in-tree tool is available and we can use it 518 # We can use an host tool 520 AC_MSG_RESULT(host tool) 522 # We need a cross tool
|
D | no-executables.m4 | 9 # assume the tool-chain is already capable of linking a program: the
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
D | datal32-3.d | 8 # and readelf isn't supported as a run_dump_test tool.
|
D | datal64-3.d | 8 # and readelf isn't supported as a run_dump_test tool.
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | TODO | 3 at the line-level (this is useful for the uprofile tool under DEC's
|
D | ChangeLog-2007 | 101 * gprof.texi: Refer readers to the gcov tool if they want
|
D | aclocal.m4 | 71 # tool from the auxiliary directory. The problem is that $srcdir (and 847 # tool to use in cross-compilation environments, therefore Automake
|
/toolchain/binutils/binutils-2.25/gold/ |
D | arm-reloc.def | 41 // conforming tool-chains.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | Makefile.in | 427 …@$(PERL) $(srcdir)/maint-tool -s $(srcdir) missing $(CFILES) $(REQUIRED_OFILES) $(CONFIGURED_OFILE… 433 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) undoc 436 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) deps $(INCDIR)
|
/toolchain/binutils/binutils-2.25/ld/ |
D | Makefile.in | 189 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir 1777 -l='$(DEJATOOL)'; for tool in $$l; do \ 1778 rm -f $$tool.sum $$tool.log; \ 3401 $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
|
D | aclocal.m4 | 71 # tool from the auxiliary directory. The problem is that $srcdir (and 868 # tool to use in cross-compilation environments, therefore Automake
|
/toolchain/binutils/binutils-2.25/gas/ |
D | aclocal.m4 | 71 # tool from the auxiliary directory. The problem is that $srcdir (and 868 # tool to use in cross-compilation environments, therefore Automake
|
123