Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 189) sorted by relevance

12345678

/arch/powerpc/boot/
DREADME2 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
Dwrapper40 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/
DMakefile35 $(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/
DMakefile38 $(OBJCOPY) -O binary -S $^ $@
45 $(LD) -r -o $@ -b binary $<
51 $(OBJCOPY) -O binary -S $^ $@
/arch/h8300/boot/compressed/
DMakefile33 LDFLAGS_piggy.o := -r --format binary --oformat elf32-h8300 -T
34 OBJCOPYFLAGS := -O binary
/arch/xtensa/boot/boot-redboot/
DMakefile25 $(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/
DMakefile39 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/
DMakefile11 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id
27 OBJCOPYFLAGS_uImage.srec := -I binary -O srec
/arch/xtensa/boot/boot-elf/
DMakefile24 $(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/
DREADME7 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/
DMakefile5 OBJCOPYFLAGS_vmlinux.bin := -O binary
/arch/h8300/boot/
DMakefile8 OBJCOPYFLAGS_zImage := -O binary -R .note -R .comment -R .stab -R .stabstr -S
/arch/cris/boot/
DMakefile8 OBJCOPYFLAGS = -O binary $(objcopyflags-y)
/arch/alpha/lib/
Dstrcat.S37 and $2, 0xf0, $3 # binary search for that set bit
/arch/um/kernel/
Dconfig.c.in24 " Prints the config file that this UML binary was generated from.\n\n"
/arch/sparc/boot/
DMakefile87 OBJCOPYFLAGS_image.bin := -S -O binary -R .note -R .comment
100 -r -b binary $@ -o $@.o
/arch/mips/boot/compressed/
DMakefile39 OBJCOPYFLAGS_vmlinux.bin := $(OBJCOPYFLAGS) -O binary -R .comment -S
100 OBJCOPYFLAGS_vmlinuz.bin := $(OBJCOPYFLAGS) -O binary
/arch/mn10300/boot/compressed/
DMakefile19 LDFLAGS_piggy.o := -r --format binary --oformat elf32-am33lin -T
/arch/mips/boot/
DMakefile34 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
/arch/sh/boot/romimage/
DMakefile27 LDFLAGS_piggy.o := -r --format binary --oformat $(ld-bfd) -T
/arch/openrisc/
DMakefile23 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
/arch/powerpc/boot/dts/fsl/
Dpq3-etsec2-grp2-2.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-mpic-timer-B.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-sata2-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-sata2-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright

12345678