Lines Matching defs:file

5    This file is part of BFD, the Binary File Descriptor library.
25 /* This file contains COFF code that is not dependent on any
26 particular COFF target. There is only one version of this file in
45 /* Take a section header read from a coff file (in HOST byte order),
315 /* Turn a COFF file into a BFD, but fail with bfd_error_wrong_format if it is
316 not a COFF file. This is also used by ECOFF. */
374 /* PR 17512: file: 11056-1136-0.004. */
486 relocs for section SEC in file ABFD. If CACHE is TRUE and
584 /* Set lineno_count for the output sections of a COFF file. */
894 *string_size_p += 6; /* strlen(".file") + 1 */
897 strncpy (native->u.syment._n._n_name, ".file", SYMNMLEN);
982 /* Write a symbol out to a COFF file. */
1063 /* Write out a symbol to a COFF file that does not come from a COFF
1064 file originally. This symbol may have been created by the linker,
1065 or we may be linking a non COFF file to a COFF file. */
1134 /* Copy the any flags from the file header into the symbol.
1162 /* Write a native symbol to a COFF file. */
1385 file name, nor does it go in the .debug section. */
1402 if (bfd_bwrite (".file", (bfd_size_type) 6, abfd) != 6)
1537 /* Don't bother if this is a file or a section. */
1592 Then read debug section and reset the file pointer. */
1720 /* PR 17521 file: 079-54929-0.004.
1721 A corrupt file could contain an index that points into the first
1740 /* Free up the external symbols and strings read from a COFF file. */
1814 /* PR 17512: file: 1353-1166-0.004. */
1864 /* Make a file symbol point to the name in the auxent, since
1865 the text ".file" is redundant. */
2053 FILE * file = (FILE *) filep;
2058 fprintf (file, "%s", symbol->name);
2062 fprintf (file, "coff %s %s",
2076 fprintf (file, "[%3ld]", (long) (combined - root));
2078 /* PR 17512: file: 079-33786-0.001:0.1. */
2082 fprintf (file, _("<corrupt info> %s"), symbol->name);
2092 fprintf (file, "(sec %2d)(fl 0x%02x)(ty %3x)(scl %3d) (nx %d) 0x",
2098 bfd_fprintf_vma (abfd, file, val);
2099 fprintf (file, " %s", symbol->name);
2112 fprintf (file, "\n");
2114 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux))
2120 fprintf (file, "File ");
2127 fprintf (file, "AUX scnlen 0x%lx nreloc %d nlnno %d",
2134 fprintf (file, " checksum 0x%lx assoc %d comdat %d",
2153 fprintf (file,
2162 fprintf (file, "AUX lnno %d size 0x%x tagndx %ld",
2167 fprintf (file, " endndx %ld",
2177 fprintf (file, "\n%s :", l->u.sym->name);
2183 fprintf (file, "\n%4d : ", l->line_number);
2184 bfd_fprintf_vma (abfd, file, l->u.offset + symbol->section->vma);
2192 bfd_print_symbol_vandf (abfd, (void *) file, symbol);
2193 fprintf (file, " %-5s %s %s %s",
2215 section, calculate and return the name of the source file and the line
2258 then the problem might be that the file has been rebased. This tool
2281 /* Don't try and find line numbers in a non coff file. */
2341 file, we actually use the next file entry. */
2351 we always move forward in the file. */
2557 /* Copy the any flags from the file header into the symbol.
2881 /* If no section in this file will be kept, then we can
2960 _bfd_error_handler (_("Removing unused section '%s' in file '%B'"), sub, o->name);