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

/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c209 unexec_write (off_t dest, const void *src, size_t count) function
835 if (!unexec_write (curr_header_offset, lc, lc->cmdsize))
895 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
905 if (!unexec_write (sectp->offset, (void *)sectp->addr, sectp->size))
908 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
930 if (!unexec_write (sectp->offset, (void *) sectp->addr, my_size))
935 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
939 if (!unexec_write (sectp->offset, (void *) sectp->addr, sectp->size))
941 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
961 if (!unexec_write (curr_header_offse
[all...]
/macosx-10.10/emacs-93/
H A Dunexmacosx.c209 unexec_write (off_t dest, const void *src, size_t count) function
835 if (!unexec_write (curr_header_offset, lc, lc->cmdsize))
895 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
905 if (!unexec_write (sectp->offset, (void *)sectp->addr, sectp->size))
908 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
930 if (!unexec_write (sectp->offset, (void *) sectp->addr, my_size))
935 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
939 if (!unexec_write (sectp->offset, (void *) sectp->addr, sectp->size))
941 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
961 if (!unexec_write (curr_header_offse
[all...]

Completed in 81 milliseconds