Lines Matching defs:aoh
129 struct aouthdr aoh;
164 else if (i != sizeof(aoh))
167 if (read(fd, &aoh, i) != i)
171 *(uint16_t *)aoh.magic = htobe16(RS6K_AOUTHDR_ZMAGIC);
178 *(uint16_t *)(aoh.o_snentry) = htobe16(i+1);
179 *(uint16_t *)(aoh.o_sntext) = htobe16(i+1);
181 *(uint16_t *)(aoh.o_sndata) = htobe16(i+1);
183 *(uint16_t *)(aoh.o_snbss) = htobe16(i+1);
188 if (pwrite(fd, &aoh, sizeof(aoh), sizeof(struct filehdr))
189 != sizeof(aoh))