Home
last modified time | relevance | path

Searched refs:aouthdr (Results 1 – 13 of 13) sorted by relevance

/NextBSD/sys/i386/ibcs2/
HDimgact_coff.c164 struct aouthdr *ahdr; in coff_load_file()
245 ahdr = (struct aouthdr*)(ptr + sizeof(struct filehdr)); in coff_load_file()
248 + sizeof(struct aouthdr)); in coff_load_file()
297 const struct aouthdr *ahdr;
326 ahdr = (const struct aouthdr*)
332 sizeof(struct aouthdr));
HDcoff.h55 struct aouthdr { struct
/NextBSD/usr.sbin/kgzip/
HDMakefile5 SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
/NextBSD/contrib/binutils/bfd/
HDpeicode.h280 void * aouthdr ATTRIBUTE_UNUSED) in pe_mkobject_hook()
316 if (aouthdr) in pe_mkobject_hook()
317 pe->pe_opthdr = ((struct internal_aouthdr *) aouthdr)->pe; in pe_mkobject_hook()
HDlibcoff.h870 #define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\ argument
872 (abfd, filehdr, aouthdr))
HDcoff-alpha.c43 PARAMS ((bfd *, PTR filehdr, PTR aouthdr));
500 alpha_ecoff_mkobject_hook (abfd, filehdr, aouthdr) in alpha_ecoff_mkobject_hook() argument
503 PTR aouthdr;
507 ecoff = _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr);
HDcoffcode.h1779 void * aouthdr ATTRIBUTE_UNUSED) in coff_mkobject_hook()
1811 if (aouthdr != NULL && internal_f->f_opthdr >= bfd_coff_aoutsz (abfd)) in coff_mkobject_hook()
1814 (struct internal_aouthdr *) aouthdr; in coff_mkobject_hook()
HDecoff.c101 _bfd_ecoff_mkobject_hook (bfd *abfd, void * filehdr, void * aouthdr) in _bfd_ecoff_mkobject_hook() argument
104 struct internal_aouthdr *internal_a = (struct internal_aouthdr *) aouthdr; in _bfd_ecoff_mkobject_hook()
HDChangeLog-91934434 * coffcode.h (_bfd_coff_mkobject_hook): Pass aouthdr argument.
4435 (coff_mkobject_hook): Accept aouthdr argument.
4436 * coffgen.c (coff_real_object_p): Pass aouthdr to mkobject_hook.
4437 Handle NULL aouthdr argument.
4438 (coff_object_p): If there is no aouthdr, pass it as NULL to
6660 (coff_compute_section_file_positions): outgoing aouthdr magic #.
HDChangeLog-96976111 (coff_write_object_contents): Set A/UX aouthdr magic number.
HDChangeLog-9495907 * peicode.h (pe_mkobject_hook): Only copy aouthdr if
/NextBSD/contrib/gcclibs/include/
HDChangeLog-91032542 rs/6000-dependent fields to aouthdr. Add storage classes
/NextBSD/contrib/binutils/gas/
HDChangeLog-929512108 Make aouthdr writing depend on OBJ_COFF_OMIT_OPTIONAL_HEADER.