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

/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c200 unexec_read (void *dest, size_t n) function
738 if (!unexec_read (&mh, sizeof (struct mach_header)))
766 if (!unexec_read (&lc, sizeof (struct load_command)))
770 if (!unexec_read (lca[i] + 1, lc.cmdsize - sizeof (struct load_command)))
1082 if (!unexec_read (&reloc_info, sizeof (reloc_info)))
/macosx-10.10/emacs-93/
H A Dunexmacosx.c200 unexec_read (void *dest, size_t n) function
738 if (!unexec_read (&mh, sizeof (struct mach_header)))
766 if (!unexec_read (&lc, sizeof (struct load_command)))
770 if (!unexec_read (lca[i] + 1, lc.cmdsize - sizeof (struct load_command)))
1082 if (!unexec_read (&reloc_info, sizeof (reloc_info)))

Completed in 78 milliseconds