Searched refs:binary (Results 1 – 25 of 189) sorted by relevance
12345678
/arch/powerpc/boot/ |
D | README | 2 To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary: 4 objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz 5 objcopy -j .kernel:System.map -O binary zImage System.map.gz 6 objcopy -j .kernel:.config -O binary zImage config.gz 7 objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz
|
D | wrapper | 40 binary= 176 binary=y 219 binary=y 223 binary=y 227 binary=y 231 binary=y 235 binary=y 239 binary=y 378 if [ -n "$binary" ]; then 380 ${CROSS}objcopy -O binary "$ofile".elf "$ofile" [all …]
|
/arch/frv/boot/ |
D | Makefile | 35 $(OBJCOPY) -O binary -R .note -R .comment -S vmlinux $@ 43 $(OBJCOPY) -O binary -R .note -R .comment -S compressed/$(LINUX) $@ 46 $(OBJCOPY) -O binary -R .note -R .comment -S bootp/bootp $@
|
/arch/mips/lasat/image/ |
D | Makefile | 38 $(OBJCOPY) -O binary -S $^ $@ 45 $(LD) -r -o $@ -b binary $< 51 $(OBJCOPY) -O binary -S $^ $@
|
/arch/h8300/boot/compressed/ |
D | Makefile | 33 LDFLAGS_piggy.o := -r --format binary --oformat elf32-h8300 -T 34 OBJCOPYFLAGS := -O binary
|
/arch/xtensa/boot/boot-redboot/ |
D | Makefile | 25 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \ 33 $(OBJCOPY) -S -O binary $@.elf arch/$(ARCH)/boot/$@.redboot
|
/arch/m32r/boot/compressed/ |
D | Makefile | 39 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r-linux -T 41 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r -T
|
/arch/avr32/boot/images/ |
D | Makefile | 11 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id 27 OBJCOPYFLAGS_uImage.srec := -I binary -O srec
|
/arch/xtensa/boot/boot-elf/ |
D | Makefile | 24 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \ 36 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \
|
/arch/cris/boot/compressed/ |
D | README | 7 by that makefile into text and data binary files, vmlinux.text and 17 the binary file decompress.bin, which is catted together with piggy.img
|
/arch/c6x/boot/ |
D | Makefile | 5 OBJCOPYFLAGS_vmlinux.bin := -O binary
|
/arch/h8300/boot/ |
D | Makefile | 8 OBJCOPYFLAGS_zImage := -O binary -R .note -R .comment -R .stab -R .stabstr -S
|
/arch/cris/boot/ |
D | Makefile | 8 OBJCOPYFLAGS = -O binary $(objcopyflags-y)
|
/arch/alpha/lib/ |
D | strcat.S | 37 and $2, 0xf0, $3 # binary search for that set bit
|
/arch/um/kernel/ |
D | config.c.in | 24 " Prints the config file that this UML binary was generated from.\n\n"
|
/arch/sparc/boot/ |
D | Makefile | 87 OBJCOPYFLAGS_image.bin := -S -O binary -R .note -R .comment 100 -r -b binary $@ -o $@.o
|
/arch/mips/boot/compressed/ |
D | Makefile | 39 OBJCOPYFLAGS_vmlinux.bin := $(OBJCOPYFLAGS) -O binary -R .comment -S 100 OBJCOPYFLAGS_vmlinuz.bin := $(OBJCOPYFLAGS) -O binary
|
/arch/mn10300/boot/compressed/ |
D | Makefile | 19 LDFLAGS_piggy.o := -r --format binary --oformat elf32-am33lin -T
|
/arch/mips/boot/ |
D | Makefile | 34 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
|
/arch/sh/boot/romimage/ |
D | Makefile | 27 LDFLAGS_piggy.o := -r --format binary --oformat $(ld-bfd) -T
|
/arch/openrisc/ |
D | Makefile | 23 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
|
/arch/powerpc/boot/dts/fsl/ |
D | pq3-etsec2-grp2-2.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-mpic-timer-B.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-sata2-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-sata2-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
12345678