Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/boot/utils/
Dhack-coff.c34 int aoutsz; in main() local
54 aoutsz = get_16be(fhdr.f_opthdr); in main()
55 if (read(fd, &aout, aoutsz) != aoutsz) in main()
72 || write(fd, &aout, aoutsz) != aoutsz) { in main()