Home | History | Annotate | Download | only in info

Lines Matching full:coff

2091 8.4.2 COFF
2094 The COFF format was introduced with System V Release 3 (SVR3) Unix.
2095 COFF files may have multiple sections, each prefixed by a header. The
2098 The COFF specification includes support for debugging. Although this
2101 included file. GNU's COFF-using configs often use stabs-type info,
2104 The COFF reader is in `coffread.c'.
2109 ECOFF is an extended COFF originally introduced for Mips and Alpha
2118 The COFF sections, symbols, and line numbers are used, but debugging
2134 executables. PE is basically COFF with additional headers.
2136 While BFD includes special PE support, GDB needs only the basic COFF
2143 similar to COFF in being organized into a number of sections, but it
2144 removes many of COFF's limitations. Debugging info may be either stabs
2168 COFF and ELF.
2173 8.5.2 COFF
2176 The basic COFF definition includes debugging information. The level of
2221 Like COFF, the SOM definition includes debugging information.
2226 If you are using an existing object file format (`a.out', COFF, ELF,
2238 For some targets (e.g., COFF), there is a special transfer vector
4978 BFD will identify a variety of file types, including a.out, coff,
8004 * COFF debugging info: Symbol Handling. (line 310)
8005 * COFF format: Symbol Handling. (line 228)
8420 * PE-COFF format: Symbol Handling. (line 267)