/device/google/contexthub/firmware/misc/cpu/x86/ |
Makefile | 18 OBJCOPY = objcopy
|
/device/google/contexthub/firmware/misc/platform/stm32f4xx/flash_script/ |
Makefile | 18 OBJCOPY = $(CROSS_COMPILE)objcopy 24 $(OBJCOPY) -j .data -j .text -I elf32-littlearm -O binary tool.elf tool.bin
|
/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
|
/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...] |
/device/google/contexthub/firmware/app/ |
common.mk | 32 $(OBJCOPY) -j.relocs -j.flash -j.data -j.dynsym -O binary $(APP_ELF) $(APP_BIN)
|
/device/google/contexthub/firmware/misc/platform/stm32f4xx/ |
Makefile | 73 $(OBJCOPY) -j .bl -j .blrodata -j .eedata $(OBJCOPY_PARAMS) $< $@ 76 $(OBJCOPY) -j .data -j .text $(OBJCOPY_PARAMS) $< $@
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/config/ |
default.exp | 42 if ![info exists OBJCOPY] then { 43 set OBJCOPY [findfile $base_dir/objcopy]
|
/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/misc/cpu/cortexm4f/ |
Makefile | 18 OBJCOPY = $(CROSS_COMPILE)objcopy
|
/external/skia/platform_tools/android/bin/utils/ |
setup_toolchain.sh | 122 exportVar OBJCOPY_target "$ANDROID_TOOLCHAIN_PREFIX-objcopy" 126 exportVar OBJCOPY_host "objcopy" 143 exportVar OBJCOPY "$ANDROID_TOOLCHAIN_PREFIX-objcopy"
|
/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 }
|
/toolchain/binutils/binutils-2.25/gas/testsuite/lib/ |
gas-defs.exp | 324 # will assemble FILE.s, run some tool like `objdump', `objcopy', or 362 # objcopy: FLAGS 369 # PROG: [nm objcopy objdump readelf addr2line] 409 # to pass. The PROG, objdump, nm and objcopy options have no 419 # PROG, nm, objdump, or objcopy. 424 # and objcopy have no meaning and should not be supplied). 438 global OBJDUMP NM AS OBJCOPY READELF 460 set opts(objcopy) {} 540 objcopy { set program objcopy } [all...] |
/toolchain/binutils/binutils-2.25/ |
configure | 591 OBJCOPY 818 OBJCOPY [all...] |
/external/minijail/ |
common.mk | 260 $(eval $(call override_var,OBJCOPY,objcopy)) 442 $(QUIET)$(OBJCOPY) --only-keep-debug "$(TARGET_OR_MEMBER)" \ [all...] |
/external/modp_b64/ |
common.mk | 260 $(eval $(call override_var,OBJCOPY,objcopy)) 442 $(QUIET)$(OBJCOPY) --only-keep-debug "$(TARGET_OR_MEMBER)" \ [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/ |
ld-lib.exp | 452 # will assemble FILE.s, run some tool like `objdump', `objcopy', or 496 # Run objcopy with the specified flags after assembling any source 501 # Run objcopy on the linked file with the specified flags. 502 # This lets you transform the linked file using objcopy, before the 504 # may in turn *also* be objcopy). 514 # objcopy: FLAGS 548 # to pass. The PROG, objdump, nm and objcopy options have no 566 global OBJDUMP NM AS OBJCOPY READELF LD 599 set opts(objcopy) {} 718 objcopy { set program objcopy [all...] |