Line 2... |
Line 2... |
generated from "libcoff-in.h" and "coffcode.h".
|
generated from "libcoff-in.h" and "coffcode.h".
|
Run "make headers" in your build bfd/ to regenerate. */
|
Run "make headers" in your build bfd/ to regenerate. */
|
|
|
/* BFD COFF object file private structure.
|
/* BFD COFF object file private structure.
|
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
Written by Cygnus Support.
|
Written by Cygnus Support.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
Line 561... |
Line 561... |
(bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
|
(bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
|
struct internal_reloc *, struct internal_syment *, asection **);
|
struct internal_reloc *, struct internal_syment *, asection **);
|
extern struct bfd_hash_entry *_bfd_coff_debug_merge_hash_newfunc
|
extern struct bfd_hash_entry *_bfd_coff_debug_merge_hash_newfunc
|
(struct bfd_hash_entry *, struct bfd_hash_table *, const char *);
|
(struct bfd_hash_entry *, struct bfd_hash_table *, const char *);
|
extern bfd_boolean _bfd_coff_write_global_sym
|
extern bfd_boolean _bfd_coff_write_global_sym
|
(struct coff_link_hash_entry *, void *);
|
(struct bfd_hash_entry *, void *);
|
extern bfd_boolean _bfd_coff_write_task_globals
|
extern bfd_boolean _bfd_coff_write_task_globals
|
(struct coff_link_hash_entry *, void *);
|
(struct coff_link_hash_entry *, void *);
|
extern bfd_boolean _bfd_coff_link_input_bfd
|
extern bfd_boolean _bfd_coff_link_input_bfd
|
(struct coff_final_link_info *, bfd *);
|
(struct coff_final_link_info *, bfd *);
|
extern bfd_boolean _bfd_coff_reloc_link_order
|
extern bfd_boolean _bfd_coff_reloc_link_order
|