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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c1256 struct grub_aout32_header *aout_head; local
1258 aout_size = core_size + sizeof (*aout_head);
1260 aout_head = aout_img;
1261 grub_memset (aout_head, 0, sizeof (*aout_head));
1262 aout_head->a_midmag = grub_host_to_target32 ((AOUT_MID_SUN << 16)
1264 aout_head->a_text = grub_host_to_target32 (core_size);
1265 aout_head->a_entry
1267 memcpy (aout_img + sizeof (*aout_head), core_img, core_size);

Completed in 49 milliseconds