Lines Matching full:binary
6 # This script takes a kernel binary and optionally an initrd image
46 binary=
281 # miboot and U-boot want just the bare bits, not an ELF binary
283 objflags="-O binary"
289 binary=y
323 objflags="-O binary --set-section-flags=.bss=contents,alloc,load,data"
332 binary=y
336 binary=y
340 binary=y
344 binary=y
357 binary=y
377 binary=y
382 binary=y
503 if [ -n "$binary" ]; then
505 ${CROSS}objcopy -O binary "$ofile".elf "$ofile"
531 # The ps3's loader supports loading a gzipped binary image from flash
534 # a binary image of the kernel to be at addr zero, and yet have a
553 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"