Searched refs:unexec (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dunexsol.c1 /* Trivial unexec for Solaris. */
13 unexec (char *new_name, char *old_name, unsigned int data_start, function
28 Fcons (build_string ("Cannot unexec"), Fcons (errstring, data)));
H A Dunexcw.c0 /* unexec() support for Cygwin;
2 complete rewrite of xemacs Cygwin unexec() code
252 unexec (char *outfile, char *infile, unsigned start_data, unsigned d1, function
H A Dunexenix.c88 unexec (new_name, a_name, data_start, bss_start, entry_address)
256 fputs ("unexec: unexpected end of file, ", stderr);
258 fprintf (stderr, "unexec: %s, ", strerror (errno));
86 unexec (new_name, a_name, data_start, bss_start, entry_address) function
H A Dunexhp9k800.c27 original process had when unexec was called.
29 Unlike other versions of unexec, this one copies symbol table and
86 unexec (new_name, old_name, new_end_of_text, dummy1, dummy2)
85 unexec (new_name, old_name, new_end_of_text, dummy1, dummy2) function
H A Dunexsunos4.c102 unexec (new_name, a_name, bndry, bss_start, entry) function
H A Dunexapollo.c44 unexec (target_file_name, source_file_name) function
H A Dunexconvex.c1 /* Modified version of unexec for convex machines.
37 * unexec.c - Convert a running program into an a.out file.
46 * unexec (new_name, a_name, data_start, bss_start, entry_address)
84 /* There are several compilation parameters affecting unexec:
228 * unexec
232 unexec (new_name, a_name, data_start, bss_start, entry_address)
302 ERROR1 ("unexec: Specified bss_start (%x) is past end of program",
309 ERROR2 ("unexec: data_start (%x) can't be greater than bss_start (%x)",
333 ERROR0( "unexec: malloc of stbl failed" );
524 "unexec writ
231 unexec (new_name, a_name, data_start, bss_start, entry_address) function
[all...]
H A Dunexmips.c133 unexec (new_name, a_name, data_start, bss_start, entry_address)
161 "unexec: input file magic number is %x, not %x, %x, %x or %x.\n",
171 fprintf (stderr, "unexec: input file magic number is %x, not %x or %x.\n",
178 fprintf (stderr, "unexec: input a.out header is %d bytes, not %d.\n",
184 fprintf (stderr, "unexec: input file a.out magic number is %o, not %o.\n",
195 fprintf (stderr, "unexec: %x flags (%x expected) in %s section.\n", \
214 fprintf (stderr, "unexec: %d sections found instead of %d.\n",
358 fputs ("unexec: unexpected end of file, ", stderr);
360 fprintf (stderr, "unexec: %s, ", strerror (errno));
131 unexec (new_name, a_name, data_start, bss_start, entry_address) function
H A Dunexnext.c105 fprintf(stderr, "unexec: ");
471 unexec( function
H A Dunexaix.c27 /* Originally based on the COFF unexec.c by Spencer W. Thomas.
35 * unexec (new_name, a_name, data_start, bss_start, entry_address)
123 report_file_error ("Cannot unexec", Fcons (build_string (file), Qnil));
151 * unexec
155 int unexec (char *new_name, char *a_name,
233 ERROR1 ("unexec: Specified bss_start (%u) is past end of program",
242 ERROR2 ("unexec: data_start (%u) can't be greater than bss_start (%u)",
264 ERROR0 ("unexec: too many section headers -- increase MAX_SECTIONS");
277 fprintf(stderr, "unexec: %lx flags where %x expected in %s section.\n", \
281 fprintf(stderr, "unexec
154 int unexec (char *new_name, char *a_name, function
[all...]
H A Dunexalpha.c150 unexec (new_name, a_name, data_start, bss_start, entry_address)
195 fprintf (stderr, "unexec: input file magic number is %x, not %x or %x.\n",
202 fprintf (stderr, "unexec: input a.out header is %d bytes, not %d.\n",
208 fprintf (stderr, "unexec: input file a.out magic number is %o, not %o.\n",
223 fprintf (stderr, "unexec: %x flags (%x expected) in %s section.\n", \
540 fputs ("unexec: unexpected end of file, ", stderr);
542 fprintf (stderr, "unexec: %s, ", strerror (errno));
148 unexec (new_name, a_name, data_start, bss_start, entry_address) function
H A Dunexsni.c28 * unexec.c - Convert a running program into an a.out file.
37 * unexec (new_name, a_name, data_start, bss_start, entry_address)
105 * The solution is to modify the unexec algorithm to insert the new data2
353 * unexec
362 unexec (new_name, old_name, data_start, bss_start, entry_address)
361 unexec (new_name, old_name, data_start, bss_start, entry_address) function
H A Dunexw32.c0 /* unexec for GNU Emacs on Windows NT.
729 unexec (char *new_name, char *old_name, void *start_data, void *start_bss, function
H A Dunexec.c23 * unexec.c - Convert a running program into an a.out file.
32 * unexec (new_name, a_name, data_start, bss_start, entry_address)
74 /* There are several compilation parameters affecting unexec:
343 report_file_error ("Cannot unexec", Fcons (build_string (file), Qnil));
427 ERROR1 ("unexec: Specified bss_start (%u) is past end of program",
436 ERROR2 ("unexec: data_start (%u) can't be greater than bss_start (%u)",
845 "unexec write failure: addr 0x%x, fileno %d, size 0x%x, wrote 0x%x, errno %d",
1231 * unexec
1235 unexec (new_name, a_name, data_start, bss_start, entry_address)
1230 unexec (new_name, a_name, data_start, bss_start, entry_address) function
H A Dunexelf.c27 * unexec.c - Convert a running program into an a.out file.
36 * unexec (new_name, old_name, data_start, bss_start, entry_address)
326 * The solution is to modify the unexec algorithm to insert the new data2
651 * unexec
660 unexec (new_name, old_name, data_start, bss_start, entry_address)
658 unexec (new_name, old_name, data_start, bss_start, entry_address) function
H A Dunexmacosx.c31 a Mach-O file. For examples of unexec for the Mach-O format, see
39 /* The Mac OS X implementation of unexec makes use of Darwin's `zone'
62 unexec works fine as written below because the segment load command
279 fprintf (stderr, "unexec: ");
1280 unexec (char *outfile, char *infile, void *start_data, void *start_bss, function
H A Demacs.c2283 unexec (SDATA (filename),
/macosx-10.10/emacs-93/
H A Dunexmacosx.c31 a Mach-O file. For examples of unexec for the Mach-O format, see
39 /* The Mac OS X implementation of unexec makes use of Darwin's `zone'
62 unexec works fine as written below because the segment load command
279 fprintf (stderr, "unexec: ");
1280 unexec (char *outfile, char *infile, void *start_data, void *start_bss, function
/macosx-10.10/emacs-93/emacs/
H A Dconfigure5371 configure___ unexec=UNEXEC
5373 configure___ unexec=unexec.o
9539 ### Compute the unexec source name from the object name.
9540 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"

Completed in 298 milliseconds