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

/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c1071 unrelocate (const char *name, off_t reloff, int nrel) function
1081 unexec_error ("unrelocate: %s:%d cannot seek to reloc_info", name, i);
1083 unexec_error ("unrelocate: %s:%d cannot read reloc_info", name, i);
1100 unexec_error ("unrelocate: %s:%d cannot copy original value",
1106 unexec_error ("unrelocate: %s:%d cannot handle type = %d",
1118 unexec_error ("unrelocate: %s:%d cannot handle scattered type = %d",
1135 unrelocate ("local", dstp->locreloff, dstp->nlocrel);
1136 unrelocate ("external", dstp->extreloff, dstp->nextrel);
1216 unrelocate */
/macosx-10.10/emacs-93/
H A Dunexmacosx.c1071 unrelocate (const char *name, off_t reloff, int nrel) function
1081 unexec_error ("unrelocate: %s:%d cannot seek to reloc_info", name, i);
1083 unexec_error ("unrelocate: %s:%d cannot read reloc_info", name, i);
1100 unexec_error ("unrelocate: %s:%d cannot copy original value",
1106 unexec_error ("unrelocate: %s:%d cannot handle type = %d",
1118 unexec_error ("unrelocate: %s:%d cannot handle scattered type = %d",
1135 unrelocate ("local", dstp->locreloff, dstp->nlocrel);
1136 unrelocate ("external", dstp->extreloff, dstp->nextrel);
1216 unrelocate */

Completed in 119 milliseconds