Lines Matching refs:binary
6 # This script takes a kernel binary and optionally an initrd image
44 binary=
270 # miboot and U-boot want just the bare bits, not an ELF binary
272 objflags="-O binary"
278 binary=y
312 objflags="-O binary --set-section-flags=.bss=contents,alloc,load,data"
321 binary=y
325 binary=y
329 binary=y
333 binary=y
359 binary=y
364 binary=y
505 if [ -n "$binary" ]; then
507 ${CROSS}objcopy -O binary "$ofile".elf "$ofile"
533 # The ps3's loader supports loading a gzipped binary image from flash
536 # a binary image of the kernel to be at addr zero, and yet have a
555 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"