Home
last modified time | relevance | path

Searched refs:aoutsz (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/boot/
H A Dhack-coff.c32 int aoutsz; in main() local
52 aoutsz = get_16be(fhdr.f_opthdr); in main()
53 if (read(fd, &aout, aoutsz) != aoutsz) in main()
70 || write(fd, &aout, aoutsz) != aoutsz) { in main()