Home | History | Annotate | Download | only in info

Lines Matching full:coff

1785 6.4.2 COFF
1788 The COFF format was introduced with System V Release 3 (SVR3) Unix.
1789 COFF files may have multiple sections, each prefixed by a header. The
1792 The COFF specification includes support for debugging. Although this
1797 The COFF reader is in `coffread.c'.
1802 ECOFF is an extended COFF originally introduced for Mips and Alpha
1811 The COFF sections, symbols, and line numbers are used, but debugging
1827 executables. PE is basically COFF with additional headers.
1829 While BFD includes special PE support, GDB needs only the basic COFF
1836 to COFF in being organized into a number of sections, but it removes
1837 many of COFF's limitations.
1866 COFF and ELF.
1871 6.5.2 COFF
1874 The basic COFF definition includes debugging information. The level of
1902 Like COFF, the SOM definition includes debugging information.
1907 If you are using an existing object file format (`a.out', COFF, ELF,
1919 For some targets (e.g., COFF), there is a special transfer vector
3168 For some COFF targets, the `x_sym.x_misc.x_fsize' field of the
4327 BFD will identify a variety of file types, including a.out, coff,
7157 * COFF debugging info: Symbol Handling. (line 300)
7158 * COFF format: Symbol Handling. (line 214)
7478 * PE-COFF format: Symbol Handling. (line 252)