Lines Matching full:bfd
0 /* BFD back-end for binary objects.
5 This file is part of BFD, the Binary File Descriptor library.
22 /* This is a BFD backend which may be used to write binary objects.
36 #include "bfd.h"
40 /* Any bfd we create by reading a binary file has three symbols:
47 binary_mkobject (bfd *abfd ATTRIBUTE_UNUSED)
57 binary_object_p (bfd *abfd)
99 binary_get_section_contents (bfd *abfd,
114 binary_get_symtab_upper_bound (bfd *abfd ATTRIBUTE_UNUSED)
119 /* Create a symbol name based on the bfd's filename. */
122 mangle_name (bfd *abfd, char *suffix)
149 binary_canonicalize_symtab (bfd *abfd, asymbol **alocation)
197 binary_get_symbol_info (bfd *ignore_abfd ATTRIBUTE_UNUSED,
212 #define binary_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false)
220 binary_set_section_contents (bfd *abfd,
263 /* If attempting to generate a binary file from a bfd with
293 binary_sizeof_headers (bfd *abfd ATTRIBUTE_UNUSED,