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

/macosx-10.10/emacs-93/emacs/src/
H A Dunexaix.c87 static struct aouthdr f_ohdr; /* Optional file header (a.out) */ variable in typeref:struct:aouthdr
257 if (read (a_out, &f_ohdr, sizeof (f_ohdr)) != sizeof (f_ohdr))
322 f_ohdr.dsize = bss_start - f_ohdr.data_start;
323 f_ohdr.bsize = bss_end - bss_start;
325 f_dhdr->s_size = f_ohdr.dsize;
326 f_bhdr->s_size = f_ohdr.bsize;
327 f_bhdr->s_paddr = f_ohdr
[all...]
H A Dunexec.c241 static struct aouthdr f_ohdr; /* Optional file header (a.out) */ variable in typeref:struct:aouthdr
474 if (read (a_out, &f_ohdr, sizeof (f_ohdr)) != sizeof (f_ohdr))
478 block_copy_start += sizeof (f_ohdr);
521 bias = bss_start - (f_ohdr.data_start + f_dhdr.s_size);
530 f_ohdr.magic = EXEC_MAGIC;
533 f_ohdr.text_start = (long) start_of_text ();
534 f_ohdr.tsize = data_start - f_ohdr
[all...]
H A Dunexconvex.c192 static struct opthdr f_ohdr; /* Optional file header (a.out) */ variable in typeref:struct:opthdr
324 if (read (a_out, &f_ohdr, sizeof (f_ohdr)) != sizeof (f_ohdr)) {
327 block_copy_start += sizeof (f_ohdr);
426 if (f_ohdr.o_symptr > 0L) {
427 f_ohdr.o_symptr += bias;
438 if (write (new, &f_ohdr, sizeof (f_ohdr)) != sizeof (f_ohdr)) {
[all...]
/macosx-10.10/emacs-93/emacs/src/m/
H A Dsps7.h115 f_ohdr.stsize = 0;

Completed in 131 milliseconds