HomeSort by: relevance | last modified time | path
    Searched refs:aouthdr (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/arch/macppc/stand/fixcoff/
fixcoff.c 81 struct aouthdr { struct
129 struct aouthdr aoh;
  /src/external/gpl3/binutils.old/dist/bfd/
libcoff.h 947 #define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
949 (abfd, filehdr, aouthdr))
peicode.h 297 void *aouthdr ATTRIBUTE_UNUSED)
333 if (aouthdr)
334 pe->pe_opthdr = ((struct internal_aouthdr *) aouthdr)->pe;
coff-alpha.c 465 alpha_ecoff_mkobject_hook (bfd *abfd, void * filehdr, void * aouthdr)
469 ecoff = _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr);
2034 /* Do final adjustments to the filehdr and the aouthdr. This routine
2444 /* Do final adjustments to filehdr and aouthdr. */
coffcode.h 1602 .#define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
1604 . (abfd, filehdr, aouthdr))
2072 void * aouthdr ATTRIBUTE_UNUSED)
2104 if (aouthdr != NULL && internal_f->f_opthdr >= bfd_coff_aoutsz (abfd))
2107 (struct internal_aouthdr *) aouthdr;
4119 #include "Your aouthdr magic number is not being set!"
4330 /* Note that peicode.h fills in a PEAOUTHDR, not an AOUTHDR.
4356 AOUTHDR buff;
ecoff.c 74 _bfd_ecoff_mkobject_hook (bfd *abfd, void * filehdr, void * aouthdr)
77 struct internal_aouthdr *internal_a = (struct internal_aouthdr *) aouthdr;
  /src/external/gpl3/gdb.old/dist/bfd/
libcoff.h 949 #define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
951 (abfd, filehdr, aouthdr))
peicode.h 297 void *aouthdr ATTRIBUTE_UNUSED)
333 if (aouthdr)
334 pe->pe_opthdr = ((struct internal_aouthdr *) aouthdr)->pe;
coff-alpha.c 465 alpha_ecoff_mkobject_hook (bfd *abfd, void * filehdr, void * aouthdr)
469 ecoff = _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr);
2027 /* Do final adjustments to the filehdr and the aouthdr. This routine
2437 /* Do final adjustments to filehdr and aouthdr. */
coffcode.h 1607 .#define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
1609 . (abfd, filehdr, aouthdr))
2081 void * aouthdr ATTRIBUTE_UNUSED)
2113 if (aouthdr != NULL && internal_f->f_opthdr >= bfd_coff_aoutsz (abfd))
2116 (struct internal_aouthdr *) aouthdr;
4128 #include "Your aouthdr magic number is not being set!"
4339 /* Note that peicode.h fills in a PEAOUTHDR, not an AOUTHDR.
4365 AOUTHDR buff;
ecoff.c 74 _bfd_ecoff_mkobject_hook (bfd *abfd, void * filehdr, void * aouthdr)
77 struct internal_aouthdr *internal_a = (struct internal_aouthdr *) aouthdr;
  /src/external/gpl3/gdb/dist/bfd/
libcoff.h 947 #define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
949 (abfd, filehdr, aouthdr))
peicode.h 297 void *aouthdr ATTRIBUTE_UNUSED)
333 if (aouthdr)
334 pe->pe_opthdr = ((struct internal_aouthdr *) aouthdr)->pe;
coff-alpha.c 465 alpha_ecoff_mkobject_hook (bfd *abfd, void * filehdr, void * aouthdr)
469 ecoff = _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr);
2032 /* Do final adjustments to the filehdr and the aouthdr. This routine
2442 /* Do final adjustments to filehdr and aouthdr. */
coffcode.h 1604 .#define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
1606 . (abfd, filehdr, aouthdr))
2074 void * aouthdr ATTRIBUTE_UNUSED)
2106 if (aouthdr != NULL && internal_f->f_opthdr >= bfd_coff_aoutsz (abfd))
2109 (struct internal_aouthdr *) aouthdr;
4121 #include "Your aouthdr magic number is not being set!"
4332 /* Note that peicode.h fills in a PEAOUTHDR, not an AOUTHDR.
4358 AOUTHDR buff;
ecoff.c 74 _bfd_ecoff_mkobject_hook (bfd *abfd, void * filehdr, void * aouthdr)
77 struct internal_aouthdr *internal_a = (struct internal_aouthdr *) aouthdr;
  /src/external/gpl3/binutils/dist/bfd/
peicode.h 302 void *aouthdr ATTRIBUTE_UNUSED)
338 if (aouthdr)
339 pe->pe_opthdr = ((struct internal_aouthdr *) aouthdr)->pe;
libcoff.h 957 #define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
959 (abfd, filehdr, aouthdr))
coff-alpha.c 465 alpha_ecoff_mkobject_hook (bfd *abfd, void *filehdr, void *aouthdr)
469 ecoff = _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr);
1997 /* Do final adjustments to the filehdr and the aouthdr. This routine
2405 /* Do final adjustments to filehdr and aouthdr. */
coffcode.h 1609 .#define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
1611 . (abfd, filehdr, aouthdr))
2079 void * aouthdr ATTRIBUTE_UNUSED)
2111 if (aouthdr != NULL && internal_f->f_opthdr >= bfd_coff_aoutsz (abfd))
2114 (struct internal_aouthdr *) aouthdr;
4126 #include "Your aouthdr magic number is not being set!"
4337 /* Note that peicode.h fills in a PEAOUTHDR, not an AOUTHDR.
4363 AOUTHDR buff;
ecoff.c 74 _bfd_ecoff_mkobject_hook (bfd *abfd, void * filehdr, void * aouthdr)
77 struct internal_aouthdr *internal_a = (struct internal_aouthdr *) aouthdr;
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 2597 * infrun.c: Fixed up inclusion of aouthdr.h on UMAX_PTRACE.
3005 * infrun.c: Added inclusion of aouthdr.h inside of #ifdef UMAX
3022 * *-dep.c: Deleted definition of COFF_FORMAT if AOUTHDR was
3024 AOUTHDR under a basically BSD system, and 2) AOUTHDR is sometimes
3026 AOUTHDR if AOUTHDR is already defined (inside of coff format).
3027 * core.c, dbxread.c: Removed #define's of AOUTHDR if AOUTHDR is
3062 * i386-dep.c: Removed define of COFF_FORMAT if AOUTHDR is defined
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x 2597 * infrun.c: Fixed up inclusion of aouthdr.h on UMAX_PTRACE.
3005 * infrun.c: Added inclusion of aouthdr.h inside of #ifdef UMAX
3022 * *-dep.c: Deleted definition of COFF_FORMAT if AOUTHDR was
3024 AOUTHDR under a basically BSD system, and 2) AOUTHDR is sometimes
3026 AOUTHDR if AOUTHDR is already defined (inside of coff format).
3027 * core.c, dbxread.c: Removed #define's of AOUTHDR if AOUTHDR is
3062 * i386-dep.c: Removed define of COFF_FORMAT if AOUTHDR is defined
    [all...]

Completed in 64 milliseconds