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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c1067 unrelocate (const char *name, off_t reloff, int nrel) function
1077 unexec_error ("unrelocate: %s:%d cannot seek to reloc_info", name, i);
1079 unexec_error ("unrelocate: %s:%d cannot read reloc_info", name, i);
1096 unexec_error ("unrelocate: %s:%d cannot copy original value",
1102 unexec_error ("unrelocate: %s:%d cannot handle type = %d",
1114 unexec_error ("unrelocate: %s:%d cannot handle scattered type = %d",
1131 unrelocate ("local", dstp->locreloff, dstp->nlocrel);
1132 unrelocate ("external", dstp->extreloff, dstp->nextrel);
1212 unrelocate */
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c1067 unrelocate (const char *name, off_t reloff, int nrel) function
1077 unexec_error ("unrelocate: %s:%d cannot seek to reloc_info", name, i);
1079 unexec_error ("unrelocate: %s:%d cannot read reloc_info", name, i);
1096 unexec_error ("unrelocate: %s:%d cannot copy original value",
1102 unexec_error ("unrelocate: %s:%d cannot handle type = %d",
1114 unexec_error ("unrelocate: %s:%d cannot handle scattered type = %d",
1131 unrelocate ("local", dstp->locreloff, dstp->nlocrel);
1132 unrelocate ("external", dstp->extreloff, dstp->nextrel);
1212 unrelocate */

Completed in 134 milliseconds