Home
last modified time | relevance | path

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

/linux-4.1.27/arch/frv/boot/
DMakefile37 $(OBJCOPY) $(OBJCOPYFLAGS) -S vmlinux $@
45 $(OBJCOPY) $(OBJCOPYFLAGS) -S compressed/$(LINUX) $@
48 $(OBJCOPY) $(OBJCOPYFLAGS) -S bootp/bootp $@
/linux-4.1.27/arch/mips/boot/
DMakefile39 quiet_cmd_bin = OBJCOPY $@
40 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
45 quiet_cmd_srec = OBJCOPY $@
46 cmd_srec = $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $@
/linux-4.1.27/arch/xtensa/boot/boot-redboot/
DMakefile23 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
32 $(Q)$(OBJCOPY) -S -O binary $< $@
/linux-4.1.27/arch/mips/lasat/image/
DMakefile36 $(OBJCOPY) -O binary -S $^ $@
49 $(OBJCOPY) -O binary -S $^ $@
/linux-4.1.27/arch/cris/boot/rescue/
DMakefile32 $(OBJCOPY) $(OBJCOPYFLAGS) $(obj)/testrescue.o tr.bin
41 $(OBJCOPY) $(OBJCOPYFLAGS) $(obj)/kimagerescue.o ktr.bin
/linux-4.1.27/arch/mips/boot/compressed/
DMakefile105 quiet_cmd_32 = OBJCOPY $@
106 cmd_32 = $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
/linux-4.1.27/arch/xtensa/boot/boot-elf/
DMakefile22 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
/linux-4.1.27/arch/mips/
DMakefile331 quiet_cmd_32 = OBJCOPY $@
332 cmd_32 = $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
340 quiet_cmd_64 = OBJCOPY $@
341 cmd_64 = $(OBJCOPY) -O $(64bit-bfd) $(OBJCOPYFLAGS) $< $@
/linux-4.1.27/scripts/package/
Dbuilddeb159 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module
161 $OBJCOPY --strip-debug $tmpdir/$module
163 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
DMakefile44 quiet_cmd_spu_objcopy = OBJCOPY $@
/linux-4.1.27/scripts/
DMakefile.lib253 quiet_cmd_objcopy = OBJCOPY $@
254 cmd_objcopy = $(OBJCOPY) $(OBJCOPYFLAGS) $(OBJCOPYFLAGS_$(@F)) $< $@
/linux-4.1.27/arch/x86/vdso/
DMakefile111 cmd_x32 = $(OBJCOPY) -O elf32-x86-64 $< $@
/linux-4.1.27/arch/x86/
DMakefile122 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \
/linux-4.1.27/firmware/
DMakefile142 cmd_ihex = $(OBJCOPY) -Iihex -Obinary $< $@
/linux-4.1.27/
DMakefile360 OBJCOPY = $(CROSS_COMPILE)objcopy macro
419 export CPP AR NM STRIP OBJCOPY OBJDUMP