/openbmc/u-boot/arch/mips/ |
H A D | config.mk | 27 OBJCOPYFLAGS += -O $(32bit-bfd) 34 OBJCOPYFLAGS += -O $(64bit-bfd) 40 PLATFORM_ELFFLAGS += -B mips $(OBJCOPYFLAGS) 60 OBJCOPYFLAGS += -j .data.reloc -j .dtb.init.rodata 69 OBJCOPYFLAGS += -j .text -j .rodata -j .data -j .u_boot_list
|
/openbmc/u-boot/arch/arm/ |
H A D | config.mk | 135 OBJCOPYFLAGS += -j .text -j .secure_text -j .secure_data -j .rodata -j .data \ 139 OBJCOPYFLAGS += -j .text -j .secure_text -j .secure_data -j .rodata -j .hash \ 148 OBJCOPYFLAGS += -j .dtb.init.rodata 151 OBJCOPYFLAGS += -j .efi_runtime -j .efi_runtime_rel
|
/openbmc/linux/arch/mips/sgi-ip27/ |
H A D | Platform | 11 OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000 15 OBJCOPYFLAGS := --change-addresses=0x57ffffff80000000
|
/openbmc/linux/arch/mips/boot/compressed/ |
H A D | Makefile | 62 OBJCOPYFLAGS_vmlinux.bin := $(OBJCOPYFLAGS) -O binary -R .comment -S 141 cmd_32 = $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@ 156 OBJCOPYFLAGS_vmlinuz.bin := $(OBJCOPYFLAGS) -O binary 163 OBJCOPYFLAGS_vmlinuz.srec := $(OBJCOPYFLAGS) -S -O srec
|
/openbmc/u-boot/examples/standalone/ |
H A D | Makefile | 64 $(obj)/%.srec: OBJCOPYFLAGS += -O srec 68 $(obj)/%.bin: OBJCOPYFLAGS += -O binary
|
/openbmc/linux/arch/ia64/ |
H A D | Makefile | 20 OBJCOPYFLAGS := --strip-all macro 44 cmd_objcopy = $(OBJCOPY) $(OBJCOPYFLAGS) $(OBJCOPYFLAGS_$(@F)) $< $@
|
/openbmc/u-boot/arch/arm/cpu/pxa/ |
H A D | config.mk | 17 OBJCOPYFLAGS += -j .text.0 -j .text.1
|
/openbmc/u-boot/post/lib_powerpc/fpu/ |
H A D | Makefile | 16 OBJCOPYFLAGS := -R .gnu.attributes macro
|
/openbmc/linux/arch/csky/ |
H A D | Makefile | 2 OBJCOPYFLAGS :=-O binary macro
|
/openbmc/linux/arch/sh/boot/romimage/ |
H A D | Makefile | 22 OBJCOPYFLAGS += -j .empty_zero_page
|
/openbmc/linux/arch/microblaze/boot/ |
H A D | Makefile | 8 OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary macro
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A D | Makefile | 24 OBJCOPYFLAGS := macro
|
/openbmc/u-boot/ |
H A D | config.mk | 19 OBJCOPYFLAGS :=
|
/openbmc/linux/arch/arc/boot/ |
H A D | Makefile | 7 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S macro
|
/openbmc/linux/arch/openrisc/ |
H A D | Makefile | 20 OBJCOPYFLAGS := -O binary -R .note -R .comment -S macro
|
/openbmc/linux/arch/arm64/kernel/pi/ |
H A D | Makefile | 24 $(obj)/%.pi.o: OBJCOPYFLAGS := --prefix-symbols=__pi_ \ macro
|
/openbmc/linux/arch/xtensa/boot/ |
H A D | Makefile | 33 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary macro
|
/openbmc/linux/arch/riscv/kernel/pi/ |
H A D | Makefile | 23 $(obj)/%.pi.o: OBJCOPYFLAGS := --prefix-symbols=__pi_ \ macro
|
/openbmc/linux/arch/arm/boot/ |
H A D | Makefile | 13 OBJCOPYFLAGS :=-O binary -R .comment -S macro
|
/openbmc/linux/arch/sh/boot/compressed/ |
H A D | Makefile | 54 OBJCOPYFLAGS += -R .empty_zero_page
|
/openbmc/linux/arch/arm/vdso/ |
H A D | Makefile | 56 $(obj)/%.so: OBJCOPYFLAGS := -S macro
|
/openbmc/linux/arch/arm64/kernel/vdso/ |
H A D | Makefile | 66 $(obj)/%.so: OBJCOPYFLAGS := -S macro
|
/openbmc/linux/arch/x86/um/vdso/ |
H A D | Makefile | 39 $(obj)/%.so: OBJCOPYFLAGS := -S macro
|
/openbmc/linux/arch/csky/kernel/vdso/ |
H A D | Makefile | 43 $(obj)/%.so: OBJCOPYFLAGS := -S macro
|
/openbmc/linux/arch/riscv/kernel/compat_vdso/ |
H A D | Makefile | 56 $(obj)/%.so: OBJCOPYFLAGS := -S macro
|