Searched refs:binutils_run (Results 1 – 18 of 18) sorted by relevance
81 set got [binutils_run $AR "rc $dest $file1 $file2"]96 set got [binutils_run $AR "rc $dest $file1 $file2"]106 set got [binutils_run $AR "t $dest"]118 set exec_output [binutils_run $AR "x $dest"]127 set exec_output [binutils_run "$base_dir/$bfdtest" "$dest"]207 set got [binutils_run $AR "rc $archive ${objfile}"]213 set got [binutils_run $NM "--print-armap $archive"]255 set got [binutils_run $AR "rcT $archive ${objfile}"]262 set exec_output [binutils_run "$base_dir/$bfdtest" "$archive"]270 set got [binutils_run $NM "--print-armap $archive"][all …]
55 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS $tempfile ${copyfile}.o"]113 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -j .data --reverse-bytes=4 $tempfile $reversed"]123 set origdata [binutils_run $OBJDUMP "$OBJDUMPFLAGS -s -j .data $tempfile"]124 set revdata [binutils_run $OBJDUMP "$OBJDUMPFLAGS -s -j .data $reversed"]160 set got [binutils_run $OBJCOPY "-I binary -i 4 -b 0 --interleave-width 2 ${sequence_file} ${copyfil…198 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec $tempfile ${srecfile}"]235 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f ${srecfile}"]254 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f $tempfile"]259 …set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec --set-start 0x7654 $tempfile ${copyfile}.sre…263 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f ${copyfile}.srec"][all …]
83 set got [binutils_run $NM "tmpdir/libalias.a"]92 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias.a"]113 set got [binutils_run $NM "tmpdir/libalias2.a"]122 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias2.a"]160 set got [binutils_run $NM "tmpdir/libalias_nu.a"]169 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias_nu.a"]190 set got [binutils_run $NM "tmpdir/libalias_nu2.a"]199 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias_nu2.a"]236 set got [binutils_run $NM "tmpdir/libalias_u.a"]245 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias_u.a"][all …]
46 set got [binutils_run $AR "rc $libfile $compressedfile $compressedfile2"]53 set got [binutils_run $OBJCOPY "--compress-debug-sections $testfile ${copyfile}.o"]75 set got [binutils_run $OBJCOPY "--decompress-debug-sections $compressedfile ${copyfile}.o"]97 set got [binutils_run $OBJCOPY "--decompress-debug-sections $libfile ${copyfile}.a"]117 set got [binutils_run $OBJCOPY "--compress-debug-sections ${copyfile}.a ${compressedcopyfile}.a"]156 set got [binutils_run $OBJCOPY "--compress-debug-sections $testfile ${copyfile}.o"]
34 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -i"]75 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f $testfile"]87 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -h $testfile"]118 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -t $testfile"]137 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -r $testfile"]149 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -s $testfile"]
55 set got [binutils_run $NM "$NMFLAGS $tempfile"]82 set got [binutils_run $NM "$NMFLAGS -g $tempfile"]121 set got [binutils_run $NM "$NMFLAGS -g $tmpfile"]148 set got [binutils_run $NM "$NMFLAGS -P $tempfile"]199 set got [binutils_run $NM "$NMFLAGS --size-sort $tempfile"]
48 set got [binutils_run $SIZE "$SIZEFLAGS $testfile"]67 set got [binutils_run $SIZE "$SIZEFLAGS -A ${testfile}"]
44 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=6 $objfile"]54 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=10 $objfile"]80 set got [binutils_run $OBJDUMP "-dr $objfile $objfile"]
44 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble $objfile"]70 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble $objfile"]
56 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -r $objfile"]87 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble $objfile"]
44 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -D $objfile"]
51 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -d -M entry:0x0 -M entry:2 $objfile"]
116 proc binutils_run { prog progargs } { procedure
167 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -p tmpdir/version.o"]
465 set exec_output [binutils_run $binary "$progopts $progopts1 $tempfile $destopt ${copyfile}.o"]
238 before binutils_run.
614 srec file to be passed to binutils_run.
902 (binutils_run, binutils-assemble): New procedures.