1 /* Target definitions for NN-bit ELF
2 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3 2003 Free Software Foundation, Inc.
5 This file is part of BFD, the Binary File Descriptor library.
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
21 /* This structure contains everything that BFD knows about a target.
22 It includes things like its byte order, name, what routines to call
23 to do various operations, etc. Every BFD points to a target structure
24 with its "xvec" member.
26 There are two such structures here: one for big-endian machines and
27 one for little-endian machines. */
29 #define bfd_elfNN_close_and_cleanup _bfd_elf_close_and_cleanup
30 #define bfd_elfNN_bfd_free_cached_info _bfd_generic_bfd_free_cached_info
31 #ifndef bfd_elfNN_get_section_contents
32 #define bfd_elfNN_get_section_contents _bfd_generic_get_section_contents
35 #define bfd_elfNN_canonicalize_dynamic_symtab _bfd_elf_canonicalize_dynamic_symtab
36 #ifndef bfd_elfNN_canonicalize_reloc
37 #define bfd_elfNN_canonicalize_reloc _bfd_elf_canonicalize_reloc
39 #ifndef bfd_elfNN_find_nearest_line
40 #define bfd_elfNN_find_nearest_line _bfd_elf_find_nearest_line
42 #define bfd_elfNN_read_minisymbols _bfd_elf_read_minisymbols
43 #define bfd_elfNN_minisymbol_to_symbol _bfd_elf_minisymbol_to_symbol
44 #define bfd_elfNN_get_dynamic_symtab_upper_bound _bfd_elf_get_dynamic_symtab_upper_bound
45 #define bfd_elfNN_get_lineno _bfd_elf_get_lineno
46 #ifndef bfd_elfNN_get_reloc_upper_bound
47 #define bfd_elfNN_get_reloc_upper_bound _bfd_elf_get_reloc_upper_bound
49 #ifndef bfd_elfNN_get_symbol_info
50 #define bfd_elfNN_get_symbol_info _bfd_elf_get_symbol_info
52 #define bfd_elfNN_get_symtab _bfd_elf_get_symtab
53 #define bfd_elfNN_get_symtab_upper_bound _bfd_elf_get_symtab_upper_bound
54 #if 0 /* done in elf-bfd.h */
55 #define bfd_elfNN_link_record_dynamic_symbol _bfd_elf_link_record_dynamic_symbol
57 #define bfd_elfNN_make_empty_symbol _bfd_elf_make_empty_symbol
58 #ifndef bfd_elfNN_new_section_hook
59 #define bfd_elfNN_new_section_hook _bfd_elf_new_section_hook
61 #define bfd_elfNN_set_arch_mach _bfd_elf_set_arch_mach
62 #ifndef bfd_elfNN_set_section_contents
63 #define bfd_elfNN_set_section_contents _bfd_elf_set_section_contents
65 #define bfd_elfNN_sizeof_headers _bfd_elf_sizeof_headers
66 #define bfd_elfNN_write_object_contents _bfd_elf_write_object_contents
67 #define bfd_elfNN_write_corefile_contents _bfd_elf_write_corefile_contents
69 #define bfd_elfNN_get_section_contents_in_window \
70 _bfd_generic_get_section_contents_in_window
72 #ifndef elf_backend_got_symbol_offset
73 #define elf_backend_got_symbol_offset (bfd_vma) 0
75 #ifndef elf_backend_can_refcount
76 #define elf_backend_can_refcount 0
78 #ifndef elf_backend_want_got_plt
79 #define elf_backend_want_got_plt 0
81 #ifndef elf_backend_plt_readonly
82 #define elf_backend_plt_readonly 0
84 #ifndef elf_backend_want_plt_sym
85 #define elf_backend_want_plt_sym 0
87 #ifndef elf_backend_plt_not_loaded
88 #define elf_backend_plt_not_loaded 0
90 #ifndef elf_backend_plt_alignment
91 #define elf_backend_plt_alignment 2
93 #ifndef elf_backend_want_dynbss
94 #define elf_backend_want_dynbss 1
96 #ifndef elf_backend_want_p_paddr_set_to_zero
97 #define elf_backend_want_p_paddr_set_to_zero 0
100 #define bfd_elfNN_bfd_debug_info_start bfd_void
101 #define bfd_elfNN_bfd_debug_info_end bfd_void
102 #define bfd_elfNN_bfd_debug_info_accumulate \
103 (void (*) PARAMS ((bfd*, struct sec *))) bfd_void
105 #ifndef bfd_elfNN_bfd_get_relocated_section_contents
106 #define bfd_elfNN_bfd_get_relocated_section_contents \
107 bfd_generic_get_relocated_section_contents
110 #ifndef bfd_elfNN_bfd_relax_section
111 #define bfd_elfNN_bfd_relax_section bfd_generic_relax_section
114 #ifndef elf_backend_can_gc_sections
115 #define elf_backend_can_gc_sections 0
117 #ifndef elf_backend_can_refcount
118 #define elf_backend_can_refcount 0
120 #ifndef elf_backend_want_got_sym
121 #define elf_backend_want_got_sym 1
123 #ifndef elf_backend_gc_mark_hook
124 #define elf_backend_gc_mark_hook NULL
126 #ifndef elf_backend_gc_sweep_hook
127 #define elf_backend_gc_sweep_hook NULL
129 #ifndef bfd_elfNN_bfd_gc_sections
130 #define bfd_elfNN_bfd_gc_sections _bfd_elfNN_gc_sections
133 #ifndef bfd_elfNN_bfd_merge_sections
134 #define bfd_elfNN_bfd_merge_sections \
135 _bfd_elf_merge_sections
138 #ifndef bfd_elfNN_bfd_discard_group
139 #define bfd_elfNN_bfd_discard_group bfd_elf_discard_group
142 #ifndef bfd_elfNN_bfd_make_debug_symbol
143 #define bfd_elfNN_bfd_make_debug_symbol \
144 ((asymbol *(*) PARAMS ((bfd *, void *, unsigned long))) bfd_nullvoidptr)
147 #ifndef bfd_elfNN_bfd_copy_private_symbol_data
148 #define bfd_elfNN_bfd_copy_private_symbol_data \
149 _bfd_elf_copy_private_symbol_data
152 #ifndef bfd_elfNN_bfd_copy_private_section_data
153 #define bfd_elfNN_bfd_copy_private_section_data \
154 _bfd_elf_copy_private_section_data
156 #ifndef bfd_elfNN_bfd_copy_private_bfd_data
157 #define bfd_elfNN_bfd_copy_private_bfd_data \
158 _bfd_elf_copy_private_bfd_data
160 #ifndef bfd_elfNN_bfd_print_private_bfd_data
161 #define bfd_elfNN_bfd_print_private_bfd_data \
162 _bfd_elf_print_private_bfd_data
164 #ifndef bfd_elfNN_bfd_merge_private_bfd_data
165 #define bfd_elfNN_bfd_merge_private_bfd_data \
166 ((bfd_boolean (*) PARAMS ((bfd *, bfd *))) bfd_true)
168 #ifndef bfd_elfNN_bfd_set_private_flags
169 #define bfd_elfNN_bfd_set_private_flags \
170 ((bfd_boolean (*) PARAMS ((bfd *, flagword))) bfd_true)
172 #ifndef bfd_elfNN_bfd_is_local_label_name
173 #define bfd_elfNN_bfd_is_local_label_name _bfd_elf_is_local_label_name
176 #ifndef bfd_elfNN_get_dynamic_reloc_upper_bound
177 #define bfd_elfNN_get_dynamic_reloc_upper_bound \
178 _bfd_elf_get_dynamic_reloc_upper_bound
180 #ifndef bfd_elfNN_canonicalize_dynamic_reloc
181 #define bfd_elfNN_canonicalize_dynamic_reloc \
182 _bfd_elf_canonicalize_dynamic_reloc
185 #ifndef bfd_elfNN_bfd_link_hash_table_free
186 #define bfd_elfNN_bfd_link_hash_table_free _bfd_generic_link_hash_table_free
189 #ifdef elf_backend_relocate_section
190 #ifndef bfd_elfNN_bfd_link_hash_table_create
191 #define bfd_elfNN_bfd_link_hash_table_create _bfd_elf_link_hash_table_create
193 #else /* ! defined (elf_backend_relocate_section) */
194 /* If no backend relocate_section routine, use the generic linker.
195 Note - this will prevent the port from being able to use some of
196 the other features of the ELF linker, because the generic hash structure
197 does not have the fields needed by the ELF linker. In particular it
198 means that linking directly to S-records will not work. */
199 #ifndef bfd_elfNN_bfd_link_hash_table_create
200 #define bfd_elfNN_bfd_link_hash_table_create \
201 _bfd_generic_link_hash_table_create
203 #ifndef bfd_elfNN_bfd_link_add_symbols
204 #define bfd_elfNN_bfd_link_add_symbols _bfd_generic_link_add_symbols
206 #ifndef bfd_elfNN_bfd_final_link
207 #define bfd_elfNN_bfd_final_link _bfd_generic_final_link
209 #endif /* ! defined (elf_backend_relocate_section) */
211 #ifndef bfd_elfNN_bfd_link_just_syms
212 #define bfd_elfNN_bfd_link_just_syms _bfd_elf_link_just_syms
215 #ifndef bfd_elfNN_bfd_link_split_section
216 #define bfd_elfNN_bfd_link_split_section _bfd_generic_link_split_section
219 #ifndef bfd_elfNN_archive_p
220 #define bfd_elfNN_archive_p bfd_generic_archive_p
223 #ifndef bfd_elfNN_write_archive_contents
224 #define bfd_elfNN_write_archive_contents _bfd_write_archive_contents
227 #ifndef bfd_elfNN_mkobject
228 #define bfd_elfNN_mkobject bfd_elf_mkobject
231 #ifndef bfd_elfNN_mkcorefile
232 #define bfd_elfNN_mkcorefile bfd_elf_mkcorefile
235 #ifndef bfd_elfNN_mkarchive
236 #define bfd_elfNN_mkarchive _bfd_generic_mkarchive
239 #ifndef elf_symbol_leading_char
240 #define elf_symbol_leading_char 0
243 #ifndef elf_info_to_howto
244 #define elf_info_to_howto 0
247 #ifndef elf_info_to_howto_rel
248 #define elf_info_to_howto_rel 0
251 #ifndef ELF_MAXPAGESIZE
252 #error ELF_MAXPAGESIZE is not defined
253 #define ELF_MAXPAGESIZE 1
256 #ifndef elf_backend_collect
257 #define elf_backend_collect FALSE
259 #ifndef elf_backend_type_change_ok
260 #define elf_backend_type_change_ok FALSE
263 #ifndef elf_backend_sym_is_global
264 #define elf_backend_sym_is_global 0
266 #ifndef elf_backend_object_p
267 #define elf_backend_object_p 0
269 #ifndef elf_backend_symbol_processing
270 #define elf_backend_symbol_processing 0
272 #ifndef elf_backend_symbol_table_processing
273 #define elf_backend_symbol_table_processing 0
275 #ifndef elf_backend_get_symbol_type
276 #define elf_backend_get_symbol_type 0
278 #ifndef elf_backend_section_processing
279 #define elf_backend_section_processing 0
281 #ifndef elf_backend_section_from_shdr
282 #define elf_backend_section_from_shdr 0
284 #ifndef elf_backend_section_flags
285 #define elf_backend_section_flags 0
287 #ifndef elf_backend_section_from_phdr
288 #define elf_backend_section_from_phdr 0
290 #ifndef elf_backend_fake_sections
291 #define elf_backend_fake_sections 0
293 #ifndef elf_backend_section_from_bfd_section
294 #define elf_backend_section_from_bfd_section 0
296 #ifndef elf_backend_add_symbol_hook
297 #define elf_backend_add_symbol_hook 0
299 #ifndef elf_backend_link_output_symbol_hook
300 #define elf_backend_link_output_symbol_hook 0
302 #ifndef elf_backend_create_dynamic_sections
303 #define elf_backend_create_dynamic_sections 0
305 #ifndef elf_backend_check_relocs
306 #define elf_backend_check_relocs 0
308 #ifndef elf_backend_adjust_dynamic_symbol
309 #define elf_backend_adjust_dynamic_symbol 0
311 #ifndef elf_backend_always_size_sections
312 #define elf_backend_always_size_sections 0
314 #ifndef elf_backend_size_dynamic_sections
315 #define elf_backend_size_dynamic_sections 0
317 #ifndef elf_backend_relocate_section
318 #define elf_backend_relocate_section 0
320 #ifndef elf_backend_finish_dynamic_symbol
321 #define elf_backend_finish_dynamic_symbol 0
323 #ifndef elf_backend_finish_dynamic_sections
324 #define elf_backend_finish_dynamic_sections 0
326 #ifndef elf_backend_begin_write_processing
327 #define elf_backend_begin_write_processing 0
329 #ifndef elf_backend_final_write_processing
330 #define elf_backend_final_write_processing 0
332 #ifndef elf_backend_additional_program_headers
333 #define elf_backend_additional_program_headers 0
335 #ifndef elf_backend_modify_segment_map
336 #define elf_backend_modify_segment_map 0
338 #ifndef elf_backend_ecoff_debug_swap
339 #define elf_backend_ecoff_debug_swap 0
341 #ifndef elf_backend_bfd_from_remote_memory
342 #define elf_backend_bfd_from_remote_memory _bfd_elfNN_bfd_from_remote_memory
344 #ifndef elf_backend_got_header_size
345 #define elf_backend_got_header_size 0
347 #ifndef elf_backend_plt_header_size
348 #define elf_backend_plt_header_size 0
350 #ifndef elf_backend_post_process_headers
351 #define elf_backend_post_process_headers NULL
353 #ifndef elf_backend_print_symbol_all
354 #define elf_backend_print_symbol_all NULL
356 #ifndef elf_backend_output_arch_syms
357 #define elf_backend_output_arch_syms NULL
359 #ifndef elf_backend_copy_indirect_symbol
360 #define elf_backend_copy_indirect_symbol _bfd_elf_link_hash_copy_indirect
362 #ifndef elf_backend_hide_symbol
363 #define elf_backend_hide_symbol _bfd_elf_link_hash_hide_symbol
365 #ifndef elf_backend_emit_relocs
366 #define elf_backend_emit_relocs NULL
368 #ifndef elf_backend_count_relocs
369 #define elf_backend_count_relocs NULL
371 #ifndef elf_backend_grok_prstatus
372 #define elf_backend_grok_prstatus NULL
374 #ifndef elf_backend_grok_psinfo
375 #define elf_backend_grok_psinfo NULL
377 #ifndef elf_backend_sprintf_vma
378 #define elf_backend_sprintf_vma _bfd_elf_sprintf_vma
380 #ifndef elf_backend_fprintf_vma
381 #define elf_backend_fprintf_vma _bfd_elf_fprintf_vma
383 #ifndef elf_backend_reloc_type_class
384 #define elf_backend_reloc_type_class _bfd_elf_reloc_type_class
386 #ifndef elf_backend_discard_info
387 #define elf_backend_discard_info NULL
389 #ifndef elf_backend_ignore_discarded_relocs
390 #define elf_backend_ignore_discarded_relocs NULL
392 #ifndef elf_backend_write_section
393 #define elf_backend_write_section NULL
395 #ifndef elf_backend_mips_irix_compat
396 #define elf_backend_mips_irix_compat NULL
398 #ifndef elf_backend_mips_rtype_to_howto
399 #define elf_backend_mips_rtype_to_howto NULL
402 /* Previously, backends could only use SHT_REL or SHT_RELA relocation
403 sections, but not both. They defined USE_REL to indicate SHT_REL
404 sections, and left it undefined to indicated SHT_RELA sections.
405 For backwards compatibility, we still support this usage. */
410 /* Use these in new code. */
411 #ifndef elf_backend_may_use_rel_p
412 #define elf_backend_may_use_rel_p USE_REL
414 #ifndef elf_backend_may_use_rela_p
415 #define elf_backend_may_use_rela_p !USE_REL
417 #ifndef elf_backend_default_use_rela_p
418 #define elf_backend_default_use_rela_p !USE_REL
421 #ifndef elf_backend_rela_normal
422 #define elf_backend_rela_normal 0
425 #ifndef ELF_MACHINE_ALT1
426 #define ELF_MACHINE_ALT1 0
429 #ifndef ELF_MACHINE_ALT2
430 #define ELF_MACHINE_ALT2 0
433 #ifndef elf_backend_size_info
434 #define elf_backend_size_info _bfd_elfNN_size_info
437 #ifndef elf_backend_sign_extend_vma
438 #define elf_backend_sign_extend_vma 0
441 extern const struct elf_size_info _bfd_elfNN_size_info
;
443 #ifndef INCLUDED_TARGET_FILE
444 static const struct elf_backend_data elfNN_bed
=
447 ELF_MACHINE_CODE
, /* elf_machine_code */
448 ELF_MAXPAGESIZE
, /* maxpagesize */
450 elf_info_to_howto_rel
,
451 elf_backend_sym_is_global
,
452 elf_backend_object_p
,
453 elf_backend_symbol_processing
,
454 elf_backend_symbol_table_processing
,
455 elf_backend_get_symbol_type
,
456 elf_backend_section_processing
,
457 elf_backend_section_from_shdr
,
458 elf_backend_section_flags
,
459 elf_backend_section_from_phdr
,
460 elf_backend_fake_sections
,
461 elf_backend_section_from_bfd_section
,
462 elf_backend_add_symbol_hook
,
463 elf_backend_link_output_symbol_hook
,
464 elf_backend_create_dynamic_sections
,
465 elf_backend_check_relocs
,
466 elf_backend_adjust_dynamic_symbol
,
467 elf_backend_always_size_sections
,
468 elf_backend_size_dynamic_sections
,
469 elf_backend_relocate_section
,
470 elf_backend_finish_dynamic_symbol
,
471 elf_backend_finish_dynamic_sections
,
472 elf_backend_begin_write_processing
,
473 elf_backend_final_write_processing
,
474 elf_backend_additional_program_headers
,
475 elf_backend_modify_segment_map
,
476 elf_backend_gc_mark_hook
,
477 elf_backend_gc_sweep_hook
,
478 elf_backend_post_process_headers
,
479 elf_backend_print_symbol_all
,
480 elf_backend_output_arch_syms
,
481 elf_backend_copy_indirect_symbol
,
482 elf_backend_hide_symbol
,
483 elf_backend_emit_relocs
,
484 elf_backend_count_relocs
,
485 elf_backend_grok_prstatus
,
486 elf_backend_grok_psinfo
,
487 elf_backend_sprintf_vma
,
488 elf_backend_fprintf_vma
,
489 elf_backend_reloc_type_class
,
490 elf_backend_discard_info
,
491 elf_backend_ignore_discarded_relocs
,
492 elf_backend_write_section
,
493 elf_backend_mips_irix_compat
,
494 elf_backend_mips_rtype_to_howto
,
495 elf_backend_ecoff_debug_swap
,
496 elf_backend_bfd_from_remote_memory
,
499 &elf_backend_size_info
,
500 elf_backend_got_symbol_offset
,
501 elf_backend_got_header_size
,
502 elf_backend_plt_header_size
,
504 elf_backend_type_change_ok
,
505 elf_backend_may_use_rel_p
,
506 elf_backend_may_use_rela_p
,
507 elf_backend_default_use_rela_p
,
508 elf_backend_rela_normal
,
509 elf_backend_sign_extend_vma
,
510 elf_backend_want_got_plt
,
511 elf_backend_plt_readonly
,
512 elf_backend_want_plt_sym
,
513 elf_backend_plt_not_loaded
,
514 elf_backend_plt_alignment
,
515 elf_backend_can_gc_sections
,
516 elf_backend_can_refcount
,
517 elf_backend_want_got_sym
,
518 elf_backend_want_dynbss
,
519 elf_backend_want_p_paddr_set_to_zero
523 /* Forward declaration for use when initialising alternative_target field. */
524 #ifdef TARGET_LITTLE_SYM
525 extern const bfd_target TARGET_LITTLE_SYM
;
528 #ifdef TARGET_BIG_SYM
529 const bfd_target TARGET_BIG_SYM
=
531 /* name: identify kind of target */
534 /* flavour: general indication about file */
535 bfd_target_elf_flavour
,
537 /* byteorder: data is big endian */
540 /* header_byteorder: header is also big endian */
543 /* object_flags: mask of all file flags */
544 (HAS_RELOC
| EXEC_P
| HAS_LINENO
| HAS_DEBUG
| HAS_SYMS
| HAS_LOCALS
545 | DYNAMIC
| WP_TEXT
| D_PAGED
),
547 /* section_flags: mask of all section flags */
548 (SEC_HAS_CONTENTS
| SEC_ALLOC
| SEC_LOAD
| SEC_RELOC
| SEC_READONLY
549 | SEC_CODE
| SEC_DATA
| SEC_DEBUGGING
| SEC_EXCLUDE
| SEC_SORT_ENTRIES
550 | SEC_ARCH_BIT_0
| SEC_SMALL_DATA
| SEC_MERGE
| SEC_STRINGS
| SEC_GROUP
),
552 /* leading_symbol_char: is the first char of a user symbol
553 predictable, and if so what is it */
554 elf_symbol_leading_char
,
556 /* ar_pad_char: pad character for filenames within an archive header
557 FIXME: this really has nothing to do with ELF, this is a characteristic
558 of the archiver and/or os and should be independently tunable */
561 /* ar_max_namelen: maximum number of characters in an archive header
562 FIXME: this really has nothing to do with ELF, this is a characteristic
563 of the archiver and should be independently tunable. The System V ABI,
564 Chapter 7 (Formats & Protocols), Archive section sets this as 15. */
567 /* Routines to byte-swap various sized integers from the data sections */
568 bfd_getb64
, bfd_getb_signed_64
, bfd_putb64
,
569 bfd_getb32
, bfd_getb_signed_32
, bfd_putb32
,
570 bfd_getb16
, bfd_getb_signed_16
, bfd_putb16
,
572 /* Routines to byte-swap various sized integers from the file headers */
573 bfd_getb64
, bfd_getb_signed_64
, bfd_putb64
,
574 bfd_getb32
, bfd_getb_signed_32
, bfd_putb32
,
575 bfd_getb16
, bfd_getb_signed_16
, bfd_putb16
,
577 /* bfd_check_format: check the format of a file being read */
578 { _bfd_dummy_target
, /* unknown format */
579 bfd_elfNN_object_p
, /* assembler/linker output (object file) */
580 bfd_elfNN_archive_p
, /* an archive */
581 bfd_elfNN_core_file_p
/* a core file */
584 /* bfd_set_format: set the format of a file being written */
591 /* bfd_write_contents: write cached information into a file being written */
593 bfd_elfNN_write_object_contents
,
594 bfd_elfNN_write_archive_contents
,
595 bfd_elfNN_write_corefile_contents
,
598 BFD_JUMP_TABLE_GENERIC (bfd_elfNN
),
599 BFD_JUMP_TABLE_COPY (bfd_elfNN
),
600 BFD_JUMP_TABLE_CORE (bfd_elfNN
),
601 #ifdef bfd_elfNN_archive_functions
602 BFD_JUMP_TABLE_ARCHIVE (bfd_elfNN_archive
),
604 BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff
),
606 BFD_JUMP_TABLE_SYMBOLS (bfd_elfNN
),
607 BFD_JUMP_TABLE_RELOCS (bfd_elfNN
),
608 BFD_JUMP_TABLE_WRITE (bfd_elfNN
),
609 BFD_JUMP_TABLE_LINK (bfd_elfNN
),
610 BFD_JUMP_TABLE_DYNAMIC (bfd_elfNN
),
612 /* Alternative endian target. */
613 #ifdef TARGET_LITTLE_SYM
624 #ifdef TARGET_LITTLE_SYM
625 const bfd_target TARGET_LITTLE_SYM
=
627 /* name: identify kind of target */
630 /* flavour: general indication about file */
631 bfd_target_elf_flavour
,
633 /* byteorder: data is little endian */
636 /* header_byteorder: header is also little endian */
639 /* object_flags: mask of all file flags */
640 (HAS_RELOC
| EXEC_P
| HAS_LINENO
| HAS_DEBUG
| HAS_SYMS
| HAS_LOCALS
641 | DYNAMIC
| WP_TEXT
| D_PAGED
),
643 /* section_flags: mask of all section flags */
644 (SEC_HAS_CONTENTS
| SEC_ALLOC
| SEC_LOAD
| SEC_RELOC
| SEC_READONLY
645 | SEC_CODE
| SEC_DATA
| SEC_DEBUGGING
| SEC_EXCLUDE
| SEC_SORT_ENTRIES
646 | SEC_ARCH_BIT_0
| SEC_SMALL_DATA
| SEC_MERGE
| SEC_STRINGS
| SEC_GROUP
),
648 /* leading_symbol_char: is the first char of a user symbol
649 predictable, and if so what is it */
650 elf_symbol_leading_char
,
652 /* ar_pad_char: pad character for filenames within an archive header
653 FIXME: this really has nothing to do with ELF, this is a characteristic
654 of the archiver and/or os and should be independently tunable */
657 /* ar_max_namelen: maximum number of characters in an archive header
658 FIXME: this really has nothing to do with ELF, this is a characteristic
659 of the archiver and should be independently tunable. The System V ABI,
660 Chapter 7 (Formats & Protocols), Archive section sets this as 15. */
663 /* Routines to byte-swap various sized integers from the data sections */
664 bfd_getl64
, bfd_getl_signed_64
, bfd_putl64
,
665 bfd_getl32
, bfd_getl_signed_32
, bfd_putl32
,
666 bfd_getl16
, bfd_getl_signed_16
, bfd_putl16
,
668 /* Routines to byte-swap various sized integers from the file headers */
669 bfd_getl64
, bfd_getl_signed_64
, bfd_putl64
,
670 bfd_getl32
, bfd_getl_signed_32
, bfd_putl32
,
671 bfd_getl16
, bfd_getl_signed_16
, bfd_putl16
,
673 /* bfd_check_format: check the format of a file being read */
674 { _bfd_dummy_target
, /* unknown format */
675 bfd_elfNN_object_p
, /* assembler/linker output (object file) */
676 bfd_elfNN_archive_p
, /* an archive */
677 bfd_elfNN_core_file_p
/* a core file */
680 /* bfd_set_format: set the format of a file being written */
687 /* bfd_write_contents: write cached information into a file being written */
689 bfd_elfNN_write_object_contents
,
690 bfd_elfNN_write_archive_contents
,
691 bfd_elfNN_write_corefile_contents
,
694 BFD_JUMP_TABLE_GENERIC (bfd_elfNN
),
695 BFD_JUMP_TABLE_COPY (bfd_elfNN
),
696 BFD_JUMP_TABLE_CORE (bfd_elfNN
),
697 #ifdef bfd_elfNN_archive_functions
698 BFD_JUMP_TABLE_ARCHIVE (bfd_elfNN_archive
),
700 BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff
),
702 BFD_JUMP_TABLE_SYMBOLS (bfd_elfNN
),
703 BFD_JUMP_TABLE_RELOCS (bfd_elfNN
),
704 BFD_JUMP_TABLE_WRITE (bfd_elfNN
),
705 BFD_JUMP_TABLE_LINK (bfd_elfNN
),
706 BFD_JUMP_TABLE_DYNAMIC (bfd_elfNN
),
708 /* Alternative endian target. */
709 #ifdef TARGET_BIG_SYM