Line 1... |
Line 1... |
/* Target definitions for NN-bit ELF
|
/* Target definitions for NN-bit ELF
|
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
Line 653... |
Line 653... |
|
|
#ifndef elf_backend_is_function_type
|
#ifndef elf_backend_is_function_type
|
#define elf_backend_is_function_type _bfd_elf_is_function_type
|
#define elf_backend_is_function_type _bfd_elf_is_function_type
|
#endif
|
#endif
|
|
|
|
#ifndef elf_backend_maybe_function_sym
|
|
#define elf_backend_maybe_function_sym _bfd_elf_maybe_function_sym
|
|
#endif
|
|
|
#ifndef elf_match_priority
|
#ifndef elf_match_priority
|
#define elf_match_priority \
|
#define elf_match_priority \
|
(ELF_ARCH == bfd_arch_unknown ? 2 : ELF_OSABI == ELFOSABI_NONE ? 1 : 0)
|
(ELF_ARCH == bfd_arch_unknown ? 2 : ELF_OSABI == ELFOSABI_NONE ? 1 : 0)
|
#endif
|
#endif
|
|
|
Line 748... |
Line 752... |
elf_backend_common_section_index,
|
elf_backend_common_section_index,
|
elf_backend_common_section,
|
elf_backend_common_section,
|
elf_backend_merge_symbol,
|
elf_backend_merge_symbol,
|
elf_backend_hash_symbol,
|
elf_backend_hash_symbol,
|
elf_backend_is_function_type,
|
elf_backend_is_function_type,
|
|
elf_backend_maybe_function_sym,
|
elf_backend_link_order_error_handler,
|
elf_backend_link_order_error_handler,
|
elf_backend_relplt_name,
|
elf_backend_relplt_name,
|
ELF_MACHINE_ALT1,
|
ELF_MACHINE_ALT1,
|
ELF_MACHINE_ALT2,
|
ELF_MACHINE_ALT2,
|
&elf_backend_size_info,
|
&elf_backend_size_info,
|