hppa -z relro again
[deliverable/binutils-gdb.git] / bfd / elfxx-target.h
1 /* Target definitions for NN-bit ELF
2 Copyright (C) 1993-2017 Free Software Foundation, Inc.
3
4 This file is part of BFD, the Binary File Descriptor library.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19 MA 02110-1301, USA. */
20
21
22 /* This structure contains everything that BFD knows about a target.
23 It includes things like its byte order, name, what routines to call
24 to do various operations, etc. Every BFD points to a target structure
25 with its "xvec" member.
26
27 There are two such structures here: one for big-endian machines and
28 one for little-endian machines. */
29
30 #ifndef bfd_elfNN_close_and_cleanup
31 #define bfd_elfNN_close_and_cleanup _bfd_elf_close_and_cleanup
32 #endif
33 #ifndef bfd_elfNN_bfd_free_cached_info
34 #define bfd_elfNN_bfd_free_cached_info _bfd_free_cached_info
35 #endif
36 #ifndef bfd_elfNN_get_section_contents
37 #define bfd_elfNN_get_section_contents _bfd_generic_get_section_contents
38 #endif
39
40 #define bfd_elfNN_canonicalize_dynamic_symtab \
41 _bfd_elf_canonicalize_dynamic_symtab
42 #ifndef bfd_elfNN_get_synthetic_symtab
43 #define bfd_elfNN_get_synthetic_symtab \
44 _bfd_elf_get_synthetic_symtab
45 #endif
46 #ifndef bfd_elfNN_canonicalize_reloc
47 #define bfd_elfNN_canonicalize_reloc _bfd_elf_canonicalize_reloc
48 #endif
49 #ifndef bfd_elfNN_find_nearest_line
50 #define bfd_elfNN_find_nearest_line _bfd_elf_find_nearest_line
51 #endif
52 #ifndef bfd_elfNN_find_line
53 #define bfd_elfNN_find_line _bfd_elf_find_line
54 #endif
55 #ifndef bfd_elfNN_find_inliner_info
56 #define bfd_elfNN_find_inliner_info _bfd_elf_find_inliner_info
57 #endif
58 #define bfd_elfNN_read_minisymbols _bfd_elf_read_minisymbols
59 #define bfd_elfNN_minisymbol_to_symbol _bfd_elf_minisymbol_to_symbol
60 #define bfd_elfNN_get_dynamic_symtab_upper_bound \
61 _bfd_elf_get_dynamic_symtab_upper_bound
62 #define bfd_elfNN_get_lineno _bfd_elf_get_lineno
63 #ifndef bfd_elfNN_get_reloc_upper_bound
64 #define bfd_elfNN_get_reloc_upper_bound _bfd_elf_get_reloc_upper_bound
65 #endif
66 #ifndef bfd_elfNN_get_symbol_info
67 #define bfd_elfNN_get_symbol_info _bfd_elf_get_symbol_info
68 #endif
69 #ifndef bfd_elfNN_get_symbol_version_string
70 #define bfd_elfNN_get_symbol_version_string \
71 _bfd_elf_get_symbol_version_string
72 #endif
73 #define bfd_elfNN_canonicalize_symtab _bfd_elf_canonicalize_symtab
74 #define bfd_elfNN_get_symtab_upper_bound _bfd_elf_get_symtab_upper_bound
75 #define bfd_elfNN_make_empty_symbol _bfd_elf_make_empty_symbol
76 #ifndef bfd_elfNN_new_section_hook
77 #define bfd_elfNN_new_section_hook _bfd_elf_new_section_hook
78 #endif
79 #define bfd_elfNN_set_arch_mach _bfd_elf_set_arch_mach
80 #ifndef bfd_elfNN_set_section_contents
81 #define bfd_elfNN_set_section_contents _bfd_elf_set_section_contents
82 #endif
83 #define bfd_elfNN_sizeof_headers _bfd_elf_sizeof_headers
84 #define bfd_elfNN_write_object_contents _bfd_elf_write_object_contents
85 #define bfd_elfNN_write_corefile_contents _bfd_elf_write_corefile_contents
86
87 #define bfd_elfNN_get_section_contents_in_window \
88 _bfd_generic_get_section_contents_in_window
89
90 #ifndef elf_backend_can_refcount
91 #define elf_backend_can_refcount 0
92 #endif
93 #ifndef elf_backend_want_got_plt
94 #define elf_backend_want_got_plt 0
95 #endif
96 #ifndef elf_backend_plt_readonly
97 #define elf_backend_plt_readonly 0
98 #endif
99 #ifndef elf_backend_want_plt_sym
100 #define elf_backend_want_plt_sym 0
101 #endif
102 #ifndef elf_backend_plt_not_loaded
103 #define elf_backend_plt_not_loaded 0
104 #endif
105 #ifndef elf_backend_plt_alignment
106 #define elf_backend_plt_alignment 2
107 #endif
108 #ifndef elf_backend_want_dynbss
109 #define elf_backend_want_dynbss 1
110 #endif
111 #ifndef elf_backend_want_dynrelro
112 #define elf_backend_want_dynrelro 0
113 #endif
114 #ifndef elf_backend_want_p_paddr_set_to_zero
115 #define elf_backend_want_p_paddr_set_to_zero 0
116 #endif
117 #ifndef elf_backend_no_page_alias
118 #define elf_backend_no_page_alias 0
119 #endif
120 #ifndef elf_backend_default_execstack
121 #define elf_backend_default_execstack 1
122 #endif
123 #ifndef elf_backend_caches_rawsize
124 #define elf_backend_caches_rawsize 0
125 #endif
126 #ifndef elf_backend_extern_protected_data
127 #define elf_backend_extern_protected_data 0
128 #endif
129 #ifndef elf_backend_stack_align
130 #define elf_backend_stack_align 16
131 #endif
132 #ifndef elf_backend_strtab_flags
133 #define elf_backend_strtab_flags 0
134 #endif
135
136 #define bfd_elfNN_bfd_debug_info_start bfd_void
137 #define bfd_elfNN_bfd_debug_info_end bfd_void
138 #define bfd_elfNN_bfd_debug_info_accumulate \
139 ((void (*) (bfd*, struct bfd_section *)) bfd_void)
140
141 #ifndef bfd_elfNN_bfd_get_relocated_section_contents
142 #define bfd_elfNN_bfd_get_relocated_section_contents \
143 bfd_generic_get_relocated_section_contents
144 #endif
145
146 #ifndef bfd_elfNN_bfd_relax_section
147 #define bfd_elfNN_bfd_relax_section bfd_generic_relax_section
148 #endif
149
150 #ifndef elf_backend_can_gc_sections
151 #define elf_backend_can_gc_sections 0
152 #endif
153 #ifndef elf_backend_can_refcount
154 #define elf_backend_can_refcount 0
155 #endif
156 #ifndef elf_backend_want_got_sym
157 #define elf_backend_want_got_sym 1
158 #endif
159 #ifndef elf_backend_gc_keep
160 #define elf_backend_gc_keep _bfd_elf_gc_keep
161 #endif
162 #ifndef elf_backend_gc_mark_dynamic_ref
163 #define elf_backend_gc_mark_dynamic_ref bfd_elf_gc_mark_dynamic_ref_symbol
164 #endif
165 #ifndef elf_backend_gc_mark_hook
166 #define elf_backend_gc_mark_hook _bfd_elf_gc_mark_hook
167 #endif
168 #ifndef elf_backend_gc_mark_extra_sections
169 #define elf_backend_gc_mark_extra_sections _bfd_elf_gc_mark_extra_sections
170 #endif
171 #ifndef elf_backend_gc_sweep_hook
172 #define elf_backend_gc_sweep_hook NULL
173 #endif
174 #ifndef bfd_elfNN_bfd_gc_sections
175 #define bfd_elfNN_bfd_gc_sections bfd_elf_gc_sections
176 #endif
177
178 #ifndef bfd_elfNN_bfd_merge_sections
179 #define bfd_elfNN_bfd_merge_sections \
180 _bfd_elf_merge_sections
181 #endif
182
183 #ifndef bfd_elfNN_bfd_is_group_section
184 #define bfd_elfNN_bfd_is_group_section bfd_elf_is_group_section
185 #endif
186
187 #ifndef bfd_elfNN_bfd_discard_group
188 #define bfd_elfNN_bfd_discard_group bfd_generic_discard_group
189 #endif
190
191 #ifndef bfd_elfNN_section_already_linked
192 #define bfd_elfNN_section_already_linked \
193 _bfd_elf_section_already_linked
194 #endif
195
196 #ifndef bfd_elfNN_bfd_define_common_symbol
197 #define bfd_elfNN_bfd_define_common_symbol bfd_generic_define_common_symbol
198 #endif
199
200 #ifndef bfd_elfNN_bfd_lookup_section_flags
201 #define bfd_elfNN_bfd_lookup_section_flags bfd_elf_lookup_section_flags
202 #endif
203
204 #ifndef bfd_elfNN_bfd_make_debug_symbol
205 #define bfd_elfNN_bfd_make_debug_symbol \
206 ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr)
207 #endif
208
209 #ifndef bfd_elfNN_bfd_copy_private_symbol_data
210 #define bfd_elfNN_bfd_copy_private_symbol_data \
211 _bfd_elf_copy_private_symbol_data
212 #endif
213
214 #ifndef bfd_elfNN_bfd_copy_private_section_data
215 #define bfd_elfNN_bfd_copy_private_section_data \
216 _bfd_elf_copy_private_section_data
217 #endif
218 #ifndef bfd_elfNN_bfd_copy_private_header_data
219 #define bfd_elfNN_bfd_copy_private_header_data \
220 _bfd_elf_copy_private_header_data
221 #endif
222 #ifndef bfd_elfNN_bfd_copy_private_bfd_data
223 #define bfd_elfNN_bfd_copy_private_bfd_data \
224 _bfd_elf_copy_private_bfd_data
225 #endif
226 #ifndef bfd_elfNN_bfd_print_private_bfd_data
227 #define bfd_elfNN_bfd_print_private_bfd_data \
228 _bfd_elf_print_private_bfd_data
229 #endif
230 #ifndef bfd_elfNN_bfd_merge_private_bfd_data
231 #define bfd_elfNN_bfd_merge_private_bfd_data \
232 ((bfd_boolean (*) (bfd *, struct bfd_link_info *)) bfd_true)
233 #endif
234 #ifndef bfd_elfNN_bfd_set_private_flags
235 #define bfd_elfNN_bfd_set_private_flags \
236 ((bfd_boolean (*) (bfd *, flagword)) bfd_true)
237 #endif
238 #ifndef bfd_elfNN_bfd_is_local_label_name
239 #define bfd_elfNN_bfd_is_local_label_name _bfd_elf_is_local_label_name
240 #endif
241 #ifndef bfd_elfNN_bfd_is_target_special_symbol
242 #define bfd_elfNN_bfd_is_target_special_symbol \
243 ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false)
244 #endif
245
246 #ifndef bfd_elfNN_get_dynamic_reloc_upper_bound
247 #define bfd_elfNN_get_dynamic_reloc_upper_bound \
248 _bfd_elf_get_dynamic_reloc_upper_bound
249 #endif
250 #ifndef bfd_elfNN_canonicalize_dynamic_reloc
251 #define bfd_elfNN_canonicalize_dynamic_reloc \
252 _bfd_elf_canonicalize_dynamic_reloc
253 #endif
254
255 #ifdef elf_backend_relocate_section
256 #ifndef bfd_elfNN_bfd_link_hash_table_create
257 #define bfd_elfNN_bfd_link_hash_table_create _bfd_elf_link_hash_table_create
258 #endif
259 #ifndef bfd_elfNN_bfd_copy_link_hash_symbol_type
260 #define bfd_elfNN_bfd_copy_link_hash_symbol_type \
261 _bfd_elf_copy_link_hash_symbol_type
262 #endif
263 #ifndef bfd_elfNN_bfd_link_add_symbols
264 #define bfd_elfNN_bfd_link_add_symbols bfd_elf_link_add_symbols
265 #endif
266 #ifndef bfd_elfNN_bfd_final_link
267 #define bfd_elfNN_bfd_final_link bfd_elf_final_link
268 #endif
269 #else /* ! defined (elf_backend_relocate_section) */
270 /* If no backend relocate_section routine, use the generic linker.
271 Note - this will prevent the port from being able to use some of
272 the other features of the ELF linker, because the generic hash structure
273 does not have the fields needed by the ELF linker. In particular it
274 means that linking directly to S-records will not work. */
275 #ifndef bfd_elfNN_bfd_link_hash_table_create
276 #define bfd_elfNN_bfd_link_hash_table_create \
277 _bfd_generic_link_hash_table_create
278 #endif
279 #ifndef bfd_elfNN_bfd_copy_link_hash_symbol_type
280 #define bfd_elfNN_bfd_copy_link_hash_symbol_type \
281 _bfd_generic_copy_link_hash_symbol_type
282 #endif
283 #ifndef bfd_elfNN_bfd_link_add_symbols
284 #define bfd_elfNN_bfd_link_add_symbols _bfd_generic_link_add_symbols
285 #endif
286 #ifndef bfd_elfNN_bfd_final_link
287 #define bfd_elfNN_bfd_final_link _bfd_generic_final_link
288 #endif
289 #endif /* ! defined (elf_backend_relocate_section) */
290
291 #ifndef bfd_elfNN_bfd_link_just_syms
292 #define bfd_elfNN_bfd_link_just_syms _bfd_elf_link_just_syms
293 #endif
294
295 #ifndef bfd_elfNN_bfd_link_split_section
296 #define bfd_elfNN_bfd_link_split_section _bfd_generic_link_split_section
297 #endif
298
299 #ifndef bfd_elfNN_bfd_link_check_relocs
300 #define bfd_elfNN_bfd_link_check_relocs _bfd_elf_link_check_relocs
301 #endif
302
303 #ifndef bfd_elfNN_archive_p
304 #define bfd_elfNN_archive_p bfd_generic_archive_p
305 #endif
306
307 #ifndef bfd_elfNN_write_archive_contents
308 #define bfd_elfNN_write_archive_contents _bfd_write_archive_contents
309 #endif
310
311 #ifndef bfd_elfNN_mkobject
312 #define bfd_elfNN_mkobject bfd_elf_make_object
313 #endif
314
315 #ifndef bfd_elfNN_mkcorefile
316 #define bfd_elfNN_mkcorefile bfd_elf_mkcorefile
317 #endif
318
319 #ifndef bfd_elfNN_mkarchive
320 #define bfd_elfNN_mkarchive _bfd_generic_mkarchive
321 #endif
322
323 #ifndef bfd_elfNN_print_symbol
324 #define bfd_elfNN_print_symbol bfd_elf_print_symbol
325 #endif
326
327 #ifndef elf_symbol_leading_char
328 #define elf_symbol_leading_char 0
329 #endif
330
331 #ifndef elf_info_to_howto
332 #define elf_info_to_howto 0
333 #endif
334
335 #ifndef elf_info_to_howto_rel
336 #define elf_info_to_howto_rel 0
337 #endif
338
339 #ifndef elf_backend_arch_data
340 #define elf_backend_arch_data NULL
341 #endif
342
343 #ifndef ELF_TARGET_ID
344 #define ELF_TARGET_ID GENERIC_ELF_DATA
345 #endif
346
347 #ifndef ELF_OSABI
348 #define ELF_OSABI ELFOSABI_NONE
349 #endif
350
351 #ifndef ELF_MAXPAGESIZE
352 # error ELF_MAXPAGESIZE is not defined
353 #define ELF_MAXPAGESIZE 1
354 #endif
355
356 #ifndef ELF_COMMONPAGESIZE
357 #define ELF_COMMONPAGESIZE ELF_MAXPAGESIZE
358 #endif
359
360 #ifndef ELF_MINPAGESIZE
361 #define ELF_MINPAGESIZE ELF_COMMONPAGESIZE
362 #endif
363
364 #if ELF_COMMONPAGESIZE > ELF_MAXPAGESIZE
365 # error ELF_COMMONPAGESIZE > ELF_MAXPAGESIZE
366 #endif
367 #if ELF_MINPAGESIZE > ELF_COMMONPAGESIZE
368 # error ELF_MINPAGESIZE > ELF_COMMONPAGESIZE
369 #endif
370
371 #ifndef ELF_DYNAMIC_SEC_FLAGS
372 /* Note that we set the SEC_IN_MEMORY flag for these sections. */
373 #define ELF_DYNAMIC_SEC_FLAGS \
374 (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS \
375 | SEC_IN_MEMORY | SEC_LINKER_CREATED)
376 #endif
377
378 #ifndef elf_backend_collect
379 #define elf_backend_collect FALSE
380 #endif
381 #ifndef elf_backend_type_change_ok
382 #define elf_backend_type_change_ok FALSE
383 #endif
384
385 #ifndef elf_backend_sym_is_global
386 #define elf_backend_sym_is_global 0
387 #endif
388 #ifndef elf_backend_object_p
389 #define elf_backend_object_p 0
390 #endif
391 #ifndef elf_backend_symbol_processing
392 #define elf_backend_symbol_processing 0
393 #endif
394 #ifndef elf_backend_symbol_table_processing
395 #define elf_backend_symbol_table_processing 0
396 #endif
397 #ifndef elf_backend_get_symbol_type
398 #define elf_backend_get_symbol_type 0
399 #endif
400 #ifndef elf_backend_archive_symbol_lookup
401 #define elf_backend_archive_symbol_lookup _bfd_elf_archive_symbol_lookup
402 #endif
403 #ifndef elf_backend_name_local_section_symbols
404 #define elf_backend_name_local_section_symbols 0
405 #endif
406 #ifndef elf_backend_section_processing
407 #define elf_backend_section_processing 0
408 #endif
409 #ifndef elf_backend_section_from_shdr
410 #define elf_backend_section_from_shdr _bfd_elf_make_section_from_shdr
411 #endif
412 #ifndef elf_backend_section_flags
413 #define elf_backend_section_flags 0
414 #endif
415 #ifndef elf_backend_get_sec_type_attr
416 #define elf_backend_get_sec_type_attr _bfd_elf_get_sec_type_attr
417 #endif
418 #ifndef elf_backend_section_from_phdr
419 #define elf_backend_section_from_phdr _bfd_elf_make_section_from_phdr
420 #endif
421 #ifndef elf_backend_fake_sections
422 #define elf_backend_fake_sections 0
423 #endif
424 #ifndef elf_backend_section_from_bfd_section
425 #define elf_backend_section_from_bfd_section 0
426 #endif
427 #ifndef elf_backend_add_symbol_hook
428 #define elf_backend_add_symbol_hook 0
429 #endif
430 #ifndef elf_backend_link_output_symbol_hook
431 #define elf_backend_link_output_symbol_hook 0
432 #endif
433 #ifndef elf_backend_create_dynamic_sections
434 #define elf_backend_create_dynamic_sections 0
435 #endif
436 #ifndef elf_backend_omit_section_dynsym
437 #define elf_backend_omit_section_dynsym _bfd_elf_link_omit_section_dynsym
438 #endif
439 #ifndef elf_backend_relocs_compatible
440 #define elf_backend_relocs_compatible _bfd_elf_default_relocs_compatible
441 #endif
442 #ifndef elf_backend_check_relocs
443 #define elf_backend_check_relocs 0
444 #endif
445 #ifndef elf_backend_check_directives
446 #define elf_backend_check_directives 0
447 #endif
448 #ifndef elf_backend_notice_as_needed
449 #define elf_backend_notice_as_needed _bfd_elf_notice_as_needed
450 #endif
451 #ifndef elf_backend_adjust_dynamic_symbol
452 #define elf_backend_adjust_dynamic_symbol 0
453 #endif
454 #ifndef elf_backend_always_size_sections
455 #define elf_backend_always_size_sections 0
456 #endif
457 #ifndef elf_backend_size_dynamic_sections
458 #define elf_backend_size_dynamic_sections 0
459 #endif
460 #ifndef elf_backend_init_index_section
461 #define elf_backend_init_index_section \
462 ((void (*) (bfd *, struct bfd_link_info *)) bfd_void)
463 #endif
464 #ifndef elf_backend_relocate_section
465 #define elf_backend_relocate_section 0
466 #endif
467 #ifndef elf_backend_finish_dynamic_symbol
468 #define elf_backend_finish_dynamic_symbol 0
469 #endif
470 #ifndef elf_backend_finish_dynamic_sections
471 #define elf_backend_finish_dynamic_sections 0
472 #endif
473 #ifndef elf_backend_begin_write_processing
474 #define elf_backend_begin_write_processing 0
475 #endif
476 #ifndef elf_backend_final_write_processing
477 #define elf_backend_final_write_processing 0
478 #endif
479 #ifndef elf_backend_additional_program_headers
480 #define elf_backend_additional_program_headers 0
481 #endif
482 #ifndef elf_backend_modify_segment_map
483 #define elf_backend_modify_segment_map 0
484 #endif
485 #ifndef elf_backend_modify_program_headers
486 #define elf_backend_modify_program_headers 0
487 #endif
488 #ifndef elf_backend_allow_non_load_phdr
489 #define elf_backend_allow_non_load_phdr \
490 ((bfd_boolean (*) (bfd *, const Elf_Internal_Phdr *, unsigned)) bfd_false)
491 #endif
492 #ifndef elf_backend_ecoff_debug_swap
493 #define elf_backend_ecoff_debug_swap 0
494 #endif
495 #ifndef elf_backend_bfd_from_remote_memory
496 #define elf_backend_bfd_from_remote_memory _bfd_elfNN_bfd_from_remote_memory
497 #endif
498 #ifndef elf_backend_got_header_size
499 #define elf_backend_got_header_size 0
500 #endif
501 #ifndef elf_backend_got_elt_size
502 #define elf_backend_got_elt_size _bfd_elf_default_got_elt_size
503 #endif
504 #ifndef elf_backend_obj_attrs_vendor
505 #define elf_backend_obj_attrs_vendor NULL
506 #endif
507 #ifndef elf_backend_obj_attrs_section
508 #define elf_backend_obj_attrs_section NULL
509 #endif
510 #ifndef elf_backend_obj_attrs_arg_type
511 #define elf_backend_obj_attrs_arg_type NULL
512 #endif
513 #ifndef elf_backend_obj_attrs_section_type
514 #define elf_backend_obj_attrs_section_type SHT_GNU_ATTRIBUTES
515 #endif
516 #ifndef elf_backend_obj_attrs_order
517 #define elf_backend_obj_attrs_order NULL
518 #endif
519 #ifndef elf_backend_obj_attrs_handle_unknown
520 #define elf_backend_obj_attrs_handle_unknown NULL
521 #endif
522 #ifndef elf_backend_static_tls_alignment
523 #define elf_backend_static_tls_alignment 1
524 #endif
525 #ifndef elf_backend_post_process_headers
526 #define elf_backend_post_process_headers _bfd_elf_post_process_headers
527 #endif
528 #ifndef elf_backend_print_symbol_all
529 #define elf_backend_print_symbol_all NULL
530 #endif
531 #ifndef elf_backend_output_arch_local_syms
532 #define elf_backend_output_arch_local_syms NULL
533 #endif
534 #ifndef elf_backend_output_arch_syms
535 #define elf_backend_output_arch_syms NULL
536 #endif
537 #ifndef elf_backend_filter_implib_symbols
538 #define elf_backend_filter_implib_symbols NULL
539 #endif
540 #ifndef elf_backend_copy_indirect_symbol
541 #define elf_backend_copy_indirect_symbol _bfd_elf_link_hash_copy_indirect
542 #endif
543 #ifndef elf_backend_hide_symbol
544 #define elf_backend_hide_symbol _bfd_elf_link_hash_hide_symbol
545 #endif
546 #ifndef elf_backend_fixup_symbol
547 #define elf_backend_fixup_symbol NULL
548 #endif
549 #ifndef elf_backend_merge_symbol_attribute
550 #define elf_backend_merge_symbol_attribute NULL
551 #endif
552 #ifndef elf_backend_get_target_dtag
553 #define elf_backend_get_target_dtag NULL
554 #endif
555 #ifndef elf_backend_ignore_undef_symbol
556 #define elf_backend_ignore_undef_symbol NULL
557 #endif
558 #ifndef elf_backend_emit_relocs
559 #define elf_backend_emit_relocs _bfd_elf_link_output_relocs
560 #endif
561 #ifndef elf_backend_update_relocs
562 #define elf_backend_update_relocs NULL
563 #endif
564 #ifndef elf_backend_count_relocs
565 #define elf_backend_count_relocs NULL
566 #endif
567 #ifndef elf_backend_count_additional_relocs
568 #define elf_backend_count_additional_relocs NULL
569 #endif
570 #ifndef elf_backend_sort_relocs_p
571 #define elf_backend_sort_relocs_p NULL
572 #endif
573 #ifndef elf_backend_grok_prstatus
574 #define elf_backend_grok_prstatus NULL
575 #endif
576 #ifndef elf_backend_grok_psinfo
577 #define elf_backend_grok_psinfo NULL
578 #endif
579 #ifndef elf_backend_write_core_note
580 #define elf_backend_write_core_note NULL
581 #endif
582 #ifndef elf_backend_lookup_section_flags_hook
583 #define elf_backend_lookup_section_flags_hook NULL
584 #endif
585 #ifndef elf_backend_reloc_type_class
586 #define elf_backend_reloc_type_class _bfd_elf_reloc_type_class
587 #endif
588 #ifndef elf_backend_discard_info
589 #define elf_backend_discard_info NULL
590 #endif
591 #ifndef elf_backend_ignore_discarded_relocs
592 #define elf_backend_ignore_discarded_relocs NULL
593 #endif
594 #ifndef elf_backend_action_discarded
595 #define elf_backend_action_discarded _bfd_elf_default_action_discarded
596 #endif
597 #ifndef elf_backend_eh_frame_address_size
598 #define elf_backend_eh_frame_address_size _bfd_elf_eh_frame_address_size
599 #endif
600 #ifndef elf_backend_can_make_relative_eh_frame
601 #define elf_backend_can_make_relative_eh_frame _bfd_elf_can_make_relative
602 #endif
603 #ifndef elf_backend_can_make_lsda_relative_eh_frame
604 #define elf_backend_can_make_lsda_relative_eh_frame _bfd_elf_can_make_relative
605 #endif
606 #ifndef elf_backend_encode_eh_address
607 #define elf_backend_encode_eh_address _bfd_elf_encode_eh_address
608 #endif
609 #ifndef elf_backend_write_section
610 #define elf_backend_write_section NULL
611 #endif
612 #ifndef elf_backend_mips_irix_compat
613 #define elf_backend_mips_irix_compat NULL
614 #endif
615 #ifndef elf_backend_mips_rtype_to_howto
616 #define elf_backend_mips_rtype_to_howto NULL
617 #endif
618
619 /* Previously, backends could only use SHT_REL or SHT_RELA relocation
620 sections, but not both. They defined USE_REL to indicate SHT_REL
621 sections, and left it undefined to indicated SHT_RELA sections.
622 For backwards compatibility, we still support this usage. */
623 #ifndef USE_REL
624 #define USE_REL 0
625 #endif
626
627 /* Use these in new code. */
628 #ifndef elf_backend_may_use_rel_p
629 #define elf_backend_may_use_rel_p USE_REL
630 #endif
631 #ifndef elf_backend_may_use_rela_p
632 #define elf_backend_may_use_rela_p !USE_REL
633 #endif
634 #ifndef elf_backend_default_use_rela_p
635 #define elf_backend_default_use_rela_p !USE_REL
636 #endif
637 #ifndef elf_backend_rela_plts_and_copies_p
638 #define elf_backend_rela_plts_and_copies_p elf_backend_default_use_rela_p
639 #endif
640
641 #ifndef elf_backend_rela_normal
642 #define elf_backend_rela_normal 0
643 #endif
644
645 #ifndef elf_backend_dtrel_excludes_plt
646 #define elf_backend_dtrel_excludes_plt 0
647 #endif
648
649 #ifndef elf_backend_plt_sym_val
650 #define elf_backend_plt_sym_val NULL
651 #endif
652 #ifndef elf_backend_relplt_name
653 #define elf_backend_relplt_name NULL
654 #endif
655
656 #ifndef ELF_MACHINE_ALT1
657 #define ELF_MACHINE_ALT1 0
658 #endif
659
660 #ifndef ELF_MACHINE_ALT2
661 #define ELF_MACHINE_ALT2 0
662 #endif
663
664 #ifndef elf_backend_size_info
665 #define elf_backend_size_info _bfd_elfNN_size_info
666 #endif
667
668 #ifndef elf_backend_special_sections
669 #define elf_backend_special_sections NULL
670 #endif
671
672 #ifndef elf_backend_sign_extend_vma
673 #define elf_backend_sign_extend_vma 0
674 #endif
675
676 #ifndef elf_backend_link_order_error_handler
677 #define elf_backend_link_order_error_handler _bfd_error_handler
678 #endif
679
680 #ifndef elf_backend_common_definition
681 #define elf_backend_common_definition _bfd_elf_common_definition
682 #endif
683
684 #ifndef elf_backend_common_section_index
685 #define elf_backend_common_section_index _bfd_elf_common_section_index
686 #endif
687
688 #ifndef elf_backend_common_section
689 #define elf_backend_common_section _bfd_elf_common_section
690 #endif
691
692 #ifndef elf_backend_merge_symbol
693 #define elf_backend_merge_symbol NULL
694 #endif
695
696 #ifndef elf_backend_hash_symbol
697 #define elf_backend_hash_symbol _bfd_elf_hash_symbol
698 #endif
699
700 #ifndef elf_backend_is_function_type
701 #define elf_backend_is_function_type _bfd_elf_is_function_type
702 #endif
703
704 #ifndef elf_backend_maybe_function_sym
705 #define elf_backend_maybe_function_sym _bfd_elf_maybe_function_sym
706 #endif
707
708 #ifndef elf_backend_get_reloc_section
709 #define elf_backend_get_reloc_section _bfd_elf_get_reloc_section
710 #endif
711
712 #ifndef elf_backend_copy_special_section_fields
713 #define elf_backend_copy_special_section_fields NULL
714 #endif
715
716 #ifndef elf_backend_compact_eh_encoding
717 #define elf_backend_compact_eh_encoding NULL
718 #endif
719
720 #ifndef elf_backend_cant_unwind_opcode
721 #define elf_backend_cant_unwind_opcode 0
722 #endif
723
724 #ifndef elf_match_priority
725 #define elf_match_priority \
726 (ELF_ARCH == bfd_arch_unknown ? 2 : ELF_OSABI == ELFOSABI_NONE ? 1 : 0)
727 #endif
728
729 extern const struct elf_size_info _bfd_elfNN_size_info;
730
731 static struct elf_backend_data elfNN_bed =
732 {
733 ELF_ARCH, /* arch */
734 ELF_TARGET_ID, /* target_id */
735 ELF_MACHINE_CODE, /* elf_machine_code */
736 ELF_OSABI, /* elf_osabi */
737 ELF_MAXPAGESIZE, /* maxpagesize */
738 ELF_MINPAGESIZE, /* minpagesize */
739 ELF_COMMONPAGESIZE, /* commonpagesize */
740 ELF_DYNAMIC_SEC_FLAGS, /* dynamic_sec_flags */
741 elf_backend_arch_data,
742 elf_info_to_howto,
743 elf_info_to_howto_rel,
744 elf_backend_sym_is_global,
745 elf_backend_object_p,
746 elf_backend_symbol_processing,
747 elf_backend_symbol_table_processing,
748 elf_backend_get_symbol_type,
749 elf_backend_archive_symbol_lookup,
750 elf_backend_name_local_section_symbols,
751 elf_backend_section_processing,
752 elf_backend_section_from_shdr,
753 elf_backend_section_flags,
754 elf_backend_get_sec_type_attr,
755 elf_backend_section_from_phdr,
756 elf_backend_fake_sections,
757 elf_backend_section_from_bfd_section,
758 elf_backend_add_symbol_hook,
759 elf_backend_link_output_symbol_hook,
760 elf_backend_create_dynamic_sections,
761 elf_backend_omit_section_dynsym,
762 elf_backend_relocs_compatible,
763 elf_backend_check_relocs,
764 elf_backend_check_directives,
765 elf_backend_notice_as_needed,
766 elf_backend_adjust_dynamic_symbol,
767 elf_backend_always_size_sections,
768 elf_backend_size_dynamic_sections,
769 elf_backend_init_index_section,
770 elf_backend_relocate_section,
771 elf_backend_finish_dynamic_symbol,
772 elf_backend_finish_dynamic_sections,
773 elf_backend_begin_write_processing,
774 elf_backend_final_write_processing,
775 elf_backend_additional_program_headers,
776 elf_backend_modify_segment_map,
777 elf_backend_modify_program_headers,
778 elf_backend_allow_non_load_phdr,
779 elf_backend_gc_keep,
780 elf_backend_gc_mark_dynamic_ref,
781 elf_backend_gc_mark_hook,
782 elf_backend_gc_mark_extra_sections,
783 elf_backend_gc_sweep_hook,
784 elf_backend_post_process_headers,
785 elf_backend_print_symbol_all,
786 elf_backend_output_arch_local_syms,
787 elf_backend_output_arch_syms,
788 elf_backend_filter_implib_symbols,
789 elf_backend_copy_indirect_symbol,
790 elf_backend_hide_symbol,
791 elf_backend_fixup_symbol,
792 elf_backend_merge_symbol_attribute,
793 elf_backend_get_target_dtag,
794 elf_backend_ignore_undef_symbol,
795 elf_backend_emit_relocs,
796 elf_backend_update_relocs,
797 elf_backend_count_relocs,
798 elf_backend_count_additional_relocs,
799 elf_backend_sort_relocs_p,
800 elf_backend_grok_prstatus,
801 elf_backend_grok_psinfo,
802 elf_backend_write_core_note,
803 elf_backend_lookup_section_flags_hook,
804 elf_backend_reloc_type_class,
805 elf_backend_discard_info,
806 elf_backend_ignore_discarded_relocs,
807 elf_backend_action_discarded,
808 elf_backend_eh_frame_address_size,
809 elf_backend_can_make_relative_eh_frame,
810 elf_backend_can_make_lsda_relative_eh_frame,
811 elf_backend_encode_eh_address,
812 elf_backend_write_section,
813 elf_backend_mips_irix_compat,
814 elf_backend_mips_rtype_to_howto,
815 elf_backend_ecoff_debug_swap,
816 elf_backend_bfd_from_remote_memory,
817 elf_backend_plt_sym_val,
818 elf_backend_common_definition,
819 elf_backend_common_section_index,
820 elf_backend_common_section,
821 elf_backend_merge_symbol,
822 elf_backend_hash_symbol,
823 elf_backend_is_function_type,
824 elf_backend_maybe_function_sym,
825 elf_backend_get_reloc_section,
826 elf_backend_copy_special_section_fields,
827 elf_backend_link_order_error_handler,
828 elf_backend_relplt_name,
829 ELF_MACHINE_ALT1,
830 ELF_MACHINE_ALT2,
831 &elf_backend_size_info,
832 elf_backend_special_sections,
833 elf_backend_got_header_size,
834 elf_backend_got_elt_size,
835 elf_backend_obj_attrs_vendor,
836 elf_backend_obj_attrs_section,
837 elf_backend_obj_attrs_arg_type,
838 elf_backend_obj_attrs_section_type,
839 elf_backend_obj_attrs_order,
840 elf_backend_obj_attrs_handle_unknown,
841 elf_backend_compact_eh_encoding,
842 elf_backend_cant_unwind_opcode,
843 elf_backend_static_tls_alignment,
844 elf_backend_stack_align,
845 elf_backend_strtab_flags,
846 elf_backend_collect,
847 elf_backend_type_change_ok,
848 elf_backend_may_use_rel_p,
849 elf_backend_may_use_rela_p,
850 elf_backend_default_use_rela_p,
851 elf_backend_rela_plts_and_copies_p,
852 elf_backend_rela_normal,
853 elf_backend_dtrel_excludes_plt,
854 elf_backend_sign_extend_vma,
855 elf_backend_want_got_plt,
856 elf_backend_plt_readonly,
857 elf_backend_want_plt_sym,
858 elf_backend_plt_not_loaded,
859 elf_backend_plt_alignment,
860 elf_backend_can_gc_sections,
861 elf_backend_can_refcount,
862 elf_backend_want_got_sym,
863 elf_backend_want_dynbss,
864 elf_backend_want_dynrelro,
865 elf_backend_want_p_paddr_set_to_zero,
866 elf_backend_no_page_alias,
867 elf_backend_default_execstack,
868 elf_backend_caches_rawsize,
869 elf_backend_extern_protected_data
870 };
871
872 /* Forward declaration for use when initialising alternative_target field. */
873 #ifdef TARGET_LITTLE_SYM
874 extern const bfd_target TARGET_LITTLE_SYM;
875 #endif
876
877 #ifdef TARGET_BIG_SYM
878 const bfd_target TARGET_BIG_SYM =
879 {
880 /* name: identify kind of target */
881 TARGET_BIG_NAME,
882
883 /* flavour: general indication about file */
884 bfd_target_elf_flavour,
885
886 /* byteorder: data is big endian */
887 BFD_ENDIAN_BIG,
888
889 /* header_byteorder: header is also big endian */
890 BFD_ENDIAN_BIG,
891
892 /* object_flags: mask of all file flags */
893 (HAS_RELOC | EXEC_P | HAS_LINENO | HAS_DEBUG | HAS_SYMS | HAS_LOCALS
894 | DYNAMIC | WP_TEXT | D_PAGED | BFD_COMPRESS | BFD_DECOMPRESS
895 | BFD_COMPRESS_GABI | BFD_CONVERT_ELF_COMMON | BFD_USE_ELF_STT_COMMON),
896
897 /* section_flags: mask of all section flags */
898 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
899 | SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_EXCLUDE | SEC_SORT_ENTRIES
900 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
901
902 /* leading_symbol_char: is the first char of a user symbol
903 predictable, and if so what is it */
904 elf_symbol_leading_char,
905
906 /* ar_pad_char: pad character for filenames within an archive header
907 FIXME: this really has nothing to do with ELF, this is a characteristic
908 of the archiver and/or os and should be independently tunable */
909 '/',
910
911 /* ar_max_namelen: maximum number of characters in an archive header
912 FIXME: this really has nothing to do with ELF, this is a characteristic
913 of the archiver and should be independently tunable. The System V ABI,
914 Chapter 7 (Formats & Protocols), Archive section sets this as 15. */
915 15,
916
917 elf_match_priority,
918
919 /* Routines to byte-swap various sized integers from the data sections */
920 bfd_getb64, bfd_getb_signed_64, bfd_putb64,
921 bfd_getb32, bfd_getb_signed_32, bfd_putb32,
922 bfd_getb16, bfd_getb_signed_16, bfd_putb16,
923
924 /* Routines to byte-swap various sized integers from the file headers */
925 bfd_getb64, bfd_getb_signed_64, bfd_putb64,
926 bfd_getb32, bfd_getb_signed_32, bfd_putb32,
927 bfd_getb16, bfd_getb_signed_16, bfd_putb16,
928
929 /* bfd_check_format: check the format of a file being read */
930 { _bfd_dummy_target, /* unknown format */
931 bfd_elfNN_object_p, /* assembler/linker output (object file) */
932 bfd_elfNN_archive_p, /* an archive */
933 bfd_elfNN_core_file_p /* a core file */
934 },
935
936 /* bfd_set_format: set the format of a file being written */
937 { bfd_false,
938 bfd_elfNN_mkobject,
939 bfd_elfNN_mkarchive,
940 bfd_elfNN_mkcorefile
941 },
942
943 /* bfd_write_contents: write cached information into a file being written */
944 { bfd_false,
945 bfd_elfNN_write_object_contents,
946 bfd_elfNN_write_archive_contents,
947 bfd_elfNN_write_corefile_contents,
948 },
949
950 BFD_JUMP_TABLE_GENERIC (bfd_elfNN),
951 BFD_JUMP_TABLE_COPY (bfd_elfNN),
952 BFD_JUMP_TABLE_CORE (bfd_elfNN),
953 #ifdef bfd_elfNN_archive_functions
954 BFD_JUMP_TABLE_ARCHIVE (bfd_elfNN_archive),
955 #elif defined USE_64_BIT_ARCHIVE
956 BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_64_bit),
957 #else
958 BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff),
959 #endif
960 BFD_JUMP_TABLE_SYMBOLS (bfd_elfNN),
961 BFD_JUMP_TABLE_RELOCS (bfd_elfNN),
962 BFD_JUMP_TABLE_WRITE (bfd_elfNN),
963 BFD_JUMP_TABLE_LINK (bfd_elfNN),
964 BFD_JUMP_TABLE_DYNAMIC (bfd_elfNN),
965
966 /* Alternative endian target. */
967 #ifdef TARGET_LITTLE_SYM
968 & TARGET_LITTLE_SYM,
969 #else
970 NULL,
971 #endif
972
973 /* backend_data: */
974 &elfNN_bed
975 };
976 #endif
977
978 #ifdef TARGET_LITTLE_SYM
979 const bfd_target TARGET_LITTLE_SYM =
980 {
981 /* name: identify kind of target */
982 TARGET_LITTLE_NAME,
983
984 /* flavour: general indication about file */
985 bfd_target_elf_flavour,
986
987 /* byteorder: data is little endian */
988 BFD_ENDIAN_LITTLE,
989
990 /* header_byteorder: header is also little endian */
991 BFD_ENDIAN_LITTLE,
992
993 /* object_flags: mask of all file flags */
994 (HAS_RELOC | EXEC_P | HAS_LINENO | HAS_DEBUG | HAS_SYMS | HAS_LOCALS
995 | DYNAMIC | WP_TEXT | D_PAGED | BFD_COMPRESS | BFD_DECOMPRESS
996 | BFD_COMPRESS_GABI | BFD_CONVERT_ELF_COMMON | BFD_USE_ELF_STT_COMMON),
997
998 /* section_flags: mask of all section flags */
999 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
1000 | SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_EXCLUDE | SEC_SORT_ENTRIES
1001 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
1002
1003 /* leading_symbol_char: is the first char of a user symbol
1004 predictable, and if so what is it */
1005 elf_symbol_leading_char,
1006
1007 /* ar_pad_char: pad character for filenames within an archive header
1008 FIXME: this really has nothing to do with ELF, this is a characteristic
1009 of the archiver and/or os and should be independently tunable */
1010 '/',
1011
1012 /* ar_max_namelen: maximum number of characters in an archive header
1013 FIXME: this really has nothing to do with ELF, this is a characteristic
1014 of the archiver and should be independently tunable. The System V ABI,
1015 Chapter 7 (Formats & Protocols), Archive section sets this as 15. */
1016 15,
1017
1018 elf_match_priority,
1019
1020 /* Routines to byte-swap various sized integers from the data sections */
1021 bfd_getl64, bfd_getl_signed_64, bfd_putl64,
1022 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
1023 bfd_getl16, bfd_getl_signed_16, bfd_putl16,
1024
1025 /* Routines to byte-swap various sized integers from the file headers */
1026 bfd_getl64, bfd_getl_signed_64, bfd_putl64,
1027 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
1028 bfd_getl16, bfd_getl_signed_16, bfd_putl16,
1029
1030 /* bfd_check_format: check the format of a file being read */
1031 { _bfd_dummy_target, /* unknown format */
1032 bfd_elfNN_object_p, /* assembler/linker output (object file) */
1033 bfd_elfNN_archive_p, /* an archive */
1034 bfd_elfNN_core_file_p /* a core file */
1035 },
1036
1037 /* bfd_set_format: set the format of a file being written */
1038 { bfd_false,
1039 bfd_elfNN_mkobject,
1040 bfd_elfNN_mkarchive,
1041 bfd_elfNN_mkcorefile
1042 },
1043
1044 /* bfd_write_contents: write cached information into a file being written */
1045 { bfd_false,
1046 bfd_elfNN_write_object_contents,
1047 bfd_elfNN_write_archive_contents,
1048 bfd_elfNN_write_corefile_contents,
1049 },
1050
1051 BFD_JUMP_TABLE_GENERIC (bfd_elfNN),
1052 BFD_JUMP_TABLE_COPY (bfd_elfNN),
1053 BFD_JUMP_TABLE_CORE (bfd_elfNN),
1054 #ifdef bfd_elfNN_archive_functions
1055 BFD_JUMP_TABLE_ARCHIVE (bfd_elfNN_archive),
1056 #elif defined USE_64_BIT_ARCHIVE
1057 BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_64_bit),
1058 #else
1059 BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff),
1060 #endif
1061 BFD_JUMP_TABLE_SYMBOLS (bfd_elfNN),
1062 BFD_JUMP_TABLE_RELOCS (bfd_elfNN),
1063 BFD_JUMP_TABLE_WRITE (bfd_elfNN),
1064 BFD_JUMP_TABLE_LINK (bfd_elfNN),
1065 BFD_JUMP_TABLE_DYNAMIC (bfd_elfNN),
1066
1067 /* Alternative endian target. */
1068 #ifdef TARGET_BIG_SYM
1069 & TARGET_BIG_SYM,
1070 #else
1071 NULL,
1072 #endif
1073
1074 /* backend_data: */
1075 &elfNN_bed
1076 };
1077 #endif
This page took 0.053776 seconds and 5 git commands to generate.