HomeSort by relevance Sort by last modified time
    Searched refs:OBJCOPY (Results 1 - 25 of 32) sorted by null

1 2

  /device/google/contexthub/firmware/os/platform/stm32/flash_script/
Makefile 18 OBJCOPY = $(CROSS_COMPILE)objcopy
24 $(OBJCOPY) -j .data -j .text -I elf32-littlearm -O binary tool.elf tool.bin
  /device/google/contexthub/firmware/os/cpu/x86/
x86.mk 18 OBJCOPY = objcopy
  /toolchain/binutils/binutils-2.25/gas/testsuite/config/
default.exp 49 if ![info exists OBJCOPY] then {
50 set OBJCOPY [findfile $base_dir/../../binutils/objcopy]
  /device/linaro/hikey/l-loader/
Makefile 5 OBJCOPY=$(CROSS_COMPILE)objcopy
16 $(OBJCOPY) -O binary loader temp
  /external/syslinux/com32/gfxboot/
Makefile 29 $(OBJCOPY) -B i386 -I binary -O elf32-i386 \
37 $(OBJCOPY) -B i386:x86-64 -I binary -O elf64-x86-64 \
  /external/syslinux/diag/mbr/
Makefile 32 $(OBJCOPY) -O binary $< $@
37 $(OBJCOPY) -O binary $< $@
  /external/syslinux/gnu-efi/gnu-efi-3.0/
Make.rules 38 $(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic -j .dynsym -j .rel \
Makefile 67 @echo OBJCOPY=$(OBJCOPY)
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
compress.exp 52 set testname "objcopy compress debug sections"
53 set got [binutils_run $OBJCOPY "--compress-debug-sections $testfile ${copyfile}.o"]
55 fail "objcopy ($testname)"
66 pass "objcopy ($testname)"
70 fail "objcopy ($testname)"
74 set testname "objcopy decompress compressed debug sections"
75 set got [binutils_run $OBJCOPY "--decompress-debug-sections $compressedfile ${copyfile}.o"]
77 fail "objcopy ($testname)"
88 pass "objcopy ($testname)"
92 fail "objcopy ($testname)
    [all...]
objcopy.exp 23 if {[which $OBJCOPY] == 0} then {
24 perror "$OBJCOPY does not exist"
29 send_user "Version [binutil_version $OBJCOPY]"
39 # Test that objcopy does not modify a file when copying it.
42 global OBJCOPY
51 unresolved "objcopy ($testname)"
55 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS $tempfile ${copyfile}.o"]
58 fail "objcopy ($testname)"
75 # On some systems the result of objcopy will not be identical.
95 pass "objcopy ($testname)
    [all...]
  /external/syslinux/mbr/
Makefile 41 $(OBJCOPY) -O binary $< $@
  /toolchain/binutils/binutils-2.25/binutils/testsuite/config/
default.exp 42 if ![info exists OBJCOPY] then {
43 set OBJCOPY [findfile $base_dir/objcopy]
  /device/google/contexthub/firmware/os/platform/stm32/
stm32.mk 78 $(OBJCOPY) -j .bl -j .blrodata -j .eedata $(OBJCOPY_PARAMS) $< $@
81 $(OBJCOPY) -j .data -j .text $(OBJCOPY_PARAMS) $< $@
  /external/syslinux/com32/elflink/ldlinux/
Makefile 27 $(OBJCOPY) --strip-debug --strip-unneeded $< $@
  /external/syslinux/mk/
syslinux.mk 58 OBJCOPY = objcopy
efi.mk 66 # $(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic -j .dynsym -j .rel \
com32.mk 116 $(OBJCOPY) --strip-debug --strip-unneeded $< $@
117 ##$(OBJCOPY) -O binary $< $@
  /toolchain/binutils/binutils-2.25/ld/testsuite/config/
default.exp 40 if ![info exists objcopy] then {
41 set objcopy [findfile $base_dir/../binutils/objcopy]
258 if ![info exists OBJCOPY] then {
259 set OBJCOPY $objcopy
  /device/google/contexthub/firmware/os/cpu/cortexm4/
cortexm4.mk 18 OBJCOPY = $(CROSS_COMPILE)objcopy
  /external/syslinux/dos/
Makefile 69 $(OBJCOPY) -O binary $< $@
  /external/syslinux/gpxe/src/
Makefile 31 OBJCOPY := $(CROSS_COMPILE)objcopy
  /external/syslinux/memdisk/
Makefile 91 $(OBJCOPY) -O binary $< $@
  /device/google/contexthub/firmware/app/
app.mk 89 OBJCOPY := $(PREFIX)objcopy
231 $(OBJCOPY) -j.relocs -j.flash -j.data -j.dynsym -O binary $< $@
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
i386.exp 66 puts -nonewline $fi "objcopy-test-go32stub"
70 set test "go32 stub objcopy"
71 set status [remote_exec build $OBJCOPY "$OBJCOPYFLAGS $src $dest"]
84 set test "go32 stub comparison after objcopy"
  /toolchain/binutils/binutils-2.25/binutils/testsuite/lib/
utils-lib.exp 146 # will assemble FILE.s, run some tool like `objdump', `objcopy', or
190 # objcopy: FLAGS
223 # to pass. The PROG, objdump, nm and objcopy options have no
233 # PROG, nm, objdump, or objcopy.
238 # and objcopy have no meaning and should not be supplied).
249 global OBJDUMP NM OBJCOPY READELF STRIP
273 set opts(objcopy) {}
348 objcopy { set program objcopy }

Completed in 455 milliseconds

1 2