Home | History | Annotate | Download | only in include

Lines Matching refs:bfd

2    generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", 
4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
6 Run "make headers" in your build bfd/ to regenerate. */
8 /* Main header file for the bfd library -- portable access to object files.
16 This file is part of BFD, the Binary File Descriptor library.
85 /* The word size used by BFD on the host. This may be 64 with a 32
87 been selected with --enable-targets, or if --enable-64-bit-bfd. */
90 /* The word size of the default bfd target. */
119 typedef struct bfd bfd;
121 /* Boolean type used in bfd. Too many systems define their own
195 /* An offset into a file. BFD always uses the largest possible offset
200 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
201 extern void bfd_fprintf_vma (bfd *, void *, bfd_vma);
266 bfd *abfd;
267 } u; /* bfd* or file position. */
292 #define bfd_get_section_name(bfd, ptr) ((void) bfd, (ptr)->name)
293 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
294 #define bfd_get_section_lma(bfd, ptr) ((void) bfd, (ptr)->lma)
295 #define bfd_get_section_alignment(bfd, ptr) ((void) bfd, \
297 #define bfd_section_name(bfd, ptr) ((ptr)->name)
298 #define bfd_section_size(bfd, ptr) ((ptr)->size)
300 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
301 #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
302 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power)
303 #define bfd_get_section_flags(bfd, ptr) ((void) bfd, (ptr)->flags)
304 #define bfd_get_section_userdata(bfd, ptr) ((void) bfd, (ptr)->userdata)
308 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
309 #define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val)),TRUE)
310 #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE)
312 #define bfd_get_section_limit(bfd, sec) \
313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
470 /* User program access to BFD facilities. */
473 file than BFD does. Use higher level routines if possible. */
475 extern bfd_size_type bfd_bread (void *, bfd_size_type, bfd *);
476 bfd *);
477 extern int bfd_seek (bfd *, file_ptr, int);
478 extern file_ptr bfd_tell (bfd *);
479 extern int bfd_flush (bfd *);
480 extern int bfd_stat (bfd *, struct stat *);
538 (bfd *abfd);
544 (bfd *, unsigned long, bfd_boolean, flagword, bfd_boolean, bfd_vma,
594 (bfd * abfd);
596 (bfd *abfd, bfd_vma gp_value);
598 (bfd *abfd, unsigned long gprmask, unsigned long fprmask,
601 (bfd *output_bfd, struct ecoff_debug_info *output_debug,
604 (void *handle, bfd *output_bfd, struct ecoff_debug_info *output_debug,
607 (void *handle, bfd *output_bfd, struct ecoff_debug_info *output_debug,
608 const struct ecoff_debug_swap *output_swap, bfd *input_bfd,
612 (void *handle, bfd *output_bfd, struct ecoff_debug_info *output_debug,
613 const struct ecoff_debug_swap *output_swap, bfd *input_bfd,
616 (bfd *abfd, struct ecoff_debug_info *debug,
621 (bfd *abfd, struct ecoff_debug_info *debug,
625 (bfd *abfd, struct ecoff_debug_info *debug,
628 (bfd *abfd, struct ecoff_debug_info *debug,
631 (void *handle, bfd *abfd, struct ecoff_debug_info *debug,
640 bfd *by;
659 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
662 (bfd *, struct bfd_link_info *);
664 (bfd *, struct bfd_link_needed_list **);
666 (bfd *, const char *, const char *, const char *, const char *, const char *,
669 (bfd *, struct bfd_link_info *);
671 (bfd *, const char *);
673 (bfd *);
675 (bfd *, enum dynamic_lib_link_class);
677 (bfd *);
679 (bfd *, struct bfd_link_info *);
681 (bfd *, struct bfd_link_info *);
689 (bfd *abfd);
699 (bfd *abfd, void *phdrs);
701 /* Create a new BFD as if by bfd_openr. Rather than opening a file,
706 file headers (and hence BFD's idea of each section's VMA) put them at.
711 be a BFD for an ELF target with the word size and byte order found in
713 extern bfd *bfd_elf_bfd_from_remote_memory
714 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
719 (bfd *, struct bfd_link_info *);
722 _bfd_nearby_section (bfd *, struct bfd_section *, bfd_vma);
725 (bfd *, struct bfd_link_info *);
732 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
738 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
742 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
748 (bfd *, struct bfd_link_info *);
750 (bfd *, struct bfd_link_info *, const char *);
752 (bfd *, struct bfd_link_info *, struct bfd_section **,
758 (bfd *, struct bfd_link_info *);
760 (bfd *, struct bfd_link_info *);
762 (bfd *, struct bfd_link_info *);
774 /* The actual window used by BFD. Small user-requested read-only
789 (bfd *, file_ptr, bfd_size_type, bfd_window *, bfd_boolean);
794 (bfd *, const char *, const char **, const char **);
796 (struct bfd_link_info *, bfd *, const char *);
798 (bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *, bfd_size_type);
800 (bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *, bfd_vma,
803 (bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *);
805 (bfd *, struct bfd_link_info *, const char *);
807 (bfd *, struct bfd_link_info *, const char *);
809 (bfd *, struct bfd_link_info *, const char *, const char *,
813 (bfd *, const char *, const char *, bfd_boolean);
817 (bfd *, char *);
827 (bfd *, struct bfd_symbol *, struct internal_syment *);
830 (bfd *, struct bfd_symbol *, int, union internal_auxent *);
833 (bfd *, struct bfd_symbol *, unsigned int);
836 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **);
848 (bfd *);
851 (bfd *, struct bfd_link_info *);
854 (bfd *, struct bfd_link_info *);
857 (bfd *, struct bfd_link_info *);
860 (bfd *, struct bfd_link_info *);
867 (bfd *, struct bfd_link_info *, int);
870 (bfd *, struct bfd_link_info *);
877 (bfd *, struct bfd_link_info *, int);
880 (bfd *, struct bfd_link_info *);
887 (bfd *, struct bfd_link_info *);
890 (bfd *, struct bfd_link_info *, int, char *, int, int, bfd_arm_vfp11_fix,
894 (bfd *, struct bfd_link_info *);
897 (bfd *, struct bfd_link_info *);
911 (bfd *, bfd *);
914 (bfd *, const char *);
917 (bfd *, const char *);
921 (bfd *, struct bfd_link_info *);
925 (bfd *, bfd *, struct bfd_link_info *, bfd_signed_vma,
954 (bfd *, bfd_vma);
981 (bfd *, struct bfd_section *);
988 bfd *bfd_fopen (const char *filename, const char *target,
991 bfd *bfd_openr (const char *filename, const char *target);
993 bfd *bfd_fdopenr (const char *filename, const char *target, int fd);
995 bfd *bfd_openstreamr (const char *, const char *, void *);
997 bfd *bfd_openr_iovec (const char *filename, const char *target,
998 void *(*open_func) (struct bfd *nbfd,
1001 file_ptr (*pread_func) (struct bfd *nbfd,
1006 int (*close_func) (struct bfd *nbfd,
1008 int (*stat_func) (struct bfd *abfd,
1012 bfd *bfd_openw (const char *filename, const char *target);
1014 bfd_boolean bfd_close (bfd *abfd);
1016 bfd_boolean bfd_close_all_done (bfd *);
1018 bfd *bfd_create (const char *filename, bfd *templ);
1020 bfd_boolean bfd_make_writable (bfd *abfd);
1022 bfd_boolean bfd_make_readable (bfd *abfd);
1024 void *bfd_alloc (bfd *abfd, bfd_size_type wanted);
1026 void *bfd_zalloc (bfd *abfd, bfd_size_type wanted);
1031 char *bfd_follow_gnu_debuglink (bfd *abfd, const char *dir);
1034 (bfd *abfd, const char *filename);
1037 (bfd *abfd, struct bfd_section *sect, const char *filename);
1153 long bfd_get_mtime (bfd *abfd);
1155 file_ptr bfd_get_size (bfd *abfd);
1157 void *bfd_mmap (bfd *abfd, void *addr, bfd_size_type len,
1172 /* Which section in the bfd; 0..n-1 as sections are created in a bfd. */
1175 /* The next section in the list belonging to the BFD, or NULL. */
1178 /* The previous section in the list belonging to the BFD, or NULL. */
1418 user_set_vma flag is maintained by bfd; if it's not set, the
1526 /* The BFD which owns the section. */
1527 bfd *owner;
1554 /* These sections are global, and are managed by BFD. The application
1583 /* Macros to handle insertion and deletion of a bfd's sections. These
1606 bfd *_abfd = ABFD; \
1625 bfd *_abfd = ABFD; \
1711 void bfd_section_list_clear (bfd *);
1713 asection *bfd_get_section_by_name (bfd *abfd, const char *name);
1717 asection *bfd_get_linker_section (bfd *abfd, const char *name);
1720 (bfd *abfd,
1722 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1726 (bfd *abfd, const char *templat, int *count);
1728 asection *bfd_make_section_old_way (bfd *abfd, const char *name);
1731 (bfd *abfd, const char *name, flagword flags);
1733 asection *bfd_make_section_anyway (bfd *abfd, const char *name);
1736 (bfd *, const char *name, flagword flags);
1738 asection *bfd_make_section (bfd *, const char *name);
1741 (bfd *abfd, asection *sec, flagword flags);
1744 (bfd *abfd, asection *sec, const char *newname);
1747 (bfd *abfd,
1748 void (*func) (bfd *abfd, asection *sect, void *obj),
1752 (bfd *abfd,
1753 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
1757 (bfd *abfd, asection *sec, bfd_size_type val);
1760 (bfd *abfd, asection *section, const void *data,
1764 (bfd *abfd, asection *section, void *location, file_ptr offset,
1768 (bfd *abfd, asection *section, bfd_byte **buf);
1771 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
1776 bfd_boolean bfd_generic_is_group_section (bfd *, const asection *sec);
1778 bfd_boolean bfd_generic_discard_group (bfd *abfd, asection *group);
2206 const char *bfd_printable_name (bfd *abfd);
2213 (const bfd *abfd, const bfd *bbfd, bfd_boolean accept_unknowns);
2215 void bfd_set_arch_info (bfd *abfd, const bfd_arch_info_type *arg);
2217 enum bfd_architecture bfd_get_arch (bfd *abfd);
2219 unsigned long bfd_get_mach (bfd *abfd);
2221 unsigned int bfd_arch_bits_per_byte (bfd *abfd);
2223 unsigned int bfd_arch_bits_per_address (bfd *abfd);
2225 const bfd_arch_info_type *bfd_get_arch_info (bfd *abfd);
2233 unsigned int bfd_octets_per_byte (bfd *abfd);
2346 (bfd *, arelent *, struct bfd_symbol *, void *, asection *,
2347 bfd *, char **);
2434 (bfd *abfd,
2438 bfd *output_bfd,
2442 (bfd *abfd,
2829 /* microMIPS versions of generic BFD relocs. */
5251 (bfd *abfd, bfd_reloc_code_real_type code);
5253 (bfd *abfd, const char *reloc_name);
5261 /* A pointer to the BFD which owns the symbol. This information
5269 these globals be per-bfd (or per-target-flavor). FIXME. */
5270 struct bfd *the_bfd; /* Use bfd_asymbol_bfd(sym) to access this field. */
5328 by the target BFD part to convey this information. */
5404 bfd_boolean bfd_is_local_label (bfd *abfd, asymbol *sym);
5406 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name);
5411 bfd_boolean bfd_is_target_special_symbol (bfd *abfd, asymbol *sym);
5420 (bfd *abfd, asymbol **location, unsigned int count);
5422 void bfd_print_symbol_vandf (bfd *abfd, void *file, asymbol *symbol);
5427 asymbol *_bfd_generic_make_empty_symbol (bfd *);
5439 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
5445 /* Extracted from bfd.c. */
5454 struct bfd
5456 /* A unique identifier of the BFD */
5459 /* The filename the application opened the BFD with. */
5466 to the file backing the BFD. */
5472 struct bfd *lru_prev, *lru_next;
5474 /* When a file is closed by the caching routines, BFD retains
5484 /* The format which belongs to the BFD
5487 /* The direction with which the BFD was opened. */
5493 /* Values that may appear in the flags field of a BFD. These also
5502 /* BFD contains relocation entries. */
5505 /* BFD is directly executable. */
5508 /* BFD has line number information (basically used for F_LNNO in a
5512 /* BFD has debugging information. */
5515 /* BFD has symbols. */
5518 /* BFD has local symbols (basically used for F_LSYMS in a COFF
5522 /* BFD is a dynamic object. */
5530 /* BFD is dynamically paged (this is like an a.out ZMAGIC file) (the
5534 /* BFD is relaxable (this means that bfd_relax_section may be able to
5539 /* This may be set before writing out a BFD to request using a
5545 /* This flag indicates that the BFD contents are actually cached
5550 /* The sections in this BFD specify a memory page. */
5553 /* This BFD has been created by the linker and doesn't correspond
5557 /* This may be set before writing out a BFD to request that it
5562 /* Compress sections in this BFD. */
5565 /* Decompress sections in this BFD. */
5568 /* BFD is a dummy, for plugins. */
5575 /* Flags bits which are for BFD use only. */
5588 thin archive rather than the offset of the bfd in its actual
5611 /* Symbol table for output BFD (with symcount entries).
5612 Also used by the linker to cache input BFD symbols. */
5623 struct bfd *my_archive; /* The containing archive BFD. */
5624 struct bfd *archive_next; /* The next BFD in the archive. */
5625 struct bfd *archive_head; /* The first BFD in the archive. */
5626 struct bfd *nested_archives; /* List of nested archive in a flattened
5629 /* A chain of BFD structures involved in a link. */
5630 struct bfd *link_next;
5682 /* Where all the allocated stuff under this BFD goes. This is a
5692 BFD was opened. This is used to select which matching algorithm
5703 /* Flag set if symbols from this BFD should not be exported. */
5772 long bfd_get_reloc_upper_bound (bfd *abfd, asection *sect);
5775 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
5778 (bfd *abfd, asection *sec, arelent **rel, unsigned int count);
5780 bfd_boolean bfd_set_file_flags (bfd *abfd, flagword flags);
5782 int bfd_get_arch_size (bfd *abfd);
5784 int bfd_get_sign_extend_vma (bfd *abfd);
5786 bfd_boolean bfd_set_start_address (bfd *abfd, bfd_vma vma);
5788 unsigned int bfd_get_gp_size (bfd *abfd);
5790 void bfd_set_gp_size (bfd *abfd, unsigned int i);
5794 bfd_boolean bfd_copy_private_header_data (bfd *ibfd, bfd *obfd);
5799 bfd_boolean bfd_copy_private_bfd_data (bfd *ibfd, bfd *obfd);
5804 bfd_boolean bfd_merge_private_bfd_data (bfd *ibfd, bfd *obfd);
5809 bfd_boolean bfd_set_private_flags (bfd *abfd, flagword flags);
5907 (bfd *, struct bfd_link_info *, struct bfd_link_order *, bfd_byte *,
5910 bfd_boolean bfd_alt_mach_code (bfd *abfd, int alternative);
5924 bfd_boolean bfd_preserve_save (bfd *, struct bfd_preserve *);
5926 void bfd_preserve_restore (bfd *, struct bfd_preserve *);
5928 void bfd_preserve_finish (bfd *, struct bfd_preserve *);
5938 char *bfd_demangle (bfd *, const char *, int);
5942 (bfd *abfd, symindex previous, carsym **sym);
5944 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
5946 bfd *bfd_openr_next_archived_file (bfd *archive, bfd *previous);
5949 const char *bfd_core_file_failing_command (bfd *abfd);
5951 int bfd_core_file_failing_signal (bfd *abfd);
5953 int bfd_core_file_pid (bfd *abfd);
5956 (bfd *core_bfd, bfd *exec_bfd);
5959 (bfd *core_bfd, bfd *exec_bfd);
5962 #define BFD_SEND(bfd, message, arglist) \
5963 ((*((bfd)->xvec->message)) arglist)
5967 #define BFD_SEND(bfd, message, arglist) \
5968 (((bfd) && (bfd)->xvec && (bfd
5969 ((*((bfd)->xvec->message)) arglist) : \
5972 #define BFD_SEND_FMT(bfd, message, arglist) \
5973 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist)
5977 #define BFD_SEND_FMT(bfd, message, arglist) \
5978 (((bfd) && (bfd)->xvec && (bfd)->xvec->message) ? \
5979 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist) : \
6057 other entry points, since they don't take a BFD as the first argument.
6084 const struct bfd_target *(*_bfd_check_format[bfd_type_end]) (bfd *);
6087 bfd_boolean (*_bfd_set_format[bfd_type_end]) (bfd *);
6090 bfd_boolean (*_bfd_write_contents[bfd_type_end]) (bfd *);
6101 /* Called when the BFD is being closed to do any necessary cleanup. */
6102 bfd_boolean (*_close_and_cleanup) (bfd *);
6103 /* Ask the BFD to free all cached information. */
6104 bfd_boolean (*_bfd_free_cached_info) (bfd *);
6106 bfd_boolean (*_new_section_hook) (bfd *, sec_ptr);
6109 (bfd *, sec_ptr, void *, file_ptr, bfd_size_type);
6111 (bfd *, sec_ptr, bfd_window *, file_ptr, bfd_size_type);
6124 /* Called to copy BFD general private data from one object file
6126 bfd_boolean (*_bfd_copy_private_bfd_data) (bfd *, bfd *);
6127 /* Called to merge BFD general private data from one object file
6129 bfd_boolean (*_bfd_merge_private_bfd_data) (bfd *, bfd *);
6130 /* Called to initialize BFD private section data from one object file
6135 (bfd *, sec_ptr, bfd *, sec_ptr, struct bfd_link_info *);
6136 /* Called to copy BFD private section data from one object file
6139 (bfd *, sec_ptr, bfd *, sec_ptr);
6140 /* Called to copy BFD private symbol data from one symbol
6143 (bfd *, asymbol *, bfd *, asymbol *);
6144 /* Called to copy BFD private header data from one object file
6147 (bfd *, bfd *);
6149 bfd_boolean (*_bfd_set_private_flags) (bfd *, flagword);
6151 /* Called to print private BFD data. */
6152 bfd_boolean (*_bfd_print_private_bfd_data) (bfd *, void *);
6161 char * (*_core_file_failing_command) (bfd *);
6162 int (*_core_file_failing_signal) (bfd *);
6163 bfd_boolean (*_core_file_matches_executable_p) (bfd *, bfd *);
6164 int (*_core_file_pid) (bfd *);
6180 bfd_boolean (*_bfd_slurp_armap) (bfd *);
6181 bfd_boolean (*_bfd_slurp_extended_name_table) (bfd *);
6183 (bfd *, char **, bfd_size_type *, const char **);
6184 void (*_bfd_truncate_arname) (bfd *, const char *, char *);
6186 (bfd *, unsigned int, struct orl *, unsigned int, int);
6187 void * (*_bfd_read_ar_hdr_fn) (bfd *);
6188 bfd_boolean (*_bfd_write_ar_hdr_fn) (bfd *, bfd *);
6189 bfd * (*openr_next_archived_file) (bfd *, bfd *);
6191 bfd * (*_bfd_get_elt_at_index) (bfd *, symindex);
6192 int (*_bfd_stat_arch_elt) (bfd *, struct stat *);
6193 bfd_boolean (*_bfd_update_armap_timestamp) (bfd *);
6213 long (*_bfd_get_symtab_upper_bound) (bfd *);
6215 (bfd *, struct bfd_symbol **);
6217 (*_bfd_make_empty_symbol) (bfd *);
6219 (bfd *, void *, struct bfd_symbol *, bfd_print_symbol_type);
6222 (bfd *, struct bfd_symbol *, symbol_info *);
6224 bfd_boolean (*_bfd_is_local_label_name) (bfd *, const char *);
6225 bfd_boolean (*_bfd_is_target_special_symbol) (bfd *, asymbol *);
6226 alent * (*_get_lineno) (bfd *, struct bfd_symbol *);
6228 (bfd *, struct bfd_section *, struct bfd_symbol **, bfd_vma,
6231 (bfd *, struct bfd_section *, struct bfd_symbol **, bfd_vma,
6234 (bfd *, struct bfd_symbol **, struct bfd_symbol *,
6237 (bfd *, const char **, const char **, unsigned int *);
6239 while using BFD for everything else. Currently used by the assembler
6242 (bfd *, void *, unsigned long size);
6246 (bfd *, bfd_boolean, void **, unsigned int *);
6250 (bfd *, bfd_boolean, const void *, asymbol *);
6259 long (*_get_reloc_upper_bound) (bfd *, sec_ptr);
6261 (bfd *, sec_ptr, arelent **, struct bfd_symbol **);
6264 (*reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
6266 (*reloc_name_lookup) (bfd *, const char *);
6275 (bfd *, enum bfd_architecture, unsigned long);
6277 (bfd *, sec_ptr, const void *, file_ptr, bfd_size_type);
6299 int (*_bfd_sizeof_headers) (bfd *, struct bfd_link_info *);
6301 (bfd *, struct bfd_link_info *, struct bfd_link_order *,
6305 (bfd *, struct bfd_section *, struct bfd_link_info *, bfd_boolean *);
6310 (*_bfd_link_hash_table_create) (bfd *);
6316 bfd_boolean (*_bfd_link_add_symbols) (bfd *, struct bfd_link_info *);
6325 (bfd *, struct bfd_link_hash_entry *, struct bfd_link_hash_entry *);
6328 section of the BFD. */
6329 bfd_boolean (*_bfd_final_link) (bfd *, struct bfd_link_info *);
6332 bfd_boolean (*_bfd_link_split_section) (bfd *, struct bfd_section *);
6335 bfd_boolean (*_bfd_gc_sections) (bfd *, struct bfd_link_info *);
6343 bfd_boolean (*_bfd_merge_sections) (bfd *, struct bfd_link_info *);
6346 bfd_boolean (*_bfd_is_group_section) (bfd *, const struct bfd_section *);
6349 bfd_boolean (*_bfd_discard_group) (bfd *, struct bfd_section *);
6353 bfd_boolean (*_section_already_linked) (bfd *, asection *,
6357 bfd_boolean (*_bfd_define_common_symbol) (bfd *, struct bfd_link_info *,
6369 long (*_bfd_get_dynamic_symtab_upper_bound) (bfd *);
6372 (bfd *, struct bfd_symbol **);
6375 (bfd *, long, struct bfd_symbol **, long, struct bfd_symbol **,
6378 long (*_bfd_get_dynamic_reloc_upper_bound) (bfd *);
6381 (bfd *, arelent **, struct bfd_symbol **);
6394 const bfd_target *bfd_find_target (const char *target_name, bfd *abfd);
6397 bfd *abfd,
6408 bfd_boolean bfd_check_format (bfd *abfd, bfd_format format);
6411 (bfd *abfd, bfd_format format, char ***matching);
6413 bfd_boolean bfd_set_format (bfd *abfd, bfd_format format);
6418 bfd_boolean bfd_link_split_section (bfd *abfd, asection *sec);
6423 bfd_boolean bfd_section_already_linked (bfd *abfd,
6431 (bfd *output_bfd, struct bfd_link_info *info,
6446 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
6450 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer,
6454 (bfd *abfd, asection *section, bfd_byte **ptr);
6457 (bfd *abfd, asection *section);
6460 (bfd *abfd, asection *section);
6463 (bfd *abfd, asection *section);