Home | History | Annotate | Download | only in bfd

Lines Matching defs:xcoff

314 .     XCOFF C_BSTAT symbols.  Set by coff_slurp_symbol_table.  *}
329 . {* Fix up an XCOFF C_BINCL/C_EINCL symbol. The value is the
554 /* Handle the XCOFF debug section and DWARF2 debug sections. */
1940 /* We grossly abuse this function to handle XCOFF overflow headers.
2042 struct xcoff_tdata *xcoff;
2044 xcoff = xcoff_data (abfd);
2046 xcoff->xcoff64 = internal_f->f_magic == U803XTOCMAGIC;
2048 xcoff->xcoff64 = 0;
2050 xcoff->full_aouthdr = TRUE;
2051 xcoff->toc = internal_a->o_toc;
2052 xcoff->sntoc = internal_a->o_sntoc;
2053 xcoff->snentry = internal_a->o_snentry;
2056 xcoff->modtype = internal_a->o_modtype;
2057 xcoff->cputype = internal_a->o_cputype;
2058 xcoff->maxdata = internal_a->o_maxdata;
2059 xcoff->maxstack = internal_a->o_maxstack;
3165 /* On XCOFF, if we have symbols, set up the .debug section. */
3221 /* XCOFF handles overflows in the reloc and line number count fields
3800 /* Indicate the use of an XCOFF overflow section header. */
3949 /* XCOFF handles overflows in the reloc and line number count fields
4385 /* XCOFF seems to always write at least a small a.out header. */
4997 /* XCOFF specific: deleted entry. */