Lines Matching defs:file

5    This file is part of BFD, the Binary File Descriptor library.
34 contains the major data about the file and pointers
69 . to the file backing the BFD. *}
77 . {* When a file is closed by the caching routines, BFD retains
78 . state information on the file here... *}
99 . are meaningful for all object file formats) (FIXME: at the moment,
129 . like an a.out NMAGIC file) (the linker sets this by default, but
133 . {* BFD is dynamically paged (this is like an a.out ZMAGIC file) (the
154 . to any input file. *}
192 . {* Is the file descriptor being cached? That is, can it be closed as
205 . getting it from the file each time. *}
234 . {* Set if this is a plugin output file. *}
459 N_("Archive object file in wrong format"),
619 %B file name from bfd. For archive components, prints archive too.
689 long file or section name. It's not safe to try to alloc
858 source file and line. If this happens, most programs linked
1032 type of file. E.g., an attempt was made to set the <<D_PAGED>> bit
1063 bfd_assert (const char *file, int line)
1067 BFD_VERSION_STRING, file, line);
1074 _bfd_abort (const char *file, int line, const char *fn)
1080 BFD_VERSION_STRING, file, line, fn);
1085 BFD_VERSION_STRING, file, line);
1099 determined by the object file's format. By normalized, we mean
1233 /* Don't try to set GP size on an archive or core file! */
1445 .#define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
1447 . (abfd, syms, sec, off, file, func, line, NULL))
1449 .#define bfd_find_nearest_line_discriminator(abfd, sec, syms, off, file, func, \
1452 . (abfd, syms, sec, off, file, func, line, disc))
1454 .#define bfd_find_line(abfd, syms, sym, file, line) \
1456 . (abfd, syms, sym, file, line))
1458 .#define bfd_find_inliner_info(abfd, file, func, line) \
1460 . (abfd, file, func, line))
1516 .#define bfd_print_private_bfd_data(abfd, file)\
1517 . BFD_SEND (abfd, _bfd_print_private_bfd_data, (abfd, file))
2101 /* Do nothing if input file will be decompressed. */
2155 /* Do nothing if input file will be decompressed. */