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

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

Completed in 105 milliseconds