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

/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dxnu.c650 grub_size_t infoplistsize = 0, machosize = 0; local
679 machosize = grub_macho_filesize64 (macho);
681 machosize = grub_macho_filesize32 (macho);
682 neededspace += machosize;
717 exthead->binarysize = machosize;
728 buf += machosize;

Completed in 1620 milliseconds