Searched refs:fatal_unexec (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexnext.c100 fatal_unexec(char *format, ...) function
125 fatal_unexec("cannot read macho header");
131 fatal_unexec("cannot read macho load command header");
136 fatal_unexec("bogus load command size");
145 fatal_unexec("cannot read load command data");
168 fatal_unexec("cannot vm_allocate");
342 fatal_unexec("cannot write output file");
353 fatal_unexec("cannot write output file");
363 fatal_unexec("cannot seek input file");
371 fatal_unexec("canno
[all...]
H A Dunexenix.c55 static void fatal_unexec ();
60 fatal_unexec(_error_message, _error_arg);
64 fatal_unexec(_error_message, _error_arg);
69 fatal_unexec(_error_message, _error_arg);
104 if (infd < 0) fatal_unexec ("opening %s", a_name);
107 if (outfd < 0) fatal_unexec ("creating %s", new_name);
131 fatal_unexec ("invalid text segment in %s", a_name);
142 fatal_unexec ("invalid data segment in %s", a_name);
147 fatal_unexec ("invalid segment record in %s", a_name);
244 fatal_unexec ("gettin
249 fatal_unexec (s, va_alist) function
[all...]
H A Dunexmips.c88 static void fatal_unexec ();
94 fatal_unexec (_error_message, _error_arg);
98 fatal_unexec (_error_message, _error_arg);
103 fatal_unexec (_error_message, _error_arg);
148 if (old < 0) fatal_unexec ("opening %s", a_name);
151 if (new < 0) fatal_unexec ("creating %s", new_name);
291 if (nread < sizeof (HDRR)) fatal_unexec ("reading symbols from %s", a_name);
316 fatal_unexec ("writing symbols to %s", new_name);
318 if (nread < 0) fatal_unexec ("reading symbols from %s", a_name);
346 fatal_unexec ("gettin
350 fatal_unexec (s, va_alist) function
[all...]
H A Dunexalpha.c85 static void fatal_unexec __P ((char *, char *));
93 fatal_unexec (_error_message, _error_arg);
97 fatal_unexec (_error_message, _error_arg);
102 fatal_unexec (_error_message, _error_arg);
167 fatal_unexec ("opening %s", a_name);
170 if (new < 0) fatal_unexec ("creating %s", new_name);
173 fatal_unexec ("fstat %s", a_name);
178 fatal_unexec ("mmap %s", a_name);
496 fatal_unexec ("unrecognized relocation type in .dyn.rel section (symbol #%d)", (char *) i);
528 fatal_unexec ("gettin
532 fatal_unexec (s, arg) function
[all...]

Completed in 126 milliseconds