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

/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dxnu.c347 grub_uint32_t startcode, endcode; local
368 err = grub_macho_size32 (macho, &startcode, &endcode, GRUB_MACHO_NOBSS);
376 grub_dprintf ("xnu", "endcode = %lx, startcode = %lx\n",
377 (unsigned long) endcode, (unsigned long) startcode);
382 grub_xnu_heap_target_start = startcode;
383 err = grub_xnu_heap_malloc (endcode - startcode, &loadaddr,
394 err = grub_macho_load32 (macho, (char *) loadaddr - startcode,
457 grub_uint64_t startcode, endcode; local
478 err = grub_macho_size64 (macho, &startcode, &endcode, GRUB_MACHO_NOBSS);
486 startcode
[all...]

Completed in 38 milliseconds