1 /* Target definitions for 32-bit ELF
2 Copyright 1993, 1994 Free Software Foundation, Inc.
4 This file is part of BFD, the Binary File Descriptor library.
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 2 of the License, or
9 (at your option) any later version.
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.
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
20 /* This structure contains everything that BFD knows about a target.
21 It includes things like its byte order, name, what routines to call
22 to do various operations, etc. Every BFD points to a target structure
23 with its "xvec" member.
25 There are two such structures here: one for big-endian machines and
26 one for little-endian machines. */
28 #define bfd_elf32_close_and_cleanup _bfd_generic_close_and_cleanup
29 #define bfd_elf32_bfd_free_cached_info _bfd_generic_bfd_free_cached_info
30 #ifndef bfd_elf32_get_section_contents
31 #define bfd_elf32_get_section_contents _bfd_generic_get_section_contents
34 #define bfd_elf32_bfd_get_relocated_section_contents \
35 bfd_generic_get_relocated_section_contents
36 #define bfd_elf32_bfd_relax_section bfd_generic_relax_section
37 #define bfd_elf32_bfd_make_debug_symbol \
38 ((asymbol *(*) PARAMS ((bfd *, void *, unsigned long))) bfd_nullvoidptr)
40 #ifndef bfd_elf32_bfd_copy_private_section_data
41 #define bfd_elf32_bfd_copy_private_section_data \
42 ((boolean (*) PARAMS ((bfd *, asection *, bfd *, asection *))) bfd_true)
44 #ifndef bfd_elf32_bfd_copy_private_bfd_data
45 #define bfd_elf32_bfd_copy_private_bfd_data \
46 ((boolean (*) PARAMS ((bfd *, bfd *))) bfd_true)
48 #ifndef bfd_elf32_bfd_is_local_label
49 #define bfd_elf32_bfd_is_local_label bfd_generic_is_local_label
52 #ifndef bfd_elf32_get_dynamic_reloc_upper_bound
53 #define bfd_elf32_get_dynamic_reloc_upper_bound \
54 _bfd_nodynamic_get_dynamic_reloc_upper_bound
56 #ifndef bfd_elf32_canonicalize_dynamic_reloc
57 #define bfd_elf32_canonicalize_dynamic_reloc \
58 _bfd_nodynamic_canonicalize_dynamic_reloc
61 #ifdef elf_backend_relocate_section
62 #ifndef bfd_elf32_bfd_link_hash_table_create
63 #define bfd_elf32_bfd_link_hash_table_create _bfd_elf_link_hash_table_create
65 #else /* ! defined (elf_backend_relocate_section) */
66 /* If no backend relocate_section routine, use the generic linker. */
67 #ifndef bfd_elf32_bfd_link_hash_table_create
68 #define bfd_elf32_bfd_link_hash_table_create \
69 _bfd_generic_link_hash_table_create
71 #ifndef bfd_elf32_bfd_link_add_symbols
72 #define bfd_elf32_bfd_link_add_symbols _bfd_generic_link_add_symbols
74 #ifndef bfd_elf32_bfd_final_link
75 #define bfd_elf32_bfd_final_link _bfd_generic_final_link
77 #endif /* ! defined (elf_backend_relocate_section) */
79 #ifndef elf_info_to_howto_rel
80 #define elf_info_to_howto_rel 0
83 #ifndef ELF_MAXPAGESIZE
84 #define ELF_MAXPAGESIZE 1
87 #ifndef elf_backend_collect
88 #define elf_backend_collect false
91 #ifndef elf_backend_sym_is_global
92 #define elf_backend_sym_is_global 0
94 #ifndef elf_backend_object_p
95 #define elf_backend_object_p 0
97 #ifndef elf_backend_symbol_processing
98 #define elf_backend_symbol_processing 0
100 #ifndef elf_backend_symbol_table_processing
101 #define elf_backend_symbol_table_processing 0
103 #ifndef elf_backend_section_processing
104 #define elf_backend_section_processing 0
106 #ifndef elf_backend_section_from_shdr
107 #define elf_backend_section_from_shdr 0
109 #ifndef elf_backend_fake_sections
110 #define elf_backend_fake_sections 0
112 #ifndef elf_backend_section_from_bfd_section
113 #define elf_backend_section_from_bfd_section 0
115 #ifndef elf_backend_add_symbol_hook
116 #define elf_backend_add_symbol_hook 0
118 #ifndef elf_backend_link_output_symbol_hook
119 #define elf_backend_link_output_symbol_hook 0
121 #ifndef elf_backend_create_dynamic_sections
122 #define elf_backend_create_dynamic_sections 0
124 #ifndef elf_backend_adjust_dynamic_symbol
125 #define elf_backend_adjust_dynamic_symbol 0
127 #ifndef elf_backend_size_dynamic_sections
128 #define elf_backend_size_dynamic_sections 0
130 #ifndef elf_backend_relocate_section
131 #define elf_backend_relocate_section 0
133 #ifndef elf_backend_finish_dynamic_symbol
134 #define elf_backend_finish_dynamic_symbol 0
136 #ifndef elf_backend_finish_dynamic_sections
137 #define elf_backend_finish_dynamic_sections 0
139 #ifndef elf_backend_begin_write_processing
140 #define elf_backend_begin_write_processing 0
142 #ifndef elf_backend_final_write_processing
143 #define elf_backend_final_write_processing 0
145 #ifndef elf_backend_ecoff_debug_swap
146 #define elf_backend_ecoff_debug_swap 0
149 static CONST struct elf_backend_data elf32_bed =
158 ELF_MACHINE_CODE, /* elf_machine_code */
159 ELF_MAXPAGESIZE, /* maxpagesize */
162 elf_info_to_howto_rel,
163 elf_backend_sym_is_global,
164 elf_backend_object_p,
165 elf_backend_symbol_processing,
166 elf_backend_symbol_table_processing,
167 elf_backend_section_processing,
168 elf_backend_section_from_shdr,
169 elf_backend_fake_sections,
170 elf_backend_section_from_bfd_section,
171 elf_backend_add_symbol_hook,
172 elf_backend_link_output_symbol_hook,
173 elf_backend_create_dynamic_sections,
174 elf_backend_adjust_dynamic_symbol,
175 elf_backend_size_dynamic_sections,
176 elf_backend_relocate_section,
177 elf_backend_finish_dynamic_symbol,
178 elf_backend_finish_dynamic_sections,
179 elf_backend_begin_write_processing,
180 elf_backend_final_write_processing,
181 elf_backend_ecoff_debug_swap
184 #ifdef TARGET_BIG_SYM
185 const bfd_target TARGET_BIG_SYM =
187 /* name: identify kind of target */
190 /* flavour: general indication about file */
191 bfd_target_elf_flavour,
193 /* byteorder_big_p: data is big endian */
196 /* header_byteorder_big_p: header is also big endian */
199 /* object_flags: mask of all file flags */
200 (HAS_RELOC | EXEC_P | HAS_LINENO | HAS_DEBUG | HAS_SYMS | HAS_LOCALS |
201 DYNAMIC | WP_TEXT | D_PAGED),
203 /* section_flags: mask of all section flags */
204 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY |
205 SEC_CODE | SEC_DATA | SEC_DEBUGGING),
207 /* leading_symbol_char: is the first char of a user symbol
208 predictable, and if so what is it */
211 /* ar_pad_char: pad character for filenames within an archive header
212 FIXME: this really has nothing to do with ELF, this is a characteristic
213 of the archiver and/or os and should be independently tunable */
216 /* ar_max_namelen: maximum number of characters in an archive header
217 FIXME: this really has nothing to do with ELF, this is a characteristic
218 of the archiver and should be independently tunable. This value is
219 a WAG (wild a** guess) */
222 /* align_power_min: minimum alignment restriction for any section
223 FIXME: this value may be target machine dependent */
226 /* Routines to byte-swap various sized integers from the data sections */
227 bfd_getb64, bfd_getb_signed_64, bfd_putb64,
228 bfd_getb32, bfd_getb_signed_32, bfd_putb32,
229 bfd_getb16, bfd_getb_signed_16, bfd_putb16,
231 /* Routines to byte-swap various sized integers from the file headers */
232 bfd_getb64, bfd_getb_signed_64, bfd_putb64,
233 bfd_getb32, bfd_getb_signed_32, bfd_putb32,
234 bfd_getb16, bfd_getb_signed_16, bfd_putb16,
236 /* bfd_check_format: check the format of a file being read */
237 { _bfd_dummy_target, /* unknown format */
238 bfd_elf32_object_p, /* assembler/linker output (object file) */
239 bfd_generic_archive_p, /* an archive */
240 bfd_elf32_core_file_p /* a core file */
243 /* bfd_set_format: set the format of a file being written */
246 _bfd_generic_mkarchive,
250 /* bfd_write_contents: write cached information into a file being written */
252 bfd_elf32_write_object_contents,
253 _bfd_write_archive_contents,
257 BFD_JUMP_TABLE_GENERIC (bfd_elf32),
258 BFD_JUMP_TABLE_COPY (bfd_elf32),
259 BFD_JUMP_TABLE_CORE (bfd_elf32),
260 BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff),
261 BFD_JUMP_TABLE_SYMBOLS (bfd_elf32),
262 BFD_JUMP_TABLE_RELOCS (bfd_elf32),
263 BFD_JUMP_TABLE_WRITE (bfd_elf32),
264 BFD_JUMP_TABLE_LINK (bfd_elf32),
265 BFD_JUMP_TABLE_DYNAMIC (bfd_elf32),
272 #ifdef TARGET_LITTLE_SYM
273 const bfd_target TARGET_LITTLE_SYM =
275 /* name: identify kind of target */
278 /* flavour: general indication about file */
279 bfd_target_elf_flavour,
281 /* byteorder_big_p: data is big endian */
282 false, /* Nope -- this one's little endian */
284 /* header_byteorder_big_p: header is also big endian */
285 false, /* Nope -- this one's little endian */
287 /* object_flags: mask of all file flags */
288 (HAS_RELOC | EXEC_P | HAS_LINENO | HAS_DEBUG | HAS_SYMS | HAS_LOCALS |
289 DYNAMIC | WP_TEXT | D_PAGED),
291 /* section_flags: mask of all section flags */
292 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY |
293 SEC_CODE | SEC_DATA | SEC_DEBUGGING),
295 /* leading_symbol_char: is the first char of a user symbol
296 predictable, and if so what is it */
299 /* ar_pad_char: pad character for filenames within an archive header
300 FIXME: this really has nothing to do with ELF, this is a characteristic
301 of the archiver and/or os and should be independently tunable */
304 /* ar_max_namelen: maximum number of characters in an archive header
305 FIXME: this really has nothing to do with ELF, this is a characteristic
306 of the archiver and should be independently tunable. This value is
307 a WAG (wild a** guess) */
310 /* align_power_min: minimum alignment restriction for any section
311 FIXME: this value may be target machine dependent */
314 /* Routines to byte-swap various sized integers from the data sections */
315 bfd_getl64, bfd_getl_signed_64, bfd_putl64,
316 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
317 bfd_getl16, bfd_getl_signed_16, bfd_putl16,
319 /* Routines to byte-swap various sized integers from the file headers */
320 bfd_getl64, bfd_getl_signed_64, bfd_putl64,
321 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
322 bfd_getl16, bfd_getl_signed_16, bfd_putl16,
324 /* bfd_check_format: check the format of a file being read */
325 { _bfd_dummy_target, /* unknown format */
326 bfd_elf32_object_p, /* assembler/linker output (object file) */
327 bfd_generic_archive_p, /* an archive */
328 bfd_elf32_core_file_p /* a core file */
331 /* bfd_set_format: set the format of a file being written */
334 _bfd_generic_mkarchive,
338 /* bfd_write_contents: write cached information into a file being written */
340 bfd_elf32_write_object_contents,
341 _bfd_write_archive_contents,
345 BFD_JUMP_TABLE_GENERIC (bfd_elf32),
346 BFD_JUMP_TABLE_COPY (bfd_elf32),
347 BFD_JUMP_TABLE_CORE (bfd_elf32),
348 BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff),
349 BFD_JUMP_TABLE_SYMBOLS (bfd_elf32),
350 BFD_JUMP_TABLE_RELOCS (bfd_elf32),
351 BFD_JUMP_TABLE_WRITE (bfd_elf32),
352 BFD_JUMP_TABLE_LINK (bfd_elf32),
353 BFD_JUMP_TABLE_DYNAMIC (bfd_elf32),