Line 1... |
Line 1... |
/* BFD back-end for a.out.adobe binaries.
|
/* BFD back-end for a.out.adobe binaries.
|
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
|
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
|
2001, 2002, 2003, 2004, 2005, 2006, 2007
|
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
Written by Cygnus Support. Based on bout.c.
|
Written by Cygnus Support. Based on bout.c.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
Line 461... |
Line 461... |
#define aout_32_bfd_gc_sections bfd_generic_gc_sections
|
#define aout_32_bfd_gc_sections bfd_generic_gc_sections
|
#define aout_32_bfd_merge_sections bfd_generic_merge_sections
|
#define aout_32_bfd_merge_sections bfd_generic_merge_sections
|
#define aout_32_bfd_is_group_section bfd_generic_is_group_section
|
#define aout_32_bfd_is_group_section bfd_generic_is_group_section
|
#define aout_32_bfd_discard_group bfd_generic_discard_group
|
#define aout_32_bfd_discard_group bfd_generic_discard_group
|
#define aout_32_section_already_linked _bfd_generic_section_already_linked
|
#define aout_32_section_already_linked _bfd_generic_section_already_linked
|
|
#define aout_32_bfd_define_common_symbol bfd_generic_define_common_symbol
|
#define aout_32_bfd_link_hash_table_create _bfd_generic_link_hash_table_create
|
#define aout_32_bfd_link_hash_table_create _bfd_generic_link_hash_table_create
|
#define aout_32_bfd_link_hash_table_free _bfd_generic_link_hash_table_free
|
#define aout_32_bfd_link_hash_table_free _bfd_generic_link_hash_table_free
|
#define aout_32_bfd_link_add_symbols _bfd_generic_link_add_symbols
|
#define aout_32_bfd_link_add_symbols _bfd_generic_link_add_symbols
|
#define aout_32_bfd_link_just_syms _bfd_generic_link_just_syms
|
#define aout_32_bfd_link_just_syms _bfd_generic_link_just_syms
|
#define aout_32_bfd_final_link _bfd_generic_final_link
|
#define aout_32_bfd_final_link _bfd_generic_final_link
|