Searched refs:OBJCOPY (Results 1 – 16 of 16) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/ |
D | compress.exp | 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"] 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}… 383 set got [binutils_run $OBJCOPY "--compress-debug-sections=zlib-gnu ${compressedfile}gabi.o ${copyfi… 404 set got [binutils_run $OBJCOPY "--compress-debug-sections=zlib-gabi ${testfile3}.o ${copyfile}gabi.… [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 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"] 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}"] 269 …set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec --set-start 0x7654 $tempfile ${copyfile}.sre… [all …]
|
D | update-section.exp | 26 send_user "Version [binutil_version $OBJCOPY]" 39 global OBJCOPY 43 set got [binutils_run $OBJCOPY \
|
/toolchain/binutils/binutils-2.27/gas/testsuite/config/ |
D | default.exp | 49 if ![info exists OBJCOPY] then { 50 set OBJCOPY [findfile $base_dir/../../binutils/objcopy]
|
/toolchain/binutils/binutils-2.27/binutils/testsuite/config/ |
D | default.exp | 42 if ![info exists OBJCOPY] then { 43 set OBJCOPY [findfile $base_dir/objcopy]
|
/toolchain/binutils/binutils-2.27/ld/testsuite/config/ |
D | default.exp | 265 if ![info exists OBJCOPY] then { 266 set OBJCOPY $objcopy
|
/toolchain/binutils/binutils-2.27/binutils/testsuite/lib/ |
D | utils-lib.exp | 266 global OBJDUMP NM OBJCOPY READELF STRIP
|
/toolchain/binutils/binutils-2.27/ld/testsuite/lib/ |
D | ld-lib.exp | 588 global OBJDUMP NM AS OBJCOPY READELF LD 850 set cmd "$OBJCOPY $opts(objcopy_objects) $objfile" 954 set cmd "$OBJCOPY $opts(objcopy_linked_file) $infile $objfile"
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/ |
D | i386.exp | 71 set status [remote_exec build $OBJCOPY "$OBJCOPYFLAGS $src $dest"]
|
/toolchain/binutils/binutils-2.27/ |
D | Makefile.tpl | 211 OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ 295 OBJCOPY="$(OBJCOPY_FOR_TARGET)"; export OBJCOPY; \
|
D | configure | 9525 if test -n "$OBJCOPY"; then 9526 ac_cv_prog_OBJCOPY=$OBJCOPY 9540 if test -n "$OBJCOPY"; then 9541 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test. 9561 if test -n "$OBJCOPY"; then 9562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5 9563 $as_echo "$OBJCOPY" >&6; } 9582 if test -n "$OBJCOPY"; then 9583 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test. 9603 if test -n "$OBJCOPY"; then [all …]
|
D | configure.ac | 3391 NCN_STRICT_CHECK_TOOLS(OBJCOPY, objcopy) 3456 GCC_TARGET_TOOL(objcopy, OBJCOPY_FOR_TARGET, OBJCOPY, [binutils/objcopy])
|
D | ChangeLog | 369 (BASE_TARGET_EXPORTS): Add OBJCOPY. 371 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/lib/ |
D | gas-defs.exp | 438 global OBJDUMP NM AS OBJCOPY READELF
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ |
D | ChangeLog-9303 | 2194 * config/default.exp (AS, GASP, OBJDUMP, NM, NMFLAGS, OBJCOPY,
|
/toolchain/binutils/binutils-2.27/gas/testsuite/ |
D | ChangeLog-9303 | 6168 * config/default.exp: Set NM, NMFLAGS, OBJCOPY, and OBJCOPYFLAGS,
|