Lines Matching defs:file

5    This file is part of BFD, the Binary File Descriptor library.
42 info comes from the file header record (fh-fBigendian). */
100 info comes from the file header record (fh-fBigendian). */
269 map FDR names to indices in the output file, and to map local
325 different parts of the input file map to the output file. */
333 /* Whether this information comes from a file or not. */
343 } file;
359 information into the output file. We keep a pointer to both the
379 /* The size of the largest file shuffle. */
385 /* Add a file entry to a shuffle list. */
399 && (*tail)->u.file.input_bfd == input_bfd
400 && (*tail)->u.file.offset + (*tail)->size == (unsigned long) offset)
419 n->u.file.input_bfd = input_bfd;
420 n->u.file.offset = offset;
676 /* We look up a string formed from the file name and the
678 file will conditionally define a typedef or something
1079 /* Add debugging information from a non-ECOFF file. */
1413 /* Write out the ECOFF symbolic header, given the file position it is
1428 /* Go to the right location in the file. */
1436 /* Fill in the file offsets. */
1479 set correctly. WHERE is the position in the file to write the
1480 information to. This function fills in the file offsets in the
1541 if (bfd_seek (l->u.file.input_bfd, l->u.file.offset, SEEK_SET) != 0
1543 l->u.file.input_bfd) != l->size
1720 /* Each file descriptor (FDR) has a memory address, to simplify
1764 /* Check whether this file has stabs debugging information. In
1765 a file with stabs debugging information, the second local
1792 procedure relative to the beginning of file FDR. */
1880 /* Build FDR table (sorted by object file's base-address) if we
1922 happen to ask for source file info on a compiler generated (procedure)
1932 PDR would have a pointer to its FDR so file information could still be
1964 /* Check whether this file has stabs debugging information. In a
1965 file with stabs debugging information, the second local symbol is
1992 /* This file uses ECOFF debugging information. Each FDR has a
1996 to the object file's base-address. The addresses in
1998 the object file's base-address. To make things more juicy,
2018 file, even though their code may have been generated at
2020 illustrates this (use "odump -PFv" to look at a file's
2025 position within an object-file.
2030 that is sorted by the base-address of the object-file the FDR
2031 is referring to. Notice that each object-file may contain
2155 /* If fdr_ptr->rss is -1, then this file does not have full
2212 /* This file uses stabs debugging information. When gcc is not
2311 name. We also need to put the directory name and the file
2420 if (bfd_seek (l->u.file.input_bfd, l->u.file.offset, SEEK_SET) != 0
2421 || (bfd_bread (buff, (bfd_size_type) l->size, l->u.file.input_bfd)