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

/freebsd-11.0-release/usr.sbin/kgzip/
H A DMakefile5 SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
/freebsd-11.0-release/sys/i386/ibcs2/
H A Dcoff.h55 struct aouthdr { struct
H A Dimgact_coff.c164 struct aouthdr *ahdr;
245 ahdr = (struct aouthdr*)(ptr + sizeof(struct filehdr));
248 + sizeof(struct aouthdr));
297 const struct aouthdr *ahdr;
326 ahdr = (const struct aouthdr*)
332 sizeof(struct aouthdr));
/freebsd-11.0-release/contrib/binutils/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);
2046 /* Do final adjustments to the filehdr and the aouthdr. This routine
2381 /* 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

Completed in 98 milliseconds