Searched refs:aouthdr (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/m/
H A Dgould-np1.h48 #undef aouthdr /* Since gould.h already defined these */ macro
52 #define aouthdr exec macro
H A Dgould.h140 #define aouthdr old_exec macro
/macosx-10.9.5/cctools-845/include/coff/
H A Dbytesex.h8 #include "coff/aouthdr.h"
31 struct aouthdr *a,
H A Daouthdr.h34 struct aouthdr struct
/macosx-10.9.5/cctools-845/efitools/
H A Dmtoc.c41 #include "coff/aouthdr.h"
66 static struct aouthdr aouthdr; variable in typeref:struct:aouthdr
74 * The value of the -subsystem argument to then set in the PECOFF aouthdr.
118 * layout the added PECOFF sections and set into the PECOFF aouthdr.
1227 header_size += sizeof(struct aouthdr);
1357 filehdr.f_opthdr = sizeof(struct aouthdr);
1367 /* next is the aouthdr */
1369 aouthdr.magic = PE32MAGIC;
1370 aouthdr
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexalpha.c37 #include <aouthdr.h>
54 #define aouthdr ecoff_aouthdr
88 static void update_dynamic_symbols __P ((char *, char *, int, struct aouthdr));
136 struct aouthdr aout;
437 struct aouthdr aout; /* a.out info from the file header */
53 #define aouthdr macro
H A Dunexmips.c77 #include <aouthdr.h>
122 struct aouthdr aout;
H A Dunexaix.c82 #include <aouthdr.h>
87 static struct aouthdr f_ohdr; /* Optional file header (a.out) */
H A Dunexapollo.c48 struct aouthdr domain_header;
H A Dunexec.c189 struct aouthdr struct
241 static struct aouthdr f_ohdr; /* Optional file header (a.out) */
883 lseek (a_out, sizeof (struct filehdr) + sizeof (struct aouthdr), 0);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dlibcoff.h870 #define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
872 (abfd, filehdr, aouthdr))
H A Dpeicode.h281 void * aouthdr ATTRIBUTE_UNUSED)
317 if (aouthdr)
318 pe->pe_opthdr = ((struct internal_aouthdr *) aouthdr)->pe;
H A Dcoff-alpha.c44 PARAMS ((bfd *, PTR filehdr, PTR aouthdr));
504 alpha_ecoff_mkobject_hook (abfd, filehdr, aouthdr)
507 PTR aouthdr;
511 ecoff = _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr);
2030 /* Do final adjustments to the filehdr and the aouthdr. This routine
2365 /* Do final adjustments to filehdr and aouthdr. */
H A Dcoffcode.h1361 .#define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
1363 . (abfd, filehdr, aouthdr))
1780 void * aouthdr ATTRIBUTE_UNUSED)
1812 if (aouthdr != NULL && internal_f->f_opthdr >= bfd_coff_aoutsz (abfd))
1815 (struct internal_aouthdr *) aouthdr;
3926 #include "Your aouthdr magic number is not being set!"
H A Decoff.c102 _bfd_ecoff_mkobject_hook (bfd *abfd, void * filehdr, void * aouthdr)
105 struct internal_aouthdr *internal_a = (struct internal_aouthdr *) aouthdr;
101 _bfd_ecoff_mkobject_hook(bfd *abfd, void * filehdr, void * aouthdr) argument
/macosx-10.9.5/ksh-20/ksh/src/lib/libdll/
H A Ddlfcn.c124 struct aouthdr a;
/macosx-10.9.5/cctools-845/include/
H A DMakefile40 coff/filehdr.h coff/aouthdr.h coff/scnhdr.h coff/syment.h \
/macosx-10.9.5/cctools-845/libstuff/
H A Dcoff_bytesex.c6 #include "coff/aouthdr.h"
115 struct aouthdr *a,

Completed in 304 milliseconds