HomeSort by relevance Sort by last modified time
    Searched full:ecoff (Results 1 - 25 of 283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/emulparams/
alpha.sh 2 OUTPUT_FORMAT="ecoff-littlealpha"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
ecoff@ld-forward.d 5 #dump: ecoff@ld.d
ecoff@sd-forward.d 5 #dump: ecoff@sd.d
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
weakref1g.d 5 # ecoff (OSF/alpha) lacks .weak support
7 #not-target: alpha*-*-osf* *-*-ecoff pdp11-*-aout
weakref1l.d 6 #not-target: *-*-aix* alpha*-*-osf* *-*-ecoff pdp11-*-aout
weakref1u.d 6 #not-target: *-*-*aout m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd alpha*-*-osf* *-*-ecoff
weakref1w.d 5 #not-target: alpha*-*-osf* *-*-ecoff pdp11-*-aout
  /toolchain/binutils/binutils-2.27/gas/config/
obj-ecoff.h 0 /* ECOFF object file format header file.
25 /* Use the generic ECOFF debugging code. */
32 #include "ecoff.h"
35 whether we have generated an ECOFF symbol for it, and whether the
48 /* Modify the ECOFF symbol. */
58 /* We use the ECOFF functions as our hooks. */
63 /* Record file switches in the ECOFF symbol table. */
obj-ecoff.c 0 /* ECOFF object file format.
23 #define OBJ_HEADER "obj-ecoff.h"
29 /* Almost all of the ECOFF support is actually in ecoff.c in the main
147 /* Build the ECOFF debugging information. */
177 /* This is called by the ECOFF code to set the external information
233 not MIPS CPU specific, but are also not ECOFF specific. I have
255 /* ECOFF specific debugging information. */
265 /* Other ECOFF directives. */
  /toolchain/binutils/binutils-2.27/gas/
ecoff.h 0 /* ecoff.h -- header file for ECOFF debugging support
29 #include "coff/ecoff.h"
31 /* Whether we have seen any ECOFF debugging information. */
51 /* Build the ECOFF debugging information. This should be called by
59 /* Functions to handle the ECOFF debugging directives. */
69 /* Other ECOFF directives. */
91 /* This routine is called from the ECOFF code to set the external
  /toolchain/binutils/binutils-2.27/bfd/
libecoff.h 1 /* BFD ECOFF object file private structure.
25 #include "coff/ecoff.h"
28 /* This is the backend information kept for ECOFF files. This
30 is the COFF backend data structure, so that ECOFF targets can use
78 /* ECOFF targets don't support COFF long section names, so this
83 /* This is the target specific information kept for ECOFF files. */
117 /* The ECOFF symbolic debugging information. */
120 /* The unswapped ECOFF symbolic information. */
147 particular ECOFF file. This is not valid until
202 /* ECOFF linker hash table entries. *
    [all...]
ecoff.c 1 /* Generic ECOFF (Extended-COFF) routines.
42 #include "coff/ecoff.h"
83 /* Create an ECOFF object. */
105 ecoff_data_type *ecoff;
110 ecoff = ecoff_data (abfd);
111 ecoff->gp_size = 8;
112 ecoff->sym_filepos = internal_f->f_symptr;
118 ecoff->text_start = internal_a->text_start;
119 ecoff->text_end = internal_a->text_start + internal_a->tsize;
120 ecoff->gp = internal_a->gp_value
104 ecoff_data_type *ecoff; local
    [all...]
coff-mips.c 30 #include "coff/ecoff.h"
52 /* ECOFF has COFF sections, but the debugging information is stored in
53 a completely different format. ECOFF targets use some of the
59 symbol, and lineno ones. Give them ECOFF names. */
73 /* Get the ECOFF swapping routines. */
266 /* Reloc handling. MIPS ECOFF relocs are packed into 8 bytes in
347 ECOFF targets, and that part is in ecoff.c. The rest is done in
381 /* ECOFF relocs are either against external symbols, or against
415 relocation when we see the REFLO. MIPS ECOFF requires that th
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
nm.exp 45 # This test does not work correctly on ECOFF targets, because ECOFF
48 setup_xfail "mips*-*-ultrix*" "mips*-*-ecoff*" "mips*-*-irix4*"
138 # This test does not work correctly on ECOFF targets, because ECOFF
141 setup_xfail "mips*-*-ultrix*" "mips*-*-ecoff*" "mips*-*-irix4*"
194 # This test does not work correctly on ECOFF targets, because ECOFF
197 setup_xfail "mips*-*-ultrix*" "mips*-*-ecoff*" "mips*-*-irix4*"
copy-2.d 6 #not-target: *-*-*aout *-*-aix* h8300-*-* hppa*-*-hpux* m68k-*-netbsd m68k-*-openbsd* mips-sony-bsd* mips-*-ultrix* mips-*-osf* mips-*-ecoff* mips-*-irix mips-*-irix[2-4] mips-*-riscos* ns32k-*-netbsd
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
section-match-1.d 4 #notarget: *-*-osf* *-*-aix* *-*-pe *-*-*aout *-*-*oldld *-*-ecoff *-*-netbsd *-*-vms h8300-*-* tic30-*-*
fill.d 6 #xfail: ia64-*-* alpha-*-*ecoff m32c-*-* mips*-*-* sh-*-pe sparc*-*-coff
  /toolchain/binutils/binutils-2.27/include/coff/
mips.h 0 /* ECOFF support on MIPS machines.
2 coff/ecoff.h must be included before this file.
25 /* Magic numbers are defined in coff/ecoff.h. */
69 /* MIPS ECOFF uses a packed 8 byte format for relocs. These constants
81 /* Originally, ECOFF used four bits for the reloc type and had three
85 endian ECOFF, we need to wrap one of the reserved bits around to
124 /* ECOFF uses COFF-like section structures, but its own symbol format.
ecoff.h 1 /* Generic ECOFF support.
78 /* ECOFF uses some additional section flags. */
158 /* The auxiliary type information is the same on all known ECOFF
161 target independent ECOFF header file. The internal forms are
284 which also uses ECOFF debugging information. This structure holds
289 /* The swapped ECOFF symbolic header. */
294 information on different ECOFF targets. The ecoff_debug_swap
299 fields are also used by the assembler to output ECOFF debugging
330 /* These structures are used by the ECOFF find_nearest_line function. */
363 /* The generic ECOFF code needs to be able to swap debuggin
    [all...]
ChangeLog-9103 63 * ecoff.h: Convert to ISO C90 prototypes. Replace PTR by void *.
85 * ecoff.h: Replace boolean with bfd_boolean.
446 * ecoff.h (ALPHA_MAGIC_BSD): Define.
535 * ecoff.h (struct ecoff_find_line): Add caching fields.
557 * ecoff.h (_RCONST, STYP_RCONST, RELOC_SECTION_RCONST): Define.
612 * ecoff.h: Define section name macros and STYP macros for various
707 * ecoff.h (struct ecoff_fdrtab_entry): Define.
737 * ecoff.h (ecoff_swap_tir_in): Remove declaration.
749 * ecoff.h (REGINFO): Don't define.
776 * ecoff.h (STYP_ECOFF_LIB): Define as used on Irix 4
    [all...]
alpha.h 0 /* ECOFF support on Alpha machines.
2 coff/ecoff.h must be included before this file.
34 /* Magic numbers are defined in coff/ecoff.h. */
169 /* ECOFF uses COFF-like section structures, but its own symbol format.
  /toolchain/binutils/binutils-2.27/include/elf/
alpha.h 44 format is unspecified. It's probably ECOFF symbols. */
87 /* Skip 12 - 16; deprecated ECOFF relocs. */
93 /* Skip 20 - 23; deprecated ECOFF relocs. */
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/alpha/
alpha.exp 28 if { [istarget *-*-linux*ecoff] } then {
  /toolchain/binutils/binutils-2.27/gas/testsuite/
ChangeLog-2010 408 * gas/mips/at-1.d: Handle ECOFF relocations.
409 * gas/mips/eret-1.d: Handle ECOFF.
420 * gas/mips/ecoff@sd.d: Likewise, ECOFF version.
421 * gas/mips/mips1@ecoff@sd.d: Likewise, MIPS I/ECOFF version.
422 * gas/mips/r3000@ecoff@sd.d: Likewise, R3000/ECOFF version.
423 * gas/mips/r3900@ecoff@sd.d: Likewise, R3900/ECOFF version
    [all...]
  /toolchain/binutils/binutils-2.27/gas/po/
POTFILES.in 25 config/obj-ecoff.c
26 config/obj-ecoff.h
224 ecoff.c
225 ecoff.h

Completed in 612 milliseconds

1 2 3 4 5 6 7 8 91011>>