HomeSort by: relevance | last modified time | path
    Searched defs:ecoff (Results 1 - 11 of 11) sorted by relevancy

  /src/distrib/mipsco/instkernel/
Makefile 27 MDSET_SUFFIXES.netbsd-INSTALL= ecoff create-ecoff
28 create-ecoff= ${MIPS_ELF2ECOFF} ${.TARGET:R} ${.TARGET}
  /src/distrib/pmax/instkernel/
Makefile 28 MDSET_SUFFIXES.netbsd-INSTALL${SFX}= ecoff create-ecoff
29 create-ecoff= ${MIPS_ELF2ECOFF} ${.TARGET:R} ${.TARGET}
  /src/distrib/sgimips/instkernel/
Makefile 32 MDSET_SUFFIXES.netbsd-INSTALL${NX}_IP2x=ecoff create-ecoff
33 create-ecoff= ${MIPS_ELF2ECOFF} ${.TARGET:R} ${.TARGET}
  /src/external/gpl3/binutils/dist/bfd/
coff-alpha.c 30 #include "coff/ecoff.h"
42 /* ECOFF has COFF sections, but the debugging information is stored in
43 a completely different format. ECOFF targets use some of the
49 symbol, and lineno ones. Give them ecoff names. Define some
50 accessor macros for the large sizes used for Alpha ECOFF. */
92 /* Get the ECOFF swapping routines. */
403 /* Recognize an Alpha ECOFF file. */
416 /* Alpha ECOFF has a .pdata section. The lnnoptr field of the
467 void *ecoff;
469 ecoff = _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr)
463 void *ecoff; local
    [all...]
ecoff.c 1 /* Generic ECOFF (Extended-COFF) routines.
27 #include "ecoff-bfd.h"
43 #include "coff/ecoff.h"
56 /* Create an ECOFF object. */
78 ecoff_data_type *ecoff;
83 ecoff = ecoff_data (abfd);
84 ecoff->gp_size = 8;
85 ecoff->sym_filepos = internal_f->f_symptr;
91 ecoff->text_start = internal_a->text_start;
92 ecoff->text_end = internal_a->text_start + internal_a->tsize
77 ecoff_data_type *ecoff; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-alpha.c 30 #include "coff/ecoff.h"
42 /* ECOFF has COFF sections, but the debugging information is stored in
43 a completely different format. ECOFF targets use some of the
49 symbol, and lineno ones. Give them ecoff names. Define some
50 accessor macros for the large sizes used for Alpha ECOFF. */
92 /* Get the ECOFF swapping routines. */
403 /* Recognize an Alpha ECOFF file. */
416 /* Alpha ECOFF has a .pdata section. The lnnoptr field of the
467 void * ecoff;
469 ecoff = _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr)
463 void * ecoff; local
    [all...]
ecoff.c 1 /* Generic ECOFF (Extended-COFF) routines.
27 #include "ecoff-bfd.h"
43 #include "coff/ecoff.h"
56 /* Create an ECOFF object. */
78 ecoff_data_type *ecoff;
83 ecoff = ecoff_data (abfd);
84 ecoff->gp_size = 8;
85 ecoff->sym_filepos = internal_f->f_symptr;
91 ecoff->text_start = internal_a->text_start;
92 ecoff->text_end = internal_a->text_start + internal_a->tsize
77 ecoff_data_type *ecoff; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-alpha.c 30 #include "coff/ecoff.h"
42 /* ECOFF has COFF sections, but the debugging information is stored in
43 a completely different format. ECOFF targets use some of the
49 symbol, and lineno ones. Give them ecoff names. Define some
50 accessor macros for the large sizes used for Alpha ECOFF. */
92 /* Get the ECOFF swapping routines. */
403 /* Recognize an Alpha ECOFF file. */
416 /* Alpha ECOFF has a .pdata section. The lnnoptr field of the
467 void * ecoff;
469 ecoff = _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr)
463 void * ecoff; local
    [all...]
ecoff.c 1 /* Generic ECOFF (Extended-COFF) routines.
27 #include "ecoff-bfd.h"
43 #include "coff/ecoff.h"
56 /* Create an ECOFF object. */
78 ecoff_data_type *ecoff;
83 ecoff = ecoff_data (abfd);
84 ecoff->gp_size = 8;
85 ecoff->sym_filepos = internal_f->f_symptr;
91 ecoff->text_start = internal_a->text_start;
92 ecoff->text_end = internal_a->text_start + internal_a->tsize
77 ecoff_data_type *ecoff; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-alpha.c 30 #include "coff/ecoff.h"
42 /* ECOFF has COFF sections, but the debugging information is stored in
43 a completely different format. ECOFF targets use some of the
49 symbol, and lineno ones. Give them ecoff names. Define some
50 accessor macros for the large sizes used for Alpha ECOFF. */
92 /* Get the ECOFF swapping routines. */
403 /* Recognize an Alpha ECOFF file. */
416 /* Alpha ECOFF has a .pdata section. The lnnoptr field of the
467 void * ecoff;
469 ecoff = _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr)
463 void * ecoff; local
    [all...]
ecoff.c 1 /* Generic ECOFF (Extended-COFF) routines.
27 #include "ecoff-bfd.h"
43 #include "coff/ecoff.h"
56 /* Create an ECOFF object. */
78 ecoff_data_type *ecoff;
83 ecoff = ecoff_data (abfd);
84 ecoff->gp_size = 8;
85 ecoff->sym_filepos = internal_f->f_symptr;
91 ecoff->text_start = internal_a->text_start;
92 ecoff->text_end = internal_a->text_start + internal_a->tsize
77 ecoff_data_type *ecoff; local
    [all...]

Completed in 25 milliseconds