Lines Matching refs:binary
6 # This script takes a kernel binary and optionally an initrd image
46 binary=
284 # miboot and U-boot want just the bare bits, not an ELF binary
286 objflags="-O binary"
292 binary=y
326 objflags="-O binary --set-section-flags=.bss=contents,alloc,load,data"
335 binary=y
339 binary=y
343 binary=y
347 binary=y
360 binary=y
380 binary=y
385 binary=y
506 if [ -n "$binary" ]; then
508 ${CROSS}objcopy -O binary "$ofile".elf "$ofile"
534 # The ps3's loader supports loading a gzipped binary image from flash
537 # a binary image of the kernel to be at addr zero, and yet have a
556 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"