Searched refs:OBJCOPY (Results 1 – 16 of 16) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
D | objcopy.exp | 23 if {[which $OBJCOPY] == 0} then { 24 perror "$OBJCOPY does not exist" 29 send_user "Version [binutil_version $OBJCOPY]" 42 global OBJCOPY 55 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS $tempfile ${copyfile}.o"] 113 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -j .data --reverse-bytes=4 $tempfile $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}"] 259 …set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec --set-start 0x7654 $tempfile ${copyfile}.sre… 276 …set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec --adjust-start 0x123 $tempfile ${copyfile}.s… [all …]
|
D | compress.exp | 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"]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/config/ |
D | default.exp | 49 if ![info exists OBJCOPY] then { 50 set OBJCOPY [findfile $base_dir/../../binutils/objcopy]
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/config/ |
D | default.exp | 42 if ![info exists OBJCOPY] then { 43 set OBJCOPY [findfile $base_dir/objcopy]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/config/ |
D | default.exp | 258 if ![info exists OBJCOPY] then { 259 set OBJCOPY $objcopy
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
D | i386.exp | 71 set status [remote_exec build $OBJCOPY "$OBJCOPYFLAGS $src $dest"]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/ |
D | ld-lib.exp | 566 global OBJDUMP NM AS OBJCOPY READELF LD 819 set cmd "$OBJCOPY $opts(objcopy_objects) $objfile" 877 set cmd "$OBJCOPY $opts(objcopy_linked_file) $infile $objfile"
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/lib/ |
D | utils-lib.exp | 249 global OBJDUMP NM OBJCOPY READELF STRIP
|
/toolchain/binutils/binutils-2.25/ |
D | configure | 9562 if test -n "$OBJCOPY"; then 9563 ac_cv_prog_OBJCOPY=$OBJCOPY 9577 if test -n "$OBJCOPY"; then 9578 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test. 9598 if test -n "$OBJCOPY"; then 9599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5 9600 $as_echo "$OBJCOPY" >&6; } 9619 if test -n "$OBJCOPY"; then 9620 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test. 9640 if test -n "$OBJCOPY"; then [all …]
|
D | Makefile.tpl | 210 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \
|
D | configure.ac | 3201 NCN_STRICT_CHECK_TOOLS(OBJCOPY, objcopy)
|
D | Makefile.in | 207 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/lib/ |
D | gas-defs.exp | 438 global OBJDUMP NM AS OBJCOPY READELF
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/ |
D | ChangeLog-9303 | 889 * config/default.exp: Initialize OBJCOPY and OBJCOPYFLAGS.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-9303 | 2194 * config/default.exp (AS, GASP, OBJDUMP, NM, NMFLAGS, OBJCOPY,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog-9303 | 6168 * config/default.exp: Set NM, NMFLAGS, OBJCOPY, and OBJCOPYFLAGS,
|