Home
last modified time | relevance | path

Searched refs:OBJCOPY (Results 1 – 25 of 1413) sorted by relevance

12345678910>>...57

/dports/devel/avr-libc/avr-libc-2.0.0/doc/examples/largedemo/
H A DMakefile23 OBJCOPY = avr-objcopy macro
49 $(OBJCOPY) -j .text -j .data -O ihex $< $@
52 $(OBJCOPY) -j .text -j .data -O srec $< $@
55 $(OBJCOPY) -j .text -j .data -O binary $< $@
66 $(OBJCOPY) -j .eeprom --change-section-lma .eeprom=0 -O ihex $< $@
69 $(OBJCOPY) -j .eeprom --change-section-lma .eeprom=0 -O srec $< $@
72 $(OBJCOPY) -j .eeprom --change-section-lma .eeprom=0 -O binary $< $@
/dports/devel/avr-libc/avr-libc-2.0.0/doc/examples/stdiodemo/
H A DMakefile16 OBJCOPY = avr-objcopy macro
43 $(OBJCOPY) -j .text -j .data -O ihex $< $@
46 $(OBJCOPY) -j .text -j .data -O srec $< $@
49 $(OBJCOPY) -j .text -j .data -O binary $< $@
60 $(OBJCOPY) -j .eeprom --change-section-lma .eeprom=0 -O ihex $< $@
63 $(OBJCOPY) -j .eeprom --change-section-lma .eeprom=0 -O srec $< $@
66 $(OBJCOPY) -j .eeprom --change-section-lma .eeprom=0 -O binary $< $@
/dports/devel/avr-libc/avr-libc-2.0.0/doc/examples/demo/
H A DMakefile69 OBJCOPY = avr-objcopy macro
98 $(OBJCOPY) -j .text -j .data -O ihex $< $@
101 $(OBJCOPY) -j .text -j .data -O srec $< $@
104 $(OBJCOPY) -j .text -j .data -O binary $< $@
115 $(OBJCOPY) -j .eeprom --change-section-lma .eeprom=0 -O ihex $< $@ \
119 $(OBJCOPY) -j .eeprom --change-section-lma .eeprom=0 -O srec $< $@ \
123 $(OBJCOPY) -j .eeprom --change-section-lma .eeprom=0 -O binary $< $@ \
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/
H A Dcpdebug.mk6 OBJCOPY=objcopy.exe
10 OBJCOPY=objcopy
24 $(OBJCOPY) $(BIN) $(DBGNAME)
25 $(OBJCOPY) --strip-debug $(BIN)
26 -$(OBJCOPY) --add-gnu-debuglink=$(DBGNAME) $(BIN)
/dports/devel/binutils/binutils-2.37/binutils/testsuite/binutils-all/
H A Dcompress.exp79 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"]
195 set got [binutils_run $OBJCOPY "--compress-debug-sections ${testfile}empty.o ${copyfile}empty.o"]
318 set got [binutils_run $OBJCOPY "--compress-debug-sections=zlib-gabi ${testfile}.o ${copyfile}gabi.o…
486 set got [binutils_run $OBJCOPY "${compressedfile3}gnu.o ${copyfile}gnu.o"]
507 set got [binutils_run $OBJCOPY "${compressedfile3}gabi.o ${copyfile}gabi.o"]
528 set got [binutils_run $OBJCOPY "--decompress-debug-sections ${libfile}gabi.a ${copyfile}gabi.a"]
584 global OBJCOPY
592 set got [binutils_run $OBJCOPY "$objcop_flags ${testfile3}.o ${copyfile}.o"]
[all …]
H A Dobjcopy.exp23 if {[which $OBJCOPY] == 0} then {
24 perror "$OBJCOPY does not exist"
29 send_user "Version [binutil_version $OBJCOPY]"
43 global OBJCOPY
138 global OBJCOPY
1004 copy_executable "$OBJCOPY" "$OBJCOPYFLAGS" "$test1" ""
1011 "$OBJCOPY" "$OBJCOPYFLAGS" "$test5"
1021 "$OBJCOPY" "$OBJCOPYFLAGS" "$test5"
1029 global OBJCOPY
1279 global OBJCOPY
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/testsuite/binutils-all/
H A Dcompress.exp79 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"]
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…
488 set got [binutils_run $OBJCOPY "${compressedfile3}gnu.o ${copyfile}gnu.o"]
509 set got [binutils_run $OBJCOPY "${compressedfile3}gnu.o ${copyfile}gnu.o"]
530 set got [binutils_run $OBJCOPY "--decompress-debug-sections ${libfile}gabi.a ${copyfile}gabi.a"]
588 global OBJCOPY
596 set got [binutils_run $OBJCOPY "$objcop_flags ${testfile3}.o ${copyfile}.o"]
[all …]
H A Dobjcopy.exp23 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"]
929 copy_executable "$OBJCOPY" "$OBJCOPYFLAGS" "$test1" ""
936 "$OBJCOPY" "$OBJCOPYFLAGS" "$test5"
942 copy_executable "$OBJCOPY" "$OBJCOPYFLAGS" "$test1" "$test1r"
946 "$OBJCOPY" "$OBJCOPYFLAGS" "$test5"
954 global OBJCOPY
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/testsuite/binutils-all/
H A Dcompress.exp79 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"]
195 set got [binutils_run $OBJCOPY "--compress-debug-sections ${testfile}empty.o ${copyfile}empty.o"]
318 set got [binutils_run $OBJCOPY "--compress-debug-sections=zlib-gabi ${testfile}.o ${copyfile}gabi.o…
486 set got [binutils_run $OBJCOPY "${compressedfile3}gnu.o ${copyfile}gnu.o"]
507 set got [binutils_run $OBJCOPY "${compressedfile3}gabi.o ${copyfile}gabi.o"]
528 set got [binutils_run $OBJCOPY "--decompress-debug-sections ${libfile}gabi.a ${copyfile}gabi.a"]
584 global OBJCOPY
592 set got [binutils_run $OBJCOPY "$objcop_flags ${testfile3}.o ${copyfile}.o"]
[all …]
H A Dobjcopy.exp23 if {[which $OBJCOPY] == 0} then {
24 perror "$OBJCOPY does not exist"
29 send_user "Version [binutil_version $OBJCOPY]"
43 global OBJCOPY
138 global OBJCOPY
1004 copy_executable "$OBJCOPY" "$OBJCOPYFLAGS" "$test1" ""
1011 "$OBJCOPY" "$OBJCOPYFLAGS" "$test5"
1021 "$OBJCOPY" "$OBJCOPYFLAGS" "$test5"
1029 global OBJCOPY
1279 global OBJCOPY
[all …]
/dports/devel/gnulibiberty/binutils-2.37/binutils/testsuite/binutils-all/
H A Dcompress.exp79 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"]
195 set got [binutils_run $OBJCOPY "--compress-debug-sections ${testfile}empty.o ${copyfile}empty.o"]
318 set got [binutils_run $OBJCOPY "--compress-debug-sections=zlib-gabi ${testfile}.o ${copyfile}gabi.o…
486 set got [binutils_run $OBJCOPY "${compressedfile3}gnu.o ${copyfile}gnu.o"]
507 set got [binutils_run $OBJCOPY "${compressedfile3}gabi.o ${copyfile}gabi.o"]
528 set got [binutils_run $OBJCOPY "--decompress-debug-sections ${libfile}gabi.a ${copyfile}gabi.a"]
584 global OBJCOPY
592 set got [binutils_run $OBJCOPY "$objcop_flags ${testfile3}.o ${copyfile}.o"]
[all …]
H A Dobjcopy.exp23 if {[which $OBJCOPY] == 0} then {
24 perror "$OBJCOPY does not exist"
29 send_user "Version [binutil_version $OBJCOPY]"
43 global OBJCOPY
138 global OBJCOPY
1004 copy_executable "$OBJCOPY" "$OBJCOPYFLAGS" "$test1" ""
1011 "$OBJCOPY" "$OBJCOPYFLAGS" "$test5"
1021 "$OBJCOPY" "$OBJCOPYFLAGS" "$test5"
1029 global OBJCOPY
1279 global OBJCOPY
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/testsuite/binutils-all/
H A Dcompress.exp79 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"]
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…
488 set got [binutils_run $OBJCOPY "${compressedfile3}gnu.o ${copyfile}gnu.o"]
509 set got [binutils_run $OBJCOPY "${compressedfile3}gnu.o ${copyfile}gnu.o"]
530 set got [binutils_run $OBJCOPY "--decompress-debug-sections ${libfile}gabi.a ${copyfile}gabi.a"]
588 global OBJCOPY
596 set got [binutils_run $OBJCOPY "$objcop_flags ${testfile3}.o ${copyfile}.o"]
[all …]
H A Dobjcopy.exp23 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"]
929 copy_executable "$OBJCOPY" "$OBJCOPYFLAGS" "$test1" ""
936 "$OBJCOPY" "$OBJCOPYFLAGS" "$test5"
942 copy_executable "$OBJCOPY" "$OBJCOPYFLAGS" "$test1" "$test1r"
946 "$OBJCOPY" "$OBJCOPYFLAGS" "$test5"
954 global OBJCOPY
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/tools/
H A Dcreate_reloc_table.sh23 OBJCOPY="${CROSS}objcopy"
33 --objcopy) OBJCOPY=$2 ; shift 2 ;;
51 $OBJCOPY -O binary $TMP1.o $TMP1.bin || exit -1
52 $OBJCOPY -O binary $TMP2.o $TMP2.bin || exit -1
58 $OBJCOPY --rename-section .data=.reloc reloc_table.o reloc_table.o || exit -1
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/tools/
H A Dcreate_reloc_table.sh23 OBJCOPY="${CROSS}objcopy"
33 --objcopy) OBJCOPY=$2 ; shift 2 ;;
51 $OBJCOPY -O binary $TMP1.o $TMP1.bin || exit -1
52 $OBJCOPY -O binary $TMP2.o $TMP2.bin || exit -1
58 $OBJCOPY --rename-section .data=.reloc reloc_table.o reloc_table.o || exit -1
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/tools/
H A Dcreate_reloc_table.sh23 OBJCOPY="${CROSS}objcopy"
33 --objcopy) OBJCOPY=$2 ; shift 2 ;;
51 $OBJCOPY -O binary $TMP1.o $TMP1.bin || exit -1
52 $OBJCOPY -O binary $TMP2.o $TMP2.bin || exit -1
58 $OBJCOPY --rename-section .data=.reloc reloc_table.o reloc_table.o || exit -1
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/tools/
H A Dcreate_reloc_table.sh23 OBJCOPY="${CROSS}objcopy"
33 --objcopy) OBJCOPY=$2 ; shift 2 ;;
51 $OBJCOPY -O binary $TMP1.o $TMP1.bin || exit -1
52 $OBJCOPY -O binary $TMP2.o $TMP2.bin || exit -1
58 $OBJCOPY --rename-section .data=.reloc reloc_table.o reloc_table.o || exit -1
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/tools/
H A Dcreate_reloc_table.sh23 OBJCOPY="${CROSS}objcopy"
33 --objcopy) OBJCOPY=$2 ; shift 2 ;;
51 $OBJCOPY -O binary $TMP1.o $TMP1.bin || exit -1
52 $OBJCOPY -O binary $TMP2.o $TMP2.bin || exit -1
58 $OBJCOPY --rename-section .data=.reloc reloc_table.o reloc_table.o || exit -1
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/tools/
H A Dcreate_reloc_table.sh23 OBJCOPY="${CROSS}objcopy"
33 --objcopy) OBJCOPY=$2 ; shift 2 ;;
51 $OBJCOPY -O binary $TMP1.o $TMP1.bin || exit -1
52 $OBJCOPY -O binary $TMP2.o $TMP2.bin || exit -1
58 $OBJCOPY --rename-section .data=.reloc reloc_table.o reloc_table.o || exit -1
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/tools/
H A Dcreate_reloc_table.sh23 OBJCOPY="${CROSS}objcopy"
33 --objcopy) OBJCOPY=$2 ; shift 2 ;;
51 $OBJCOPY -O binary $TMP1.o $TMP1.bin || exit -1
52 $OBJCOPY -O binary $TMP2.o $TMP2.bin || exit -1
58 $OBJCOPY --rename-section .data=.reloc reloc_table.o reloc_table.o || exit -1
/dports/devel/gdb/gdb-11.1/gdb/contrib/
H A Dtest_pubnames_and_indexes.py48 OBJCOPY = None variable
133 global OBJCOPY
134 OBJCOPY = os.getenv("OBJCOPY")
135 if OBJCOPY is None:
136 OBJCOPY = "objcopy"
170 [OBJCOPY, "--remove-section", ".gdb_index", argv[1], gdb_index_file]
186 OBJCOPY,
/dports/devel/gdb761/gdb-7.6.1/gdb/contrib/
H A Dtest_pubnames_and_indexes.py48 OBJCOPY = None variable
131 global OBJCOPY
132 OBJCOPY = os.getenv('OBJCOPY')
133 if OBJCOPY is None:
134 OBJCOPY = 'objcopy'
167 subprocess.check_call([OBJCOPY, '--remove-section', '.gdb_index',
172 subprocess.check_call([OBJCOPY, '--add-section',
/dports/devel/djgpp-binutils/binutils-2.17/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}"]
286 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec $arg $tempfile ${copyfile}.srec"]
658 copy_executable "$OBJCOPY" "$OBJCOPYFLAGS" "$test1" "$test2"
665 global OBJCOPY
676 verbose -log "$OBJCOPY $OBJCOPYFLAGS tmpdir/bintest.o tmpdir/copy.o"
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/tools/llvm-objcopy/ELF/
H A Dhelp-message.test1 # RUN: llvm-objcopy -h | FileCheck --check-prefix=OBJCOPY-USAGE %s
2 # RUN: llvm-objcopy --help | FileCheck --check-prefix=OBJCOPY-USAGE %s
3 # RUN: not llvm-objcopy 2>&1 | FileCheck --check-prefix=OBJCOPY-USAGE %s
16 # OBJCOPY-USAGE: USAGE: llvm-objcopy
17 # OBJCOPY-USAGE: @FILE

12345678910>>...57