Searched refs:OBJCOPY (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/config/
H A Ddefault.exp43 if ![info exists OBJCOPY] then {
44 set OBJCOPY [findfile $base_dir/objcopy]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dobjcopy.exp25 if {[which $OBJCOPY] == 0} then {
26 perror "$OBJCOPY does not exist"
31 send_user "Version [binutil_version $OBJCOPY]"
44 global OBJCOPY
57 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS $tempfile ${copyfile}.o"]
129 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec $tempfile ${srecfile}"]
190 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec --set-start 0x7654 $tempfile ${copyfile}.srec"]
207 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec --adjust-start 0x123 $tempfile ${copyfile}.srec"]
252 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec --adjust-vma 0x123 $tempfile ${copyfile}.srec"]
286 set got [binutils_run $OBJCOPY "
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/
H A Dconfigure4624 if test -n "$OBJCOPY"; then
4625 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
4639 OBJCOPY="$ac_cv_prog_OBJCOPY"
4640 if test -n "$OBJCOPY"; then
4641 echo "$ac_t""$OBJCOPY" 1>&6
4655 if test -n "$OBJCOPY"; then
4656 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
4670 OBJCOPY="$ac_cv_prog_OBJCOPY"
4671 if test -n "$OBJCOPY"; then
4672 echo "$ac_t""$OBJCOPY"
[all...]
/macosx-10.10.1/ruby-106/
H A DMakefile81 $(_v) $(MAKE) -C $(BuildDirectory) V=1 CC=$(shell xcrun -f clang) OBJCOPY=": noobjcopy" XLDFLAGS='' RUBY_CODESIGN="-"
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/lib/
H A Dutils-lib.exp282 global OBJDUMP NM OBJCOPY READELF STRIP
/macosx-10.10.1/ruby-106/ruby/
H A Dconfigure767 OBJCOPY
5764 if test -n "$OBJCOPY"; then
5765 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
5784 OBJCOPY=$ac_cv_prog_OBJCOPY
5785 if test -n "$OBJCOPY"; then
5786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
5787 $as_echo "$OBJCOPY" >&6; }
5794 test -n "$OBJCOPY" && break
5797 if test -z "$OBJCOPY"; then
5798 ac_ct_OBJCOPY=$OBJCOPY
[all...]

Completed in 203 milliseconds