Searched refs:outfile (Results 1 – 16 of 16) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | configure.com | 44 $ open/write outfile targ-cpu.h 45 $ write outfile "#include ""tc-''arch'.h""" 46 $ close outfile 48 $ open/write outfile targ-cpu.c 49 $ write outfile "#include ""tc-''arch'.c""" 50 $ close outfile 54 $ open/write outfile targ-env.h 55 $ write outfile "#include ""te-''env'.h""" 56 $ close outfile 61 $ open/write outfile obj-format.h [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/arch/ |
D | arch.exp | 190 set outfile [open "arch_results.txt" w 0666] 191 puts $outfile "# Generated file. DO NOT EDIT" 192 puts $outfile "#" 193 puts $outfile "# This file is generated by ld/testsuite/ld-sh/arch/arch.exp ." 194 puts $outfile "# It contains the expected results of the tests." 195 puts $outfile "# If the tests are failing because the expected results" 196 puts $outfile "# have changed then run 'make check' and copy the new file" 197 puts $outfile "# from <objdir>/ld/arch_results.txt" 198 puts $outfile "# to <srcdir>/ld/testsuite/ld-sh/arch/arch_expected.txt ." 199 puts $outfile "# Make sure the new expected results are ALL correct." [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/arch/ |
D | arch.exp | 146 set outfile [open "arch_results.txt" w 0666] 147 puts $outfile "# Generated file. DO NOT EDIT" 148 puts $outfile "#" 149 puts $outfile "# This file is generated by gas/testsuite/gas/sh/arch/arch.exp ." 150 puts $outfile "# It contains the expected results of the tests." 151 puts $outfile "# If the tests are failing because the expected results" 152 puts $outfile "# have changed then run 'make check' and copy the new file" 153 puts $outfile "# from <objdir>/gas/testsuite/arch_results.txt" 154 puts $outfile "# to <srcdir>/gas/testsuite/gas/sh/arch/arch_expected.txt ." 155 puts $outfile "# Make sure the new expected results are ALL correct." [all …]
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | gather-docs | 47 $outfile = shift; 49 if ($outfile !~ /\S/ || ! -f "$srcdir/Makefile.in" ) { 103 if (!open (OUT, "> $outfile")) { 104 print STDERR "Cannot open $outfile for writing: $!\n"; 108 print "Writing $outfile\n" if $verbose;
|
D | pex-msdos.c | 169 char *outfile; in pex_msdos_exec_child() local 208 outfile = ""; in pex_msdos_exec_child() 213 outfile = ms->files[outindex]; in pex_msdos_exec_child() 220 + strlen (outfile) in pex_msdos_exec_child() 229 outfile); in pex_msdos_exec_child()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | arsup.c | 45 static FILE *outfile; variable 99 print_arelt_descr(outfile, abfd, verbose); in ar_directory_doer() 110 outfile = fopen(output,"w"); in ar_directory() 111 if (outfile == 0) in ar_directory() 113 outfile = stdout; in ar_directory() 119 outfile = stdout; in ar_directory() 126 fclose (outfile); in ar_directory() 426 outfile = stdout; in ar_list()
|
D | ChangeLog-9899 | 428 (outfile): Remove. 429 (gen_exp_file): Change uses of outfile to use alloca. 434 (mcore_elf_gen_out_file): Use dyn_string_t rather than outfile.
|
D | ChangeLog-2005 | 806 * arsup.c (obfd, real_name, outfile): Likewise.
|
D | readelf.c | 15387 print_address (unsigned int addr, FILE * outfile) in print_address() argument 15389 fprintf (outfile,"0x%8.8x", addr); in print_address()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/ |
D | gc.exp | 55 set outfile "tmpdir/$filename" 68 if ![ld_simple_link $linker $outfile $options] { 72 if ![ld_nm $nm "" $outfile] {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/ |
D | explode | 35 $outfile = shift; 44 if ($outfile) { 45 open(OUT, ">$outfile");
|
/toolchain/binutils/binutils-2.25/config/ |
D | po.m4 | 91 # Support "outfile[:infile[:infile...]]"
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
D | binutils.texi | 1136 @var{infile} [@var{outfile}] 1183 @itemx @var{outfile} 1185 If you do not specify @var{outfile}, @command{objcopy} creates a 3379 @var{infile} @var{outfile} 3386 @var{infile} into the NetWare Loadable Module @var{outfile}, optionally
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | gprof.texi | 419 …xecutable-file} gmon.out @var{bb-data} [@var{yet-more-profile-data-files}@dots{}] [> @var{outfile}] 433 gprof @var{options} [@var{executable-file} [@var{profile-data-files}@dots{}]] [> @var{outfile}]
|
/toolchain/binutils/binutils-2.25/intl/ |
D | configure | 7825 # Support "outfile[:infile[:infile...]]"
|
/toolchain/binutils/binutils-2.25/gold/ |
D | configure | 9239 # Support "outfile[:infile[:infile...]]"
|