Home | History | Annotate | Download | only in libiberty

Lines Matching full:coff

1 /* simple-object-coff.c -- routines to manipulate COFF object files.
45 /* COFF structures and constants. */
47 /* COFF file header. */
66 /* COFF section header. */
98 /* COFF symbol table entry. */
195 /* There is no magic number which indicates a COFF file as opposed to
196 any other sort of file. Instead, each COFF file starts with a
199 COFF format. */
214 /* This is a list of the COFF magic numbers which we recognize, namely
225 /* See if we have a COFF file. */
298 /* Read the string table in a COFF file. */
331 /* Find all sections in a COFF file. */
470 return "COFF object format mismatch";
501 /* Write out a COFF filehdr. */
540 /* Write out a COFF section header. */
596 /* Write out a complete COFF file. */
791 /* The COFF functions. */