Home | History | Annotate | Download | only in include

Lines Matching defs: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.
78 /* The word size used by BFD on the host. This may be 64 with a 32
80 been selected with --enable-targets, or if --enable-64-bit-bfd. */
83 /* The word size of the default bfd target. */
112 typedef struct bfd bfd;
114 /* Boolean type used in bfd. Too many systems define their own
188 /* An offset into a file. BFD always uses the largest possible offset
193 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
194 extern void bfd_fprintf_vma (bfd *, void *, bfd_vma);
259 bfd *abfd;
260 } u; /* bfd* or file position. */
285 #define bfd_get_section_name(bfd, ptr) ((ptr)->name + 0)
286 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0)
287 #define bfd_get_section_lma(bfd, ptr) ((ptr)->lma + 0)
288 #define bfd_get_section_alignment(bfd, ptr) ((ptr)->alignment_power + 0)
289 #define bfd_section_name(bfd, ptr) ((ptr)->name)
290 #define bfd_section_size(bfd, ptr) ((ptr)->size)
292 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
293 #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
294 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power)
295 #define bfd_get_section_flags(bfd, ptr) ((ptr)->flags + 0)
296 #define bfd_get_section_userdata(bfd, ptr) ((ptr)->userdata)
300 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
301 #define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val)),TRUE)
302 #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE)
304 #define bfd_get_section_limit(bfd, sec) \
306 / bfd_octets_per_byte (bfd))
461 /* User program access to BFD facilities. */
464 file than BFD does. Use higher level routines if possible. */
466 extern bfd_size_type bfd_bread (void *, bfd_size_type, bfd *);
467 extern bfd_size_type bfd_bwrite (const void *, bfd_size_type, bfd *);
468 extern int bfd_seek (bfd *, file_ptr, int);
469 extern file_ptr bfd_tell (bfd *);
470 extern int bfd_flush (bfd *);
471 extern int bfd_stat (bfd *, struct stat *);
529 (bfd *abfd);
535 (bfd *, unsigned long, bfd_boolean, flagword, bfd_boolean, bfd_vma,
580 (bfd * abfd);
582 (bfd *abfd, bfd_vma gp_value);
584 (bfd *abfd, unsigned long gprmask, unsigned long fprmask,
587 (bfd *output_bfd, struct ecoff_debug_info *output_debug,
590 (void *handle, bfd *output_bfd, struct ecoff_debug_info *output_debug,
593 (void *handle, bfd *output_bfd, struct ecoff_debug_info *output_debug,
594 const struct ecoff_debug_swap *output_swap, bfd *input_bfd,
598 (void *handle, bfd *output_bfd, struct ecoff_debug_info *output_debug,
599 const struct ecoff_debug_swap *output_swap, bfd *input_bfd,
602 (bfd *abfd, struct ecoff_debug_info *debug,
607 (bfd *abfd, struct ecoff_debug_info *debug,
611 (bfd *abfd, struct ecoff_debug_info *debug,
614 (bfd *abfd, struct ecoff_debug_info *debug,
617 (void *handle, bfd *abfd, struct ecoff_debug_info *debug,
626 bfd *by;
645 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
648 (bfd *, struct bfd_link_info *);
650 (bfd *, struct bfd_link_needed_list **);
652 (bfd *, const char *, const char *, const char *, const char *, const char *,
656 (bfd *, struct bfd_link_info *);
658 (bfd *, const char *);
660 (bfd *);
662 (bfd *, enum dynamic_lib_link_class);
664 (bfd *);
666 (bfd *, struct bfd_link_info *);
668 (bfd *, struct bfd_link_info *);
676 (bfd *abfd);
686 (bfd *abfd, void *phdrs);
688 /* Create a new BFD as if by bfd_openr. Rather than opening a file,
693 file headers (and hence BFD's idea of each section's VMA) put them at.
698 be a BFD for an ELF target with the word size and byte order found in
700 extern bfd *bfd_elf_bfd_from_remote_memory
701 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
704 /* Return the arch_size field of an elf bfd, or -1 if not elf. */
706 (bfd *);
710 (bfd *);
713 (bfd *, struct bfd_link_info *);
716 (bfd *, struct bfd_link_info *);
723 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
729 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
733 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
739 (bfd *, struct bfd_link_info *);
741 (bfd *, struct bfd_link_info *, const char *);
743 (bfd *, struct bfd_link_info *, struct bfd_section **,
749 (bfd *, struct bfd_link_info *);
751 (bfd *, struct bfd_link_info *);
753 (bfd *, struct bfd_link_info *);
765 /* The actual window used by BFD. Small user-requested read-only
780 (bfd *, file_ptr, bfd_size_type, bfd_window *, bfd_boolean);
785 (bfd *, const char *, const char **, const char **);
787 (struct bfd_link_info *, bfd *, const char *);
789 (bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *, bfd_size_type);
791 (bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *, bfd_vma,
794 (bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *);
796 (bfd *, struct bfd_link_info *, const char *);
798 (bfd *, struct bfd_link_info *, const char *);
800 (bfd *, struct bfd_link_info *, const char *, const char *,
804 (bfd *, const char *, const char *, bfd_boolean);
808 (bfd *, char *);
818 (bfd *, struct bfd_symbol *, struct internal_syment *);
821 (bfd *, struct bfd_symbol *, int, union internal_auxent *);
824 (bfd *, struct bfd_symbol *, unsigned int);
827 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **);
839 (bfd *);
842 (bfd *, struct bfd_link_info *);
845 (bfd *, struct bfd_link_info *);
848 (bfd *, struct bfd_link_info *);
851 (bfd *, struct bfd_link_info *);
858 (bfd *, struct bfd_link_info *, int);
861 (bfd *, struct bfd_link_info *);
868 (bfd *, struct bfd_link_info *, int);
871 (bfd *, struct bfd_link_info *);
878 (bfd *, struct bfd_link_info *);
881 (bfd *, struct bfd_link_info *, int, char *, int, int, bfd_arm_vfp11_fix,
885 (bfd *, struct bfd_link_info *);
888 (bfd *, struct bfd_link_info *);
902 (bfd *, bfd *);
905 (bfd *, const char *);
908 (bfd *, const char *);
912 (bfd *, struct bfd_link_info *);
916 (bfd *, bfd *, struct bfd_link_info *, bfd_signed_vma,
941 (bfd *, bfd_vma);
968 (bfd *, struct bfd_section *);
975 bfd *bfd_fopen (const char *filename, const char *target,
978 bfd *bfd_openr (const char *filename, const char *target);
980 bfd *bfd_fdopenr (const char *filename, const char *target, int fd);
982 bfd *bfd_openstreamr (const char *, const char *, void *);
984 bfd *bfd_openr_iovec (const char *filename, const char *target,
985 void *(*open_func) (struct bfd *nbfd,
988 file_ptr (*pread_func) (struct bfd *nbfd,
993 int (*close_func) (struct bfd *nbfd,
995 int (*stat_func) (struct bfd *abfd,
999 bfd *bfd_openw (const char *filename, const char *target);
1001 bfd_boolean bfd_close (bfd *abfd);
1003 bfd_boolean bfd_close_all_done (bfd *);
1005 bfd *bfd_create (const char *filename, bfd *templ);
1007 bfd_boolean bfd_make_writable (bfd *abfd);
1009 bfd_boolean bfd_make_readable (bfd *abfd);
1011 void *bfd_alloc (bfd *abfd, bfd_size_type wanted);
1013 void *bfd_zalloc (bfd *abfd, bfd_size_type wanted);
1018 char *bfd_follow_gnu_debuglink (bfd *abfd, const char *dir);
1021 (bfd *abfd, const char *filename);
1024 (bfd *abfd, struct bfd_section *sect, const char *filename);
1140 long bfd_get_mtime (bfd *abfd);
1142 file_ptr bfd_get_size (bfd *abfd);
1144 void *bfd_mmap (bfd *abfd, void *addr, bfd_size_type len,
1158 /* Which section in the bfd; 0..n-1 as sections are created in a bfd. */
1161 /* The next section in the list belonging to the BFD, or NULL. */
1164 /* The previous section in the list belonging to the BFD, or NULL. */
1399 user_set_vma flag is maintained by bfd; if it's not set, the
1507 /* The BFD which owns the section. */
1508 bfd *owner;
1535 /* These sections are global, and are managed by BFD. The application
1567 /* Macros to handle insertion and deletion of a bfd's sections. These
1590 bfd *_abfd = ABFD; \
1609 bfd *_abfd = ABFD; \
1695 void bfd_section_list_clear (bfd *);
1697 asection *bfd_get_section_by_name (bfd *abfd, const char *name);
1700 (bfd *abfd,
1702 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1706 (bfd *abfd, const char *templat, int *count);
1708 asection *bfd_make_section_old_way (bfd *abfd, const char *name);
1711 (bfd *abfd, const char *name, flagword flags);
1713 asection *bfd_make_section_anyway (bfd *abfd, const char *name);
1716 (bfd *, const char *name, flagword flags);
1718 asection *bfd_make_section (bfd *, const char *name);
1721 (bfd *abfd, asection *sec, flagword flags);
1724 (bfd *abfd,
1725 void (*func) (bfd *abfd, asection *sect, void *obj),
1729 (bfd *abfd,
1730 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
1734 (bfd *abfd, asection *sec, bfd_size_type val);
1737 (bfd *abfd, asection *section, const void *data,
1741 (bfd *abfd, asection *section, void *location, file_ptr offset,
1745 (bfd *abfd, asection *section, bfd_byte **buf);
1748 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
1753 bfd_boolean bfd_generic_is_group_section (bfd *, const asection *sec);
1755 bfd_boolean bfd_generic_discard_group (bfd *abfd, asection *group);
2143 const char *bfd_printable_name (bfd *abfd);
2150 (const bfd *abfd, const bfd *bbfd, bfd_boolean accept_unknowns);
2152 void bfd_set_arch_info (bfd *abfd, const bfd_arch_info_type *arg);
2154 enum bfd_architecture bfd_get_arch (bfd *abfd);
2156 unsigned long bfd_get_mach (bfd *abfd);
2158 unsigned int bfd_arch_bits_per_byte (bfd *abfd);
2160 unsigned int bfd_arch_bits_per_address (bfd *abfd);
2162 const bfd_arch_info_type *bfd_get_arch_info (bfd *abfd);
2170 unsigned int bfd_octets_per_byte (bfd *abfd);
2283 (bfd *, arelent *, struct bfd_symbol *, void *, asection *,
2284 bfd *, char **);
2371 (bfd *abfd,
2375 bfd *output_bfd,
2379 (bfd *abfd,
4770 (bfd *abfd, bfd_reloc_code_real_type code);
4772 (bfd *abfd, const char *reloc_name);
4780 /* A pointer to the BFD which owns the symbol. This information
4788 these globals be per-bfd (or per-target-flavor). FIXME. */
4789 struct bfd *the_bfd; /* Use bfd_asymbol_bfd(sym) to access this field. */
4847 by the target BFD part to convey this information. */
4923 bfd_boolean bfd_is_local_label (bfd *abfd, asymbol *sym);
4925 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name);
4930 bfd_boolean bfd_is_target_special_symbol (bfd *abfd, asymbol *sym);
4939 (bfd *abfd, asymbol **location, unsigned int count);
4941 void bfd_print_symbol_vandf (bfd *abfd, void *file, asymbol *symbol);
4946 asymbol *_bfd_generic_make_empty_symbol (bfd *);
4958 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
4964 /* Extracted from bfd.c. */
4973 struct bfd
4975 /* A unique identifier of the BFD */
4978 /* The filename the application opened the BFD with. */
4985 to the file backing the BFD. */
4991 struct bfd *lru_prev, *lru_next;
4993 /* When a file is closed by the caching routines, BFD retains
5003 /* The format which belongs to the BFD. (object, core, etc.) */
5006 /* The direction with which the BFD was opened. */
5012 /* Values that may appear in the flags field of a BFD. These also
5021 /* BFD contains relocation entries. */
5024 /* BFD is directly executable. */
5027 /* BFD has line number information (basically used for F_LNNO in a
5031 /* BFD has debugging information. */
5034 /* BFD has symbols. */
5037 /* BFD has local symbols (basically used for F_LSYMS in a COFF
5041 /* BFD is a dynamic object. */
5049 /* BFD is dynamically paged (this is like an a.out ZMAGIC file) (the
5053 /* BFD is relaxable (this means that bfd_relax_section may be able to
5058 /* This may be set before writing out a BFD to request using a
5064 /* This flag indicates that the BFD contents are actually cached
5069 /* The sections in this BFD specify a memory page. */
5072 /* This BFD has been created by the linker and doesn't correspond
5076 /* This may be set before writing out a BFD to request that it
5081 /* Compress sections in this BFD. */
5084 /* Decompress sections in this BFD. */
5091 /* Flags bits which are for BFD use only. */
5104 thin archive rather than the offset of the bfd in its actual
5127 /* Symbol table for output BFD (with symcount entries).
5128 Also used by the linker to cache input BFD symbols. */
5139 struct bfd *my_archive; /* The containing archive BFD. */
5140 struct bfd *archive_next; /* The next BFD in the archive. */
5141 struct bfd *archive_head; /* The first BFD in the archive. */
5142 struct bfd *nested_archives; /* List of nested archive in a flattened
5145 /* A chain of BFD structures involved in a link. */
5146 struct bfd *link_next;
5198 /* Where all the allocated stuff under this BFD goes. This is a
5208 BFD was opened. This is used to select which matching algorithm
5219 /* Flag set if symbols from this BFD should not be exported. */
5279 long bfd_get_reloc_upper_bound (bfd *abfd, asection *sect);
5282 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
5285 (bfd *abfd, asection *sec, arelent **rel, unsigned int count);
5287 bfd_boolean bfd_set_file_flags (bfd *abfd, flagword flags);
5289 int bfd_get_arch_size (bfd *abfd);
5291 int bfd_get_sign_extend_vma (bfd *abfd);
5293 bfd_boolean bfd_set_start_address (bfd *abfd, bfd_vma vma);
5295 unsigned int bfd_get_gp_size (bfd *abfd);
5297 void bfd_set_gp_size (bfd *abfd, unsigned int i);
5301 bfd_boolean bfd_copy_private_header_data (bfd *ibfd, bfd *obfd);
5306 bfd_boolean bfd_copy_private_bfd_data (bfd *ibfd, bfd *obfd);
5311 bfd_boolean bfd_merge_private_bfd_data (bfd *ibfd, bfd *obfd);
5316 bfd_boolean bfd_set_private_flags (bfd *abfd, flagword flags);
5406 (bfd *, struct bfd_link_info *, struct bfd_link_order *, bfd_byte *,
5409 bfd_boolean bfd_alt_mach_code (bfd *abfd, int alternative);
5423 bfd_boolean bfd_preserve_save (bfd *, struct bfd_preserve *);
5425 void bfd_preserve_restore (bfd *, struct bfd_preserve *);
5427 void bfd_preserve_finish (bfd *, struct bfd_preserve *);
5437 char *bfd_demangle (bfd *, const char *, int);
5441 (bfd *abfd, symindex previous, carsym **sym);
5443 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
5445 bfd *bfd_openr_next_archived_file (bfd *archive, bfd *previous);
5448 const char *bfd_core_file_failing_command (bfd *abfd);
5450 int bfd_core_file_failing_signal (bfd *abfd);
5452 int bfd_core_file_pid (bfd *abfd);
5455 (bfd *core_bfd, bfd *exec_bfd);
5458 (bfd *core_bfd, bfd *exec_bfd);
5461 #define BFD_SEND(bfd, message, arglist) \
5462 ((*((bfd)->xvec->message)) arglist)
5466 #define BFD_SEND(bfd, message, arglist) \
5467 (((bfd) && (bfd)->xvec && (bfd)->xvec->message) ? \
5468 ((*((bfd
5471 #define BFD_SEND_FMT(bfd, message, arglist) \
5472 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist)
5476 #define BFD_SEND_FMT(bfd, message, arglist) \
5477 (((bfd) && (bfd)->xvec && (bfd)->xvec->message) ? \
5478 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist) : \
5549 other entry points, since they don't take a BFD as the first argument.
5576 const struct bfd_target *(*_bfd_check_format[bfd_type_end]) (bfd *);
5579 bfd_boolean (*_bfd_set_format[bfd_type_end]) (bfd *);
5582 bfd_boolean (*_bfd_write_contents[bfd_type_end]) (bfd *);
5593 /* Called when the BFD is being closed to do any necessary cleanup. */
5594 bfd_boolean (*_close_and_cleanup) (bfd *);
5595 /* Ask the BFD to free all cached information. */
5596 bfd_boolean (*_bfd_free_cached_info) (bfd *);
5598 bfd_boolean (*_new_section_hook) (bfd *, sec_ptr);
5601 (bfd *, sec_ptr, void *, file_ptr, bfd_size_type);
5603 (bfd *, sec_ptr, bfd_window *, file_ptr, bfd_size_type);
5616 /* Called to copy BFD general private data from one object file
5618 bfd_boolean (*_bfd_copy_private_bfd_data) (bfd *, bfd *);
5619 /* Called to merge BFD general private data from one object file
5621 bfd_boolean (*_bfd_merge_private_bfd_data) (bfd *, bfd *);
5622 /* Called to initialize BFD private section data from one object file
5627 (bfd *, sec_ptr, bfd *, sec_ptr, struct bfd_link_info *);
5628 /* Called to copy BFD private section data from one object file
5631 (bfd *, sec_ptr, bfd *, sec_ptr);
5632 /* Called to copy BFD private symbol data from one symbol
5635 (bfd *, asymbol *, bfd *, asymbol *);
5636 /* Called to copy BFD private header data from one object file
5639 (bfd *, bfd *);
5641 bfd_boolean (*_bfd_set_private_flags) (bfd *, flagword);
5643 /* Called to print private BFD data. */
5644 bfd_boolean (*_bfd_print_private_bfd_data) (bfd *, void *);
5653 char * (*_core_file_failing_command) (bfd *);
5654 int (*_core_file_failing_signal) (bfd *);
5655 bfd_boolean (*_core_file_matches_executable_p) (bfd *, bfd *);
5656 int (*_core_file_pid) (bfd *);
5672 bfd_boolean (*_bfd_slurp_armap) (bfd *);
5673 bfd_boolean (*_bfd_slurp_extended_name_table) (bfd *);
5675 (bfd *, char **, bfd_size_type *, const char **);
5676 void (*_bfd_truncate_arname) (bfd *, const char *, char *);
5678 (bfd *, unsigned int, struct orl *, unsigned int, int);
5679 void * (*_bfd_read_ar_hdr_fn) (bfd *);
5680 bfd_boolean (*_bfd_write_ar_hdr_fn) (bfd *, bfd *);
5681 bfd * (*openr_next_archived_file) (bfd *, bfd *);
5683 bfd * (*_bfd_get_elt_at_index) (bfd *, symindex);
5684 int (*_bfd_stat_arch_elt) (bfd *, struct stat *);
5685 bfd_boolean (*_bfd_update_armap_timestamp) (bfd *);
5704 long (*_bfd_get_symtab_upper_bound) (bfd *);
5706 (bfd *, struct bfd_symbol **);
5708 (*_bfd_make_empty_symbol) (bfd *);
5710 (bfd *, void *, struct bfd_symbol *, bfd_print_symbol_type);
5713 (bfd *, struct bfd_symbol *, symbol_info *);
5715 bfd_boolean (*_bfd_is_local_label_name) (bfd *, const char *);
5716 bfd_boolean (*_bfd_is_target_special_symbol) (bfd *, asymbol *);
5717 alent * (*_get_lineno) (bfd *, struct bfd_symbol *);
5719 (bfd *, struct bfd_section *, struct bfd_symbol **, bfd_vma,
5722 (bfd *, struct bfd_symbol **, struct bfd_symbol *,
5725 (bfd *, const char **, const char **, unsigned int *);
5727 while using BFD for everything else. Currently used by the assembler
5730 (bfd *, void *, unsigned long size);
5734 (bfd *, bfd_boolean, void **, unsigned int *);
5738 (bfd *, bfd_boolean, const void *, asymbol *);
5747 long (*_get_reloc_upper_bound) (bfd *, sec_ptr);
5749 (bfd *, sec_ptr, arelent **, struct bfd_symbol **);
5752 (*reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
5754 (*reloc_name_lookup) (bfd *, const char *);
5763 (bfd *, enum bfd_architecture, unsigned long);
5765 (bfd *, sec_ptr, const void *, file_ptr, bfd_size_type);
5786 int (*_bfd_sizeof_headers) (bfd *, struct bfd_link_info *);
5788 (bfd *, struct bfd_link_info *, struct bfd_link_order *,
5792 (bfd *, struct bfd_section *, struct bfd_link_info *, bfd_boolean *);
5797 (*_bfd_link_hash_table_create) (bfd *);
5803 bfd_boolean (*_bfd_link_add_symbols) (bfd *, struct bfd_link_info *);
5812 (bfd *, struct bfd_link_hash_entry *, struct bfd_link_hash_entry *);
5815 section of the BFD. */
5816 bfd_boolean (*_bfd_final_link) (bfd *, struct bfd_link_info *);
5819 bfd_boolean (*_bfd_link_split_section) (bfd *, struct bfd_section *);
5822 bfd_boolean (*_bfd_gc_sections) (bfd *, struct bfd_link_info *);
5825 bfd_boolean (*_bfd_merge_sections) (bfd *, struct bfd_link_info *);
5828 bfd_boolean (*_bfd_is_group_section) (bfd *, const struct bfd_section *);
5831 bfd_boolean (*_bfd_discard_group) (bfd *, struct bfd_section *);
5835 void (*_section_already_linked) (bfd *, struct bfd_section *,
5839 bfd_boolean (*_bfd_define_common_symbol) (bfd *, struct bfd_link_info *,
5851 long (*_bfd_get_dynamic_symtab_upper_bound) (bfd *);
5854 (bfd *, struct bfd_symbol **);
5857 (bfd *, long, struct bfd_symbol **, long, struct bfd_symbol **,
5860 long (*_bfd_get_dynamic_reloc_upper_bound) (bfd *);
5863 (bfd *, arelent **, struct bfd_symbol **);
5876 const bfd_target *bfd_find_target (const char *target_name, bfd *abfd);
5879 bfd *abfd,
5890 bfd_boolean bfd_check_format (bfd *abfd, bfd_format format);
5893 (bfd *abfd, bfd_format format, char ***matching);
5895 bfd_boolean bfd_set_format (bfd
5900 bfd_boolean bfd_link_split_section (bfd *abfd, asection *sec);
5905 void bfd_section_already_linked (bfd *abfd, asection *sec,
5912 (bfd *output_bfd, struct bfd_link_info *info,
5924 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
5928 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer,
5932 (bfd *abfd, asection *section, bfd_byte **ptr);
5935 (bfd *abfd, asection *section);
5938 (bfd *abfd, asection *section);
5941 (bfd *abfd, asection *section);