Lines Matching refs:binary
6 # This script takes a kernel binary and optionally an initrd image
46 binary=
291 # miboot and U-boot want just the bare bits, not an ELF binary
293 objflags="-O binary"
299 binary=y
333 objflags="-O binary --set-section-flags=.bss=contents,alloc,load,data"
342 binary=y
346 binary=y
350 binary=y
354 binary=y
367 binary=y
387 binary=y
392 binary=y
533 if [ -n "$binary" ]; then
535 ${CROSS}objcopy -O binary "$ofile".elf "$ofile"
561 # The ps3's loader supports loading a gzipped binary image from flash
564 # a binary image of the kernel to be at addr zero, and yet have a
583 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"