Searched refs:binutils_run (Results 1 – 18 of 18) sorted by relevance
85 set got [binutils_run $AR "rc $dest $file1 $file2"]100 set got [binutils_run $AR "rc $dest $file1 $file2"]110 set got [binutils_run $AR "t $dest"]122 set exec_output [binutils_run $AR "x $dest"]131 set exec_output [binutils_run "$base_dir/$bfdtest" "$dest"]211 set got [binutils_run $AR "rc $archive ${objfile}"]217 set got [binutils_run $NM "--print-armap $archive"]259 set got [binutils_run $AR "rcT $archive ${objfile}"]266 set exec_output [binutils_run "$base_dir/$bfdtest" "$archive"]274 set got [binutils_run $NM "--print-armap $archive"][all …]
90 set got [binutils_run $NM "tmpdir/libalias.a"]103 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias.a"]124 set got [binutils_run $NM "tmpdir/libalias2.a"]137 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias2.a"]171 set got [binutils_run $NM "tmpdir/libalias_nu.a"]180 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias_nu.a"]201 set got [binutils_run $NM "tmpdir/libalias_nu2.a"]210 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias_nu2.a"]243 set got [binutils_run $NM "tmpdir/libalias_u.a"]260 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias_u.a"][all …]
56 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS $tempfile ${copyfile}.o"]117 …set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -j [lindex $sect_names 1] --reverse-bytes=4 $tempfil…119 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -j .data --reverse-bytes=4 $tempfile $reversed"]130 set origdata [binutils_run $OBJDUMP "$OBJDUMPFLAGS -s -j .data $tempfile"]131 set revdata [binutils_run $OBJDUMP "$OBJDUMPFLAGS -s -j .data $reversed"]168 set got [binutils_run $OBJCOPY "-I binary -i 4 -b 0 --interleave-width 2 ${sequence_file} ${copyfil…207 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec $tempfile ${srecfile}"]244 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f ${srecfile}"]264 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f $tempfile"]269 …set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec --set-start 0x7654 $tempfile ${copyfile}.sre…[all …]
72 set got [binutils_run $AR "rc ${libfile}.a ${compressedfile}.o ${compressedfile2}.o ${compressedfil…79 set got [binutils_run $OBJCOPY "--compress-debug-sections ${testfile}.o ${copyfile}.o"]101 set got [binutils_run $OBJCOPY "--decompress-debug-sections ${compressedfile}.o ${copyfile}.o"]123 set got [binutils_run $OBJCOPY "--decompress-debug-sections ${libfile}.a ${copyfile}.a"]145 set got [binutils_run $OBJCOPY "--compress-debug-sections=zlib-gnu ${copyfile}.a ${compressedcopyfi…197 set got [binutils_run $OBJCOPY "--compress-debug-sections ${testfile}empty.o ${copyfile}empty.o"]313 set got [binutils_run $AR "rc ${libfile}gabi.a ${compressedfile}gabi.o ${compressedfile2}gabi.o ${c…320 set got [binutils_run $OBJCOPY "--compress-debug-sections=zlib-gabi ${testfile}.o ${copyfile}gabi.o…341 set got [binutils_run $OBJCOPY "--decompress-debug-sections ${compressedfile}gabi.o ${copyfile}gabi…362 set got [binutils_run $OBJCOPY "--compress-debug-sections=zlib-gabi ${compressedfile}.o ${copyfile}…[all …]
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"]200 set got [binutils_run $NM "$NMFLAGS --size-sort $tempfile"]
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"]
48 set got [binutils_run $SIZE "$SIZEFLAGS $testfile"]67 set got [binutils_run $SIZE "$SIZEFLAGS -A ${testfile}"]
43 set got [binutils_run $OBJCOPY \
48 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=6 $objfile"]58 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=10 $objfile"]84 set got [binutils_run $OBJDUMP "-dr $objfile $objfile"]106 set got [binutils_run $OBJDUMP "-D $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"]
482 set exec_output [binutils_run $binary "$progopts $progopts1 $tempfile $destopt ${copyfile}.o"]
506 before binutils_run.
614 srec file to be passed to binutils_run.