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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c209 unexec_write (off_t dest, const void *src, size_t count) function
831 if (!unexec_write (curr_header_offset, lc, lc->cmdsize))
891 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
901 if (!unexec_write (sectp->offset, (void *)sectp->addr, sectp->size))
904 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
926 if (!unexec_write (sectp->offset, (void *) sectp->addr, my_size))
931 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
935 if (!unexec_write (sectp->offset, (void *) sectp->addr, sectp->size))
937 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
957 if (!unexec_write (curr_header_offse
[all...]
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c209 unexec_write (off_t dest, const void *src, size_t count) function
831 if (!unexec_write (curr_header_offset, lc, lc->cmdsize))
891 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
901 if (!unexec_write (sectp->offset, (void *)sectp->addr, sectp->size))
904 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
926 if (!unexec_write (sectp->offset, (void *) sectp->addr, my_size))
931 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
935 if (!unexec_write (sectp->offset, (void *) sectp->addr, sectp->size))
937 if (!unexec_write (header_offset, sectp, sizeof (struct section)))
957 if (!unexec_write (curr_header_offse
[all...]

Completed in 115 milliseconds