Searched refs:aouthdr (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/sys/i386/ibcs2/ |
| HD | imgact_coff.c | 164 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));
|
| HD | coff.h | 55 struct aouthdr { struct
|
| /NextBSD/usr.sbin/kgzip/ |
| HD | Makefile | 5 SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | peicode.h | 280 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()
|
| HD | libcoff.h | 870 #define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\ argument 872 (abfd, filehdr, aouthdr))
|
| HD | coff-alpha.c | 43 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);
|
| HD | coffcode.h | 1779 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()
|
| HD | ecoff.c | 101 _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()
|
| HD | ChangeLog-9193 | 4434 * 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 #.
|
| HD | ChangeLog-9697 | 6111 (coff_write_object_contents): Set A/UX aouthdr magic number.
|
| HD | ChangeLog-9495 | 907 * peicode.h (pe_mkobject_hook): Only copy aouthdr if
|
| /NextBSD/contrib/gcclibs/include/ |
| HD | ChangeLog-9103 | 2542 rs/6000-dependent fields to aouthdr. Add storage classes
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-9295 | 12108 Make aouthdr writing depend on OBJ_COFF_OMIT_OPTIONAL_HEADER.
|