Line 1... |
Line 1... |
/* BFD XCOFF object file private structure.
|
/* BFD XCOFF object file private structure.
|
Copyright 2001, 2002, 2005, 2007 Free Software Foundation, Inc.
|
Copyright 2001, 2002, 2005, 2007, 2009 Free Software Foundation, Inc.
|
Written by Tom Rix, Redhat.
|
Written by Tom Rix, Redhat.
|
|
|
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 221... |
Line 221... |
extern bfd_boolean (*xcoff_calculate_relocation[XCOFF_MAX_CALCULATE_RELOCATION])
|
extern bfd_boolean (*xcoff_calculate_relocation[XCOFF_MAX_CALCULATE_RELOCATION])
|
(XCOFF_RELOC_FUNCTION_ARGS);
|
(XCOFF_RELOC_FUNCTION_ARGS);
|
extern bfd_boolean (*xcoff_complain_overflow[XCOFF_MAX_COMPLAIN_OVERFLOW])
|
extern bfd_boolean (*xcoff_complain_overflow[XCOFF_MAX_COMPLAIN_OVERFLOW])
|
(XCOFF_COMPLAIN_FUNCTION_ARGS);
|
(XCOFF_COMPLAIN_FUNCTION_ARGS);
|
|
|
|
#define XCOFF_NO_LONG_SECTION_NAMES (FALSE), bfd_coff_set_long_section_names_disallowed
|
|
|
/* Relocation functions */
|
/* Relocation functions */
|
bfd_boolean xcoff_reloc_type_noop (XCOFF_RELOC_FUNCTION_ARGS);
|
bfd_boolean xcoff_reloc_type_noop (XCOFF_RELOC_FUNCTION_ARGS);
|
bfd_boolean xcoff_reloc_type_fail (XCOFF_RELOC_FUNCTION_ARGS);
|
bfd_boolean xcoff_reloc_type_fail (XCOFF_RELOC_FUNCTION_ARGS);
|
bfd_boolean xcoff_reloc_type_pos (XCOFF_RELOC_FUNCTION_ARGS);
|
bfd_boolean xcoff_reloc_type_pos (XCOFF_RELOC_FUNCTION_ARGS);
|
bfd_boolean xcoff_reloc_type_neg (XCOFF_RELOC_FUNCTION_ARGS);
|
bfd_boolean xcoff_reloc_type_neg (XCOFF_RELOC_FUNCTION_ARGS);
|