Searched defs:aout_size (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c1255 size_t aout_size; local
1258 aout_size = core_size + sizeof (*aout_head);
1259 aout_img = xmalloc (aout_size);
1271 core_size = aout_size;

Completed in 21 milliseconds