1 /* xSYM symbol-file support for BFD.
2 Copyright (C) 1999-2023 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 3 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., 51 Franklin Street - Fifth Floor, Boston,
19 MA 02110-1301, USA. */
21 /* xSYM is the debugging format used by CodeWarrior on Mac OS classic. */
28 #define bfd_sym_close_and_cleanup _bfd_generic_close_and_cleanup
29 #define bfd_sym_bfd_free_cached_info _bfd_generic_bfd_free_cached_info
30 #define bfd_sym_new_section_hook _bfd_generic_new_section_hook
31 #define bfd_sym_bfd_is_local_label_name bfd_generic_is_local_label_name
32 #define bfd_sym_bfd_is_target_special_symbol _bfd_bool_bfd_asymbol_false
33 #define bfd_sym_get_lineno _bfd_nosymbols_get_lineno
34 #define bfd_sym_find_nearest_line _bfd_nosymbols_find_nearest_line
35 #define bfd_sym_find_nearest_line_with_alt _bfd_nosymbols_find_nearest_line_with_alt
36 #define bfd_sym_find_line _bfd_nosymbols_find_line
37 #define bfd_sym_find_inliner_info _bfd_nosymbols_find_inliner_info
38 #define bfd_sym_get_symbol_version_string _bfd_nosymbols_get_symbol_version_string
39 #define bfd_sym_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol
40 #define bfd_sym_read_minisymbols _bfd_generic_read_minisymbols
41 #define bfd_sym_minisymbol_to_symbol _bfd_generic_minisymbol_to_symbol
42 #define bfd_sym_set_arch_mach _bfd_generic_set_arch_mach
43 #define bfd_sym_get_section_contents _bfd_generic_get_section_contents
44 #define bfd_sym_set_section_contents _bfd_generic_set_section_contents
45 #define bfd_sym_bfd_get_relocated_section_contents bfd_generic_get_relocated_section_contents
46 #define bfd_sym_bfd_relax_section bfd_generic_relax_section
47 #define bfd_sym_bfd_gc_sections bfd_generic_gc_sections
48 #define bfd_sym_bfd_lookup_section_flags bfd_generic_lookup_section_flags
49 #define bfd_sym_bfd_merge_sections bfd_generic_merge_sections
50 #define bfd_sym_bfd_is_group_section bfd_generic_is_group_section
51 #define bfd_sym_bfd_group_name bfd_generic_group_name
52 #define bfd_sym_bfd_discard_group bfd_generic_discard_group
53 #define bfd_sym_section_already_linked _bfd_generic_section_already_linked
54 #define bfd_sym_bfd_define_common_symbol bfd_generic_define_common_symbol
55 #define bfd_sym_bfd_link_hide_symbol _bfd_generic_link_hide_symbol
56 #define bfd_sym_bfd_define_start_stop bfd_generic_define_start_stop
57 #define bfd_sym_bfd_link_hash_table_create _bfd_generic_link_hash_table_create
58 #define bfd_sym_bfd_link_add_symbols _bfd_generic_link_add_symbols
59 #define bfd_sym_bfd_link_just_syms _bfd_generic_link_just_syms
60 #define bfd_sym_bfd_copy_link_hash_symbol_type \
61 _bfd_generic_copy_link_hash_symbol_type
62 #define bfd_sym_bfd_final_link _bfd_generic_final_link
63 #define bfd_sym_bfd_link_split_section _bfd_generic_link_split_section
64 #define bfd_sym_get_section_contents_in_window _bfd_generic_get_section_contents_in_window
65 #define bfd_sym_bfd_link_check_relocs _bfd_generic_link_check_relocs
67 extern const bfd_target sym_vec
;
70 pstrcmp (const char *as
, const char *bs
)
72 const unsigned char *a
= (const unsigned char *) as
;
73 const unsigned char *b
= (const unsigned char *) bs
;
77 clen
= (a
[0] > b
[0]) ? b
[0] : a
[0];
78 ret
= memcmp (a
+ 1, b
+ 1, clen
);
91 compute_offset (unsigned long first_page
,
92 unsigned long page_size
,
93 unsigned long entry_size
,
94 unsigned long sym_index
)
96 unsigned long entries_per_page
= page_size
/ entry_size
;
97 unsigned long page_number
= first_page
+ (sym_index
/ entries_per_page
);
98 unsigned long page_offset
= (sym_index
% entries_per_page
) * entry_size
;
100 return (page_number
* page_size
) + page_offset
;
104 bfd_sym_mkobject (bfd
*abfd ATTRIBUTE_UNUSED
)
110 bfd_sym_print_symbol (bfd
*abfd ATTRIBUTE_UNUSED
,
111 void * afile ATTRIBUTE_UNUSED
,
112 asymbol
*symbol ATTRIBUTE_UNUSED
,
113 bfd_print_symbol_type how ATTRIBUTE_UNUSED
)
119 bfd_sym_valid (bfd
*abfd
)
121 if (abfd
== NULL
|| abfd
->xvec
== NULL
)
124 return abfd
->xvec
== &sym_vec
;
128 bfd_sym_read_name_table (bfd
*abfd
, bfd_sym_header_block
*dshb
)
130 size_t table_size
= dshb
->dshb_nte
.dti_page_count
* dshb
->dshb_page_size
;
131 size_t table_offset
= dshb
->dshb_nte
.dti_first_page
* dshb
->dshb_page_size
;
133 if (bfd_seek (abfd
, table_offset
, SEEK_SET
) != 0)
135 return _bfd_alloc_and_read (abfd
, table_size
, table_size
);
139 bfd_sym_parse_file_reference_v32 (unsigned char *buf
,
141 bfd_sym_file_reference
*entry
)
143 BFD_ASSERT (len
== 6);
145 entry
->fref_frte_index
= bfd_getb16 (buf
);
146 entry
->fref_offset
= bfd_getb32 (buf
+ 2);
150 bfd_sym_parse_disk_table_v32 (unsigned char *buf
,
152 bfd_sym_table_info
*table
)
154 BFD_ASSERT (len
== 8);
156 table
->dti_first_page
= bfd_getb16 (buf
);
157 table
->dti_page_count
= bfd_getb16 (buf
+ 2);
158 table
->dti_object_count
= bfd_getb32 (buf
+ 4);
162 bfd_sym_parse_header_v32 (unsigned char *buf
,
164 bfd_sym_header_block
*header
)
166 BFD_ASSERT (len
== 154);
168 memcpy (header
->dshb_id
, buf
, 32);
169 header
->dshb_page_size
= bfd_getb16 (buf
+ 32);
170 header
->dshb_hash_page
= bfd_getb16 (buf
+ 34);
171 header
->dshb_root_mte
= bfd_getb16 (buf
+ 36);
172 header
->dshb_mod_date
= bfd_getb32 (buf
+ 38);
174 bfd_sym_parse_disk_table_v32 (buf
+ 42, 8, &header
->dshb_frte
);
175 bfd_sym_parse_disk_table_v32 (buf
+ 50, 8, &header
->dshb_rte
);
176 bfd_sym_parse_disk_table_v32 (buf
+ 58, 8, &header
->dshb_mte
);
177 bfd_sym_parse_disk_table_v32 (buf
+ 66, 8, &header
->dshb_cmte
);
178 bfd_sym_parse_disk_table_v32 (buf
+ 74, 8, &header
->dshb_cvte
);
179 bfd_sym_parse_disk_table_v32 (buf
+ 82, 8, &header
->dshb_csnte
);
180 bfd_sym_parse_disk_table_v32 (buf
+ 90, 8, &header
->dshb_clte
);
181 bfd_sym_parse_disk_table_v32 (buf
+ 98, 8, &header
->dshb_ctte
);
182 bfd_sym_parse_disk_table_v32 (buf
+ 106, 8, &header
->dshb_tte
);
183 bfd_sym_parse_disk_table_v32 (buf
+ 114, 8, &header
->dshb_nte
);
184 bfd_sym_parse_disk_table_v32 (buf
+ 122, 8, &header
->dshb_tinfo
);
185 bfd_sym_parse_disk_table_v32 (buf
+ 130, 8, &header
->dshb_fite
);
186 bfd_sym_parse_disk_table_v32 (buf
+ 138, 8, &header
->dshb_const
);
188 memcpy (&header
->dshb_file_creator
, buf
+ 146, 4);
189 memcpy (&header
->dshb_file_type
, buf
+ 150, 4);
193 bfd_sym_read_header_v32 (bfd
*abfd
, bfd_sym_header_block
*header
)
195 unsigned char buf
[154];
198 ret
= bfd_read (buf
, 154, abfd
);
202 bfd_sym_parse_header_v32 (buf
, 154, header
);
208 bfd_sym_read_header_v34 (bfd
*abfd ATTRIBUTE_UNUSED
,
209 bfd_sym_header_block
*header ATTRIBUTE_UNUSED
)
215 bfd_sym_read_header (bfd
*abfd
,
216 bfd_sym_header_block
*header
,
217 bfd_sym_version version
)
221 case BFD_SYM_VERSION_3_5
:
222 case BFD_SYM_VERSION_3_4
:
223 return bfd_sym_read_header_v34 (abfd
, header
);
224 case BFD_SYM_VERSION_3_3
:
225 case BFD_SYM_VERSION_3_2
:
226 return bfd_sym_read_header_v32 (abfd
, header
);
227 case BFD_SYM_VERSION_3_1
:
234 bfd_sym_read_version (bfd
*abfd
, bfd_sym_version
*version
)
236 char version_string
[32];
239 ret
= bfd_read (version_string
, sizeof (version_string
), abfd
);
240 if (ret
!= sizeof (version_string
))
243 if (pstrcmp (version_string
, BFD_SYM_VERSION_STR_3_1
) == 0)
244 *version
= BFD_SYM_VERSION_3_1
;
245 else if (pstrcmp (version_string
, BFD_SYM_VERSION_STR_3_2
) == 0)
246 *version
= BFD_SYM_VERSION_3_2
;
247 else if (pstrcmp (version_string
, BFD_SYM_VERSION_STR_3_3
) == 0)
248 *version
= BFD_SYM_VERSION_3_3
;
249 else if (pstrcmp (version_string
, BFD_SYM_VERSION_STR_3_4
) == 0)
250 *version
= BFD_SYM_VERSION_3_4
;
251 else if (pstrcmp (version_string
, BFD_SYM_VERSION_STR_3_5
) == 0)
252 *version
= BFD_SYM_VERSION_3_5
;
260 bfd_sym_display_table_summary (FILE *f
,
261 bfd_sym_table_info
*dti
,
264 fprintf (f
, "%-6s %13ld %13ld %13ld\n",
268 dti
->dti_object_count
);
272 bfd_sym_display_header (FILE *f
, bfd_sym_header_block
*dshb
)
274 fprintf (f
, " Version: %.*s\n", dshb
->dshb_id
[0], dshb
->dshb_id
+ 1);
275 fprintf (f
, " Page Size: 0x%x\n", dshb
->dshb_page_size
);
276 fprintf (f
, " Hash Page: %lu\n", dshb
->dshb_hash_page
);
277 fprintf (f
, " Root MTE: %lu\n", dshb
->dshb_root_mte
);
278 fprintf (f
, " Modification Date: ");
279 fprintf (f
, "[unimplemented]");
280 fprintf (f
, " (0x%lx)\n", dshb
->dshb_mod_date
);
282 fprintf (f
, " File Creator: %.4s Type: %.4s\n\n",
283 dshb
->dshb_file_creator
, dshb
->dshb_file_type
);
285 fprintf (f
, "Table Name First Page Page Count Object Count\n");
286 fprintf (f
, "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n");
288 bfd_sym_display_table_summary (f
, &dshb
->dshb_nte
, "NTE");
289 bfd_sym_display_table_summary (f
, &dshb
->dshb_rte
, "RTE");
290 bfd_sym_display_table_summary (f
, &dshb
->dshb_mte
, "MTE");
291 bfd_sym_display_table_summary (f
, &dshb
->dshb_frte
, "FRTE");
292 bfd_sym_display_table_summary (f
, &dshb
->dshb_cmte
, "CMTE");
293 bfd_sym_display_table_summary (f
, &dshb
->dshb_cvte
, "CVTE");
294 bfd_sym_display_table_summary (f
, &dshb
->dshb_csnte
, "CSNTE");
295 bfd_sym_display_table_summary (f
, &dshb
->dshb_clte
, "CLTE");
296 bfd_sym_display_table_summary (f
, &dshb
->dshb_ctte
, "CTTE");
297 bfd_sym_display_table_summary (f
, &dshb
->dshb_tte
, "TTE");
298 bfd_sym_display_table_summary (f
, &dshb
->dshb_tinfo
, "TINFO");
299 bfd_sym_display_table_summary (f
, &dshb
->dshb_fite
, "FITE");
300 bfd_sym_display_table_summary (f
, &dshb
->dshb_const
, "CONST");
306 bfd_sym_parse_resources_table_entry_v32 (unsigned char *buf
,
308 bfd_sym_resources_table_entry
*entry
)
310 BFD_ASSERT (len
== 18);
312 memcpy (&entry
->rte_res_type
, buf
, 4);
313 entry
->rte_res_number
= bfd_getb16 (buf
+ 4);
314 entry
->rte_nte_index
= bfd_getb32 (buf
+ 6);
315 entry
->rte_mte_first
= bfd_getb16 (buf
+ 10);
316 entry
->rte_mte_last
= bfd_getb16 (buf
+ 12);
317 entry
->rte_res_size
= bfd_getb32 (buf
+ 14);
321 bfd_sym_parse_modules_table_entry_v33 (unsigned char *buf
,
323 bfd_sym_modules_table_entry
*entry
)
325 BFD_ASSERT (len
== 46);
327 entry
->mte_rte_index
= bfd_getb16 (buf
);
328 entry
->mte_res_offset
= bfd_getb32 (buf
+ 2);
329 entry
->mte_size
= bfd_getb32 (buf
+ 6);
330 entry
->mte_kind
= buf
[10];
331 entry
->mte_scope
= buf
[11];
332 entry
->mte_parent
= bfd_getb16 (buf
+ 12);
333 bfd_sym_parse_file_reference_v32 (buf
+ 14, 6, &entry
->mte_imp_fref
);
334 entry
->mte_imp_end
= bfd_getb32 (buf
+ 20);
335 entry
->mte_nte_index
= bfd_getb32 (buf
+ 24);
336 entry
->mte_cmte_index
= bfd_getb16 (buf
+ 28);
337 entry
->mte_cvte_index
= bfd_getb32 (buf
+ 30);
338 entry
->mte_clte_index
= bfd_getb16 (buf
+ 34);
339 entry
->mte_ctte_index
= bfd_getb16 (buf
+ 36);
340 entry
->mte_csnte_idx_1
= bfd_getb32 (buf
+ 38);
341 entry
->mte_csnte_idx_2
= bfd_getb32 (buf
+ 42);
345 bfd_sym_parse_file_references_table_entry_v32 (unsigned char *buf
,
347 bfd_sym_file_references_table_entry
*entry
)
351 BFD_ASSERT (len
== 10);
353 memset (entry
, 0, sizeof (bfd_sym_file_references_table_entry
));
354 type
= bfd_getb16 (buf
);
358 case BFD_SYM_END_OF_LIST_3_2
:
359 entry
->generic
.type
= BFD_SYM_END_OF_LIST
;
362 case BFD_SYM_FILE_NAME_INDEX_3_2
:
363 entry
->filename
.type
= BFD_SYM_FILE_NAME_INDEX
;
364 entry
->filename
.nte_index
= bfd_getb32 (buf
+ 2);
365 entry
->filename
.mod_date
= bfd_getb32 (buf
+ 6);
369 entry
->entry
.mte_index
= type
;
370 entry
->entry
.file_offset
= bfd_getb32 (buf
+ 2);
375 bfd_sym_parse_contained_modules_table_entry_v32 (unsigned char *buf
,
377 bfd_sym_contained_modules_table_entry
*entry
)
381 BFD_ASSERT (len
== 6);
383 memset (entry
, 0, sizeof (bfd_sym_contained_modules_table_entry
));
384 type
= bfd_getb16 (buf
);
388 case BFD_SYM_END_OF_LIST_3_2
:
389 entry
->generic
.type
= BFD_SYM_END_OF_LIST
;
393 entry
->entry
.mte_index
= type
;
394 entry
->entry
.nte_index
= bfd_getb32 (buf
+ 2);
400 bfd_sym_parse_contained_variables_table_entry_v32 (unsigned char *buf
,
402 bfd_sym_contained_variables_table_entry
*entry
)
406 BFD_ASSERT (len
== 26);
408 memset (entry
, 0, sizeof (bfd_sym_contained_variables_table_entry
));
409 type
= bfd_getb16 (buf
);
413 case BFD_SYM_END_OF_LIST_3_2
:
414 entry
->generic
.type
= BFD_SYM_END_OF_LIST
;
417 case BFD_SYM_SOURCE_FILE_CHANGE_3_2
:
418 entry
->file
.type
= BFD_SYM_SOURCE_FILE_CHANGE
;
419 bfd_sym_parse_file_reference_v32 (buf
+ 2, 6, &entry
->file
.fref
);
423 entry
->entry
.tte_index
= type
;
424 entry
->entry
.nte_index
= bfd_getb32 (buf
+ 2);
425 entry
->entry
.file_delta
= bfd_getb16 (buf
+ 6);
426 entry
->entry
.scope
= buf
[8];
427 entry
->entry
.la_size
= buf
[9];
429 if (entry
->entry
.la_size
== BFD_SYM_CVTE_SCA
)
431 entry
->entry
.address
.scstruct
.sca_kind
= buf
[10];
432 entry
->entry
.address
.scstruct
.sca_class
= buf
[11];
433 entry
->entry
.address
.scstruct
.sca_offset
= bfd_getb32 (buf
+ 12);
435 else if (entry
->entry
.la_size
<= BFD_SYM_CVTE_SCA
)
437 #if BFD_SYM_CVTE_SCA > 0
438 memcpy (&entry
->entry
.address
.lastruct
.la
, buf
+ 10,
441 entry
->entry
.address
.lastruct
.la_kind
= buf
[23];
443 else if (entry
->entry
.la_size
== BFD_SYM_CVTE_BIG_LA
)
445 entry
->entry
.address
.biglastruct
.big_la
= bfd_getb32 (buf
+ 10);
446 entry
->entry
.address
.biglastruct
.big_la_kind
= buf
[12];
452 bfd_sym_parse_contained_statements_table_entry_v32 (unsigned char *buf
,
454 bfd_sym_contained_statements_table_entry
*entry
)
458 BFD_ASSERT (len
== 8);
460 memset (entry
, 0, sizeof (bfd_sym_contained_statements_table_entry
));
461 type
= bfd_getb16 (buf
);
465 case BFD_SYM_END_OF_LIST_3_2
:
466 entry
->generic
.type
= BFD_SYM_END_OF_LIST
;
469 case BFD_SYM_SOURCE_FILE_CHANGE_3_2
:
470 entry
->file
.type
= BFD_SYM_SOURCE_FILE_CHANGE
;
471 bfd_sym_parse_file_reference_v32 (buf
+ 2, 6, &entry
->file
.fref
);
475 entry
->entry
.mte_index
= type
;
476 entry
->entry
.mte_offset
= bfd_getb16 (buf
+ 2);
477 entry
->entry
.file_delta
= bfd_getb32 (buf
+ 4);
483 bfd_sym_parse_contained_labels_table_entry_v32 (unsigned char *buf
,
485 bfd_sym_contained_labels_table_entry
*entry
)
489 BFD_ASSERT (len
== 12);
491 memset (entry
, 0, sizeof (bfd_sym_contained_labels_table_entry
));
492 type
= bfd_getb16 (buf
);
496 case BFD_SYM_END_OF_LIST_3_2
:
497 entry
->generic
.type
= BFD_SYM_END_OF_LIST
;
500 case BFD_SYM_SOURCE_FILE_CHANGE_3_2
:
501 entry
->file
.type
= BFD_SYM_SOURCE_FILE_CHANGE
;
502 bfd_sym_parse_file_reference_v32 (buf
+ 2, 6, &entry
->file
.fref
);
506 entry
->entry
.mte_index
= type
;
507 entry
->entry
.mte_offset
= bfd_getb16 (buf
+ 2);
508 entry
->entry
.nte_index
= bfd_getb32 (buf
+ 4);
509 entry
->entry
.file_delta
= bfd_getb16 (buf
+ 8);
510 entry
->entry
.scope
= bfd_getb16 (buf
+ 10);
516 bfd_sym_parse_type_table_entry_v32 (unsigned char *buf
,
518 bfd_sym_type_table_entry
*entry
)
520 BFD_ASSERT (len
== 4);
522 *entry
= bfd_getb32 (buf
);
526 bfd_sym_fetch_resources_table_entry (bfd
*abfd
,
527 bfd_sym_resources_table_entry
*entry
,
528 unsigned long sym_index
)
530 void (*parser
) (unsigned char *, size_t, bfd_sym_resources_table_entry
*);
531 unsigned long offset
;
532 unsigned long entry_size
;
533 unsigned char buf
[18];
534 bfd_sym_data_struct
*sdata
= NULL
;
537 BFD_ASSERT (bfd_sym_valid (abfd
));
538 sdata
= abfd
->tdata
.sym_data
;
543 switch (sdata
->version
)
545 case BFD_SYM_VERSION_3_5
:
546 case BFD_SYM_VERSION_3_4
:
549 case BFD_SYM_VERSION_3_3
:
550 case BFD_SYM_VERSION_3_2
:
552 parser
= bfd_sym_parse_resources_table_entry_v32
;
555 case BFD_SYM_VERSION_3_1
:
562 offset
= compute_offset (sdata
->header
.dshb_rte
.dti_first_page
,
563 sdata
->header
.dshb_page_size
,
564 entry_size
, sym_index
);
566 if (bfd_seek (abfd
, offset
, SEEK_SET
) < 0)
568 if (bfd_read (buf
, entry_size
, abfd
) != entry_size
)
571 (*parser
) (buf
, entry_size
, entry
);
577 bfd_sym_fetch_modules_table_entry (bfd
*abfd
,
578 bfd_sym_modules_table_entry
*entry
,
579 unsigned long sym_index
)
581 void (*parser
) (unsigned char *, size_t, bfd_sym_modules_table_entry
*);
582 unsigned long offset
;
583 unsigned long entry_size
;
584 unsigned char buf
[46];
585 bfd_sym_data_struct
*sdata
= NULL
;
588 BFD_ASSERT (bfd_sym_valid (abfd
));
589 sdata
= abfd
->tdata
.sym_data
;
594 switch (sdata
->version
)
596 case BFD_SYM_VERSION_3_5
:
597 case BFD_SYM_VERSION_3_4
:
600 case BFD_SYM_VERSION_3_3
:
602 parser
= bfd_sym_parse_modules_table_entry_v33
;
605 case BFD_SYM_VERSION_3_2
:
606 case BFD_SYM_VERSION_3_1
:
613 offset
= compute_offset (sdata
->header
.dshb_mte
.dti_first_page
,
614 sdata
->header
.dshb_page_size
,
615 entry_size
, sym_index
);
617 if (bfd_seek (abfd
, offset
, SEEK_SET
) < 0)
619 if (bfd_read (buf
, entry_size
, abfd
) != entry_size
)
622 (*parser
) (buf
, entry_size
, entry
);
628 bfd_sym_fetch_file_references_table_entry (bfd
*abfd
,
629 bfd_sym_file_references_table_entry
*entry
,
630 unsigned long sym_index
)
632 void (*parser
) (unsigned char *, size_t, bfd_sym_file_references_table_entry
*);
633 unsigned long offset
;
634 unsigned long entry_size
= 0;
635 unsigned char buf
[8];
636 bfd_sym_data_struct
*sdata
= NULL
;
639 BFD_ASSERT (bfd_sym_valid (abfd
));
640 sdata
= abfd
->tdata
.sym_data
;
645 switch (sdata
->version
)
647 case BFD_SYM_VERSION_3_3
:
648 case BFD_SYM_VERSION_3_2
:
650 parser
= bfd_sym_parse_file_references_table_entry_v32
;
653 case BFD_SYM_VERSION_3_5
:
654 case BFD_SYM_VERSION_3_4
:
655 case BFD_SYM_VERSION_3_1
:
663 offset
= compute_offset (sdata
->header
.dshb_frte
.dti_first_page
,
664 sdata
->header
.dshb_page_size
,
665 entry_size
, sym_index
);
667 if (bfd_seek (abfd
, offset
, SEEK_SET
) < 0)
669 if (bfd_read (buf
, entry_size
, abfd
) != entry_size
)
672 (*parser
) (buf
, entry_size
, entry
);
678 bfd_sym_fetch_contained_modules_table_entry (bfd
*abfd
,
679 bfd_sym_contained_modules_table_entry
*entry
,
680 unsigned long sym_index
)
682 void (*parser
) (unsigned char *, size_t, bfd_sym_contained_modules_table_entry
*);
683 unsigned long offset
;
684 unsigned long entry_size
= 0;
685 unsigned char buf
[6];
686 bfd_sym_data_struct
*sdata
= NULL
;
689 BFD_ASSERT (bfd_sym_valid (abfd
));
690 sdata
= abfd
->tdata
.sym_data
;
695 switch (sdata
->version
)
697 case BFD_SYM_VERSION_3_3
:
698 case BFD_SYM_VERSION_3_2
:
700 parser
= bfd_sym_parse_contained_modules_table_entry_v32
;
703 case BFD_SYM_VERSION_3_5
:
704 case BFD_SYM_VERSION_3_4
:
705 case BFD_SYM_VERSION_3_1
:
713 offset
= compute_offset (sdata
->header
.dshb_cmte
.dti_first_page
,
714 sdata
->header
.dshb_page_size
,
715 entry_size
, sym_index
);
717 if (bfd_seek (abfd
, offset
, SEEK_SET
) < 0)
719 if (bfd_read (buf
, entry_size
, abfd
) != entry_size
)
722 (*parser
) (buf
, entry_size
, entry
);
728 bfd_sym_fetch_contained_variables_table_entry (bfd
*abfd
,
729 bfd_sym_contained_variables_table_entry
*entry
,
730 unsigned long sym_index
)
732 void (*parser
) (unsigned char *, size_t, bfd_sym_contained_variables_table_entry
*);
733 unsigned long offset
;
734 unsigned long entry_size
= 0;
735 unsigned char buf
[26];
736 bfd_sym_data_struct
*sdata
= NULL
;
739 BFD_ASSERT (bfd_sym_valid (abfd
));
740 sdata
= abfd
->tdata
.sym_data
;
745 switch (sdata
->version
)
747 case BFD_SYM_VERSION_3_3
:
748 case BFD_SYM_VERSION_3_2
:
750 parser
= bfd_sym_parse_contained_variables_table_entry_v32
;
753 case BFD_SYM_VERSION_3_5
:
754 case BFD_SYM_VERSION_3_4
:
755 case BFD_SYM_VERSION_3_1
:
763 offset
= compute_offset (sdata
->header
.dshb_cvte
.dti_first_page
,
764 sdata
->header
.dshb_page_size
,
765 entry_size
, sym_index
);
767 if (bfd_seek (abfd
, offset
, SEEK_SET
) < 0)
769 if (bfd_read (buf
, entry_size
, abfd
) != entry_size
)
772 (*parser
) (buf
, entry_size
, entry
);
778 bfd_sym_fetch_contained_statements_table_entry (bfd
*abfd
,
779 bfd_sym_contained_statements_table_entry
*entry
,
780 unsigned long sym_index
)
782 void (*parser
) (unsigned char *, size_t, bfd_sym_contained_statements_table_entry
*);
783 unsigned long offset
;
784 unsigned long entry_size
= 0;
785 unsigned char buf
[8];
786 bfd_sym_data_struct
*sdata
= NULL
;
789 BFD_ASSERT (bfd_sym_valid (abfd
));
790 sdata
= abfd
->tdata
.sym_data
;
795 switch (sdata
->version
)
797 case BFD_SYM_VERSION_3_3
:
798 case BFD_SYM_VERSION_3_2
:
800 parser
= bfd_sym_parse_contained_statements_table_entry_v32
;
803 case BFD_SYM_VERSION_3_5
:
804 case BFD_SYM_VERSION_3_4
:
805 case BFD_SYM_VERSION_3_1
:
813 offset
= compute_offset (sdata
->header
.dshb_csnte
.dti_first_page
,
814 sdata
->header
.dshb_page_size
,
815 entry_size
, sym_index
);
817 if (bfd_seek (abfd
, offset
, SEEK_SET
) < 0)
819 if (bfd_read (buf
, entry_size
, abfd
) != entry_size
)
822 (*parser
) (buf
, entry_size
, entry
);
828 bfd_sym_fetch_contained_labels_table_entry (bfd
*abfd
,
829 bfd_sym_contained_labels_table_entry
*entry
,
830 unsigned long sym_index
)
832 void (*parser
) (unsigned char *, size_t, bfd_sym_contained_labels_table_entry
*);
833 unsigned long offset
;
834 unsigned long entry_size
= 0;
835 unsigned char buf
[12];
836 bfd_sym_data_struct
*sdata
= NULL
;
839 BFD_ASSERT (bfd_sym_valid (abfd
));
840 sdata
= abfd
->tdata
.sym_data
;
845 switch (sdata
->version
)
847 case BFD_SYM_VERSION_3_3
:
848 case BFD_SYM_VERSION_3_2
:
850 parser
= bfd_sym_parse_contained_labels_table_entry_v32
;
853 case BFD_SYM_VERSION_3_5
:
854 case BFD_SYM_VERSION_3_4
:
855 case BFD_SYM_VERSION_3_1
:
863 offset
= compute_offset (sdata
->header
.dshb_clte
.dti_first_page
,
864 sdata
->header
.dshb_page_size
,
865 entry_size
, sym_index
);
867 if (bfd_seek (abfd
, offset
, SEEK_SET
) < 0)
869 if (bfd_read (buf
, entry_size
, abfd
) != entry_size
)
872 (*parser
) (buf
, entry_size
, entry
);
878 bfd_sym_fetch_contained_types_table_entry (bfd
*abfd
,
879 bfd_sym_contained_types_table_entry
*entry
,
880 unsigned long sym_index
)
882 void (*parser
) (unsigned char *, size_t, bfd_sym_contained_types_table_entry
*);
883 unsigned long offset
;
884 unsigned long entry_size
= 0;
885 unsigned char buf
[0];
886 bfd_sym_data_struct
*sdata
= NULL
;
889 BFD_ASSERT (bfd_sym_valid (abfd
));
890 sdata
= abfd
->tdata
.sym_data
;
895 switch (sdata
->version
)
897 case BFD_SYM_VERSION_3_3
:
898 case BFD_SYM_VERSION_3_2
:
903 case BFD_SYM_VERSION_3_5
:
904 case BFD_SYM_VERSION_3_4
:
905 case BFD_SYM_VERSION_3_1
:
913 offset
= compute_offset (sdata
->header
.dshb_ctte
.dti_first_page
,
914 sdata
->header
.dshb_page_size
,
915 entry_size
, sym_index
);
917 if (bfd_seek (abfd
, offset
, SEEK_SET
) < 0)
919 if (bfd_read (buf
, entry_size
, abfd
) != entry_size
)
922 (*parser
) (buf
, entry_size
, entry
);
928 bfd_sym_fetch_file_references_index_table_entry (bfd
*abfd
,
929 bfd_sym_file_references_index_table_entry
*entry
,
930 unsigned long sym_index
)
932 void (*parser
) (unsigned char *, size_t, bfd_sym_file_references_index_table_entry
*);
933 unsigned long offset
;
934 unsigned long entry_size
= 0;
935 unsigned char buf
[0];
936 bfd_sym_data_struct
*sdata
= NULL
;
939 BFD_ASSERT (bfd_sym_valid (abfd
));
940 sdata
= abfd
->tdata
.sym_data
;
945 switch (sdata
->version
)
947 case BFD_SYM_VERSION_3_3
:
948 case BFD_SYM_VERSION_3_2
:
953 case BFD_SYM_VERSION_3_5
:
954 case BFD_SYM_VERSION_3_4
:
955 case BFD_SYM_VERSION_3_1
:
963 offset
= compute_offset (sdata
->header
.dshb_fite
.dti_first_page
,
964 sdata
->header
.dshb_page_size
,
965 entry_size
, sym_index
);
967 if (bfd_seek (abfd
, offset
, SEEK_SET
) < 0)
969 if (bfd_read (buf
, entry_size
, abfd
) != entry_size
)
972 (*parser
) (buf
, entry_size
, entry
);
978 bfd_sym_fetch_constant_pool_entry (bfd
*abfd
,
979 bfd_sym_constant_pool_entry
*entry
,
980 unsigned long sym_index
)
982 void (*parser
) (unsigned char *, size_t, bfd_sym_constant_pool_entry
*);
983 unsigned long offset
;
984 unsigned long entry_size
= 0;
985 unsigned char buf
[0];
986 bfd_sym_data_struct
*sdata
= NULL
;
989 BFD_ASSERT (bfd_sym_valid (abfd
));
990 sdata
= abfd
->tdata
.sym_data
;
995 switch (sdata
->version
)
997 case BFD_SYM_VERSION_3_3
:
998 case BFD_SYM_VERSION_3_2
:
1003 case BFD_SYM_VERSION_3_5
:
1004 case BFD_SYM_VERSION_3_4
:
1005 case BFD_SYM_VERSION_3_1
:
1013 offset
= compute_offset (sdata
->header
.dshb_fite
.dti_first_page
,
1014 sdata
->header
.dshb_page_size
,
1015 entry_size
, sym_index
);
1017 if (bfd_seek (abfd
, offset
, SEEK_SET
) < 0)
1019 if (bfd_read (buf
, entry_size
, abfd
) != entry_size
)
1022 (*parser
) (buf
, entry_size
, entry
);
1028 bfd_sym_fetch_type_table_entry (bfd
*abfd
,
1029 bfd_sym_type_table_entry
*entry
,
1030 unsigned long sym_index
)
1032 void (*parser
) (unsigned char *, size_t, bfd_sym_type_table_entry
*);
1033 unsigned long offset
;
1034 unsigned long entry_size
= 0;
1035 unsigned char buf
[4];
1036 bfd_sym_data_struct
*sdata
= NULL
;
1039 BFD_ASSERT (bfd_sym_valid (abfd
));
1040 sdata
= abfd
->tdata
.sym_data
;
1042 switch (sdata
->version
)
1044 case BFD_SYM_VERSION_3_3
:
1045 case BFD_SYM_VERSION_3_2
:
1047 parser
= bfd_sym_parse_type_table_entry_v32
;
1050 case BFD_SYM_VERSION_3_5
:
1051 case BFD_SYM_VERSION_3_4
:
1052 case BFD_SYM_VERSION_3_1
:
1060 offset
= compute_offset (sdata
->header
.dshb_tte
.dti_first_page
,
1061 sdata
->header
.dshb_page_size
,
1062 entry_size
, sym_index
);
1064 if (bfd_seek (abfd
, offset
, SEEK_SET
) < 0)
1066 if (bfd_read (buf
, entry_size
, abfd
) != entry_size
)
1069 (*parser
) (buf
, entry_size
, entry
);
1075 bfd_sym_fetch_type_information_table_entry (bfd
*abfd
,
1076 bfd_sym_type_information_table_entry
*entry
,
1077 unsigned long offset
)
1079 unsigned char buf
[4];
1081 BFD_ASSERT (bfd_sym_valid (abfd
));
1086 if (bfd_seek (abfd
, offset
, SEEK_SET
) < 0)
1089 if (bfd_read (buf
, 4, abfd
) != 4)
1091 entry
->nte_index
= bfd_getb32 (buf
);
1093 if (bfd_read (buf
, 2, abfd
) != 2)
1095 entry
->physical_size
= bfd_getb16 (buf
);
1097 if (entry
->physical_size
& 0x8000)
1099 if (bfd_read (buf
, 4, abfd
) != 4)
1101 entry
->physical_size
&= 0x7fff;
1102 entry
->logical_size
= bfd_getb32 (buf
);
1103 entry
->offset
= offset
+ 10;
1107 if (bfd_read (buf
, 2, abfd
) != 2)
1109 entry
->physical_size
&= 0x7fff;
1110 entry
->logical_size
= bfd_getb16 (buf
);
1111 entry
->offset
= offset
+ 8;
1118 bfd_sym_fetch_type_table_information (bfd
*abfd
,
1119 bfd_sym_type_information_table_entry
*entry
,
1120 unsigned long sym_index
)
1122 bfd_sym_type_table_entry tindex
;
1123 bfd_sym_data_struct
*sdata
= NULL
;
1125 BFD_ASSERT (bfd_sym_valid (abfd
));
1126 sdata
= abfd
->tdata
.sym_data
;
1128 if (sdata
->header
.dshb_tte
.dti_object_count
<= 99)
1130 if (sym_index
< 100)
1133 if (bfd_sym_fetch_type_table_entry (abfd
, &tindex
, sym_index
- 100) < 0)
1135 if (bfd_sym_fetch_type_information_table_entry (abfd
, entry
, tindex
) < 0)
1141 const unsigned char *
1142 bfd_sym_symbol_name (bfd
*abfd
, unsigned long sym_index
)
1144 bfd_sym_data_struct
*sdata
= NULL
;
1146 BFD_ASSERT (bfd_sym_valid (abfd
));
1147 sdata
= abfd
->tdata
.sym_data
;
1150 return (const unsigned char *) "";
1153 if ((sym_index
/ sdata
->header
.dshb_page_size
)
1154 > sdata
->header
.dshb_nte
.dti_page_count
)
1155 return (const unsigned char *) "\09[INVALID]";
1157 return (const unsigned char *) sdata
->name_table
+ sym_index
;
1160 const unsigned char *
1161 bfd_sym_module_name (bfd
*abfd
, unsigned long sym_index
)
1163 bfd_sym_modules_table_entry entry
;
1165 if (bfd_sym_fetch_modules_table_entry (abfd
, &entry
, sym_index
) < 0)
1166 return (const unsigned char *) "\09[INVALID]";
1168 return bfd_sym_symbol_name (abfd
, entry
.mte_nte_index
);
1172 bfd_sym_unparse_storage_kind (enum bfd_sym_storage_kind kind
)
1176 case BFD_SYM_STORAGE_KIND_LOCAL
: return "LOCAL";
1177 case BFD_SYM_STORAGE_KIND_VALUE
: return "VALUE";
1178 case BFD_SYM_STORAGE_KIND_REFERENCE
: return "REFERENCE";
1179 case BFD_SYM_STORAGE_KIND_WITH
: return "WITH";
1180 default: return "[UNKNOWN]";
1185 bfd_sym_unparse_storage_class (enum bfd_sym_storage_class kind
)
1189 case BFD_SYM_STORAGE_CLASS_REGISTER
: return "REGISTER";
1190 case BFD_SYM_STORAGE_CLASS_GLOBAL
: return "GLOBAL";
1191 case BFD_SYM_STORAGE_CLASS_FRAME_RELATIVE
: return "FRAME_RELATIVE";
1192 case BFD_SYM_STORAGE_CLASS_STACK_RELATIVE
: return "STACK_RELATIVE";
1193 case BFD_SYM_STORAGE_CLASS_ABSOLUTE
: return "ABSOLUTE";
1194 case BFD_SYM_STORAGE_CLASS_CONSTANT
: return "CONSTANT";
1195 case BFD_SYM_STORAGE_CLASS_RESOURCE
: return "RESOURCE";
1196 case BFD_SYM_STORAGE_CLASS_BIGCONSTANT
: return "BIGCONSTANT";
1197 default: return "[UNKNOWN]";
1202 bfd_sym_unparse_module_kind (enum bfd_sym_module_kind kind
)
1206 case BFD_SYM_MODULE_KIND_NONE
: return "NONE";
1207 case BFD_SYM_MODULE_KIND_PROGRAM
: return "PROGRAM";
1208 case BFD_SYM_MODULE_KIND_UNIT
: return "UNIT";
1209 case BFD_SYM_MODULE_KIND_PROCEDURE
: return "PROCEDURE";
1210 case BFD_SYM_MODULE_KIND_FUNCTION
: return "FUNCTION";
1211 case BFD_SYM_MODULE_KIND_DATA
: return "DATA";
1212 case BFD_SYM_MODULE_KIND_BLOCK
: return "BLOCK";
1213 default: return "[UNKNOWN]";
1218 bfd_sym_unparse_symbol_scope (enum bfd_sym_symbol_scope scope
)
1222 case BFD_SYM_SYMBOL_SCOPE_LOCAL
: return "LOCAL";
1223 case BFD_SYM_SYMBOL_SCOPE_GLOBAL
: return "GLOBAL";
1230 bfd_sym_print_file_reference (bfd
*abfd
,
1232 bfd_sym_file_reference
*entry
)
1234 bfd_sym_file_references_table_entry frtentry
;
1237 ret
= bfd_sym_fetch_file_references_table_entry (abfd
, &frtentry
,
1238 entry
->fref_frte_index
);
1239 fprintf (f
, "FILE ");
1241 if ((ret
< 0) || (frtentry
.generic
.type
!= BFD_SYM_FILE_NAME_INDEX
))
1242 fprintf (f
, "[INVALID]");
1244 fprintf (f
, "\"%.*s\"",
1245 bfd_sym_symbol_name (abfd
, frtentry
.filename
.nte_index
)[0],
1246 &bfd_sym_symbol_name (abfd
, frtentry
.filename
.nte_index
)[1]);
1248 fprintf (f
, " (FRTE %lu)", entry
->fref_frte_index
);
1252 bfd_sym_print_resources_table_entry (bfd
*abfd
,
1254 bfd_sym_resources_table_entry
*entry
)
1256 fprintf (f
, " \"%.*s\" (NTE %lu), type \"%.4s\", num %u, size %lu, MTE %lu -- %lu",
1257 bfd_sym_symbol_name (abfd
, entry
->rte_nte_index
)[0],
1258 &bfd_sym_symbol_name (abfd
, entry
->rte_nte_index
)[1],
1259 entry
->rte_nte_index
, entry
->rte_res_type
, entry
->rte_res_number
,
1260 entry
->rte_res_size
, entry
->rte_mte_first
, entry
->rte_mte_last
);
1264 bfd_sym_print_modules_table_entry (bfd
*abfd
,
1266 bfd_sym_modules_table_entry
*entry
)
1268 fprintf (f
, "\"%.*s\" (NTE %lu)",
1269 bfd_sym_symbol_name (abfd
, entry
->mte_nte_index
)[0],
1270 &bfd_sym_symbol_name (abfd
, entry
->mte_nte_index
)[1],
1271 entry
->mte_nte_index
);
1275 bfd_sym_print_file_reference (abfd
, f
, &entry
->mte_imp_fref
);
1276 fprintf (f
, " range %lu -- %lu",
1277 entry
->mte_imp_fref
.fref_offset
, entry
->mte_imp_end
);
1281 fprintf (f
, "kind %s", bfd_sym_unparse_module_kind (entry
->mte_kind
));
1282 fprintf (f
, ", scope %s", bfd_sym_unparse_symbol_scope (entry
->mte_scope
));
1284 fprintf (f
, ", RTE %lu, offset %lu, size %lu",
1285 entry
->mte_rte_index
, entry
->mte_res_offset
, entry
->mte_size
);
1289 fprintf (f
, "CMTE %lu, CVTE %lu, CLTE %lu, CTTE %lu, CSNTE1 %lu, CSNTE2 %lu",
1290 entry
->mte_cmte_index
, entry
->mte_cvte_index
,
1291 entry
->mte_clte_index
, entry
->mte_ctte_index
,
1292 entry
->mte_csnte_idx_1
, entry
->mte_csnte_idx_2
);
1294 if (entry
->mte_parent
!= 0)
1295 fprintf (f
, ", parent %lu", entry
->mte_parent
);
1297 fprintf (f
, ", no parent");
1299 if (entry
->mte_cmte_index
!= 0)
1300 fprintf (f
, ", child %lu", entry
->mte_cmte_index
);
1302 fprintf (f
, ", no child");
1306 bfd_sym_print_file_references_table_entry (bfd
*abfd
,
1308 bfd_sym_file_references_table_entry
*entry
)
1310 switch (entry
->generic
.type
)
1312 case BFD_SYM_FILE_NAME_INDEX
:
1313 fprintf (f
, "FILE \"%.*s\" (NTE %lu), modtime ",
1314 bfd_sym_symbol_name (abfd
, entry
->filename
.nte_index
)[0],
1315 &bfd_sym_symbol_name (abfd
, entry
->filename
.nte_index
)[1],
1316 entry
->filename
.nte_index
);
1318 fprintf (f
, "[UNIMPLEMENTED]");
1319 /* printModDate (entry->filename.mod_date); */
1320 fprintf (f
, " (0x%lx)", entry
->filename
.mod_date
);
1323 case BFD_SYM_END_OF_LIST
:
1328 fprintf (f
, "\"%.*s\" (MTE %lu), offset %lu",
1329 bfd_sym_module_name (abfd
, entry
->entry
.mte_index
)[0],
1330 &bfd_sym_module_name (abfd
, entry
->entry
.mte_index
)[1],
1331 entry
->entry
.mte_index
,
1332 entry
->entry
.file_offset
);
1338 bfd_sym_print_contained_modules_table_entry (bfd
*abfd
,
1340 bfd_sym_contained_modules_table_entry
*entry
)
1342 switch (entry
->generic
.type
)
1344 case BFD_SYM_END_OF_LIST
:
1349 fprintf (f
, "\"%.*s\" (MTE %lu, NTE %lu)",
1350 bfd_sym_module_name (abfd
, entry
->entry
.mte_index
)[0],
1351 &bfd_sym_module_name (abfd
, entry
->entry
.mte_index
)[1],
1352 entry
->entry
.mte_index
,
1353 entry
->entry
.nte_index
);
1359 bfd_sym_print_contained_variables_table_entry (bfd
*abfd
,
1361 bfd_sym_contained_variables_table_entry
*entry
)
1363 if (entry
->generic
.type
== BFD_SYM_END_OF_LIST
)
1369 if (entry
->generic
.type
== BFD_SYM_SOURCE_FILE_CHANGE
)
1371 bfd_sym_print_file_reference (abfd
, f
, &entry
->file
.fref
);
1372 fprintf (f
, " offset %lu", entry
->file
.fref
.fref_offset
);
1376 fprintf (f
, "\"%.*s\" (NTE %lu)",
1377 bfd_sym_symbol_name (abfd
, entry
->entry
.nte_index
)[0],
1378 &bfd_sym_symbol_name (abfd
, entry
->entry
.nte_index
)[1],
1379 entry
->entry
.nte_index
);
1381 fprintf (f
, ", TTE %lu", entry
->entry
.tte_index
);
1382 fprintf (f
, ", offset %lu", entry
->entry
.file_delta
);
1383 fprintf (f
, ", scope %s", bfd_sym_unparse_symbol_scope (entry
->entry
.scope
));
1385 if (entry
->entry
.la_size
== BFD_SYM_CVTE_SCA
)
1386 fprintf (f
, ", latype %s, laclass %s, laoffset %lu",
1387 bfd_sym_unparse_storage_kind (entry
->entry
.address
.scstruct
.sca_kind
),
1388 bfd_sym_unparse_storage_class (entry
->entry
.address
.scstruct
.sca_class
),
1389 entry
->entry
.address
.scstruct
.sca_offset
);
1390 else if (entry
->entry
.la_size
<= BFD_SYM_CVTE_LA_MAX_SIZE
)
1394 fprintf (f
, ", la [");
1395 for (i
= 0; i
< entry
->entry
.la_size
; i
++)
1396 fprintf (f
, "0x%02x ", entry
->entry
.address
.lastruct
.la
[i
]);
1399 else if (entry
->entry
.la_size
== BFD_SYM_CVTE_BIG_LA
)
1400 fprintf (f
, ", bigla %lu, biglakind %u",
1401 entry
->entry
.address
.biglastruct
.big_la
,
1402 entry
->entry
.address
.biglastruct
.big_la_kind
);
1405 fprintf (f
, ", la [INVALID]");
1409 bfd_sym_print_contained_statements_table_entry (bfd
*abfd
,
1411 bfd_sym_contained_statements_table_entry
*entry
)
1413 if (entry
->generic
.type
== BFD_SYM_END_OF_LIST
)
1419 if (entry
->generic
.type
== BFD_SYM_SOURCE_FILE_CHANGE
)
1421 bfd_sym_print_file_reference (abfd
, f
, &entry
->file
.fref
);
1422 fprintf (f
, " offset %lu", entry
->file
.fref
.fref_offset
);
1426 fprintf (f
, "\"%.*s\" (MTE %lu), offset %lu, delta %lu",
1427 bfd_sym_module_name (abfd
, entry
->entry
.mte_index
)[0],
1428 &bfd_sym_module_name (abfd
, entry
->entry
.mte_index
)[1],
1429 entry
->entry
.mte_index
,
1430 entry
->entry
.mte_offset
,
1431 entry
->entry
.file_delta
);
1435 bfd_sym_print_contained_labels_table_entry (bfd
*abfd
,
1437 bfd_sym_contained_labels_table_entry
*entry
)
1439 if (entry
->generic
.type
== BFD_SYM_END_OF_LIST
)
1445 if (entry
->generic
.type
== BFD_SYM_SOURCE_FILE_CHANGE
)
1447 bfd_sym_print_file_reference (abfd
, f
, &entry
->file
.fref
);
1448 fprintf (f
, " offset %lu", entry
->file
.fref
.fref_offset
);
1452 fprintf (f
, "\"%.*s\" (MTE %lu), offset %lu, delta %lu, scope %s",
1453 bfd_sym_module_name (abfd
, entry
->entry
.mte_index
)[0],
1454 &bfd_sym_module_name (abfd
, entry
->entry
.mte_index
)[1],
1455 entry
->entry
.mte_index
,
1456 entry
->entry
.mte_offset
,
1457 entry
->entry
.file_delta
,
1458 bfd_sym_unparse_symbol_scope (entry
->entry
.scope
));
1462 bfd_sym_print_contained_types_table_entry (bfd
*abfd ATTRIBUTE_UNUSED
,
1464 bfd_sym_contained_types_table_entry
*entry ATTRIBUTE_UNUSED
)
1466 fprintf (f
, "[UNIMPLEMENTED]");
1470 bfd_sym_type_operator_name (unsigned char num
)
1474 case 1: return "TTE";
1475 case 2: return "PointerTo";
1476 case 3: return "ScalarOf";
1477 case 4: return "ConstantOf";
1478 case 5: return "EnumerationOf";
1479 case 6: return "VectorOf";
1480 case 7: return "RecordOf";
1481 case 8: return "UnionOf";
1482 case 9: return "SubRangeOf";
1483 case 10: return "SetOf";
1484 case 11: return "NamedTypeOf";
1485 case 12: return "ProcOf";
1486 case 13: return "ValueOf";
1487 case 14: return "ArrayOf";
1488 default: return "[UNKNOWN OPERATOR]";
1493 bfd_sym_type_basic_name (unsigned char num
)
1497 case 0: return "void";
1498 case 1: return "pascal string";
1499 case 2: return "unsigned long";
1500 case 3: return "signed long";
1501 case 4: return "extended (10 bytes)";
1502 case 5: return "pascal boolean (1 byte)";
1503 case 6: return "unsigned byte";
1504 case 7: return "signed byte";
1505 case 8: return "character (1 byte)";
1506 case 9: return "wide character (2 bytes)";
1507 case 10: return "unsigned short";
1508 case 11: return "signed short";
1509 case 12: return "singled";
1510 case 13: return "double";
1511 case 14: return "extended (12 bytes)";
1512 case 15: return "computational (8 bytes)";
1513 case 16: return "c string";
1514 case 17: return "as-is string";
1515 default: return "[UNKNOWN BASIC TYPE]";
1520 bfd_sym_fetch_long (unsigned char *buf
,
1522 unsigned long offset
,
1523 unsigned long *offsetptr
,
1534 else if (! (buf
[offset
] & 0x80))
1536 *value
= buf
[offset
];
1540 else if (buf
[offset
] == 0xc0)
1542 if ((offset
+ 5) > len
)
1550 *value
= bfd_getb32 (buf
+ offset
+ 1);
1555 else if ((buf
[offset
] & 0xc0) == 0xc0)
1557 *value
= -(buf
[offset
] & 0x3f);
1561 else if ((buf
[offset
] & 0xc0) == 0x80)
1563 if ((offset
+ 2) > len
)
1571 *value
= bfd_getb16 (buf
+ offset
) & 0x3fff;
1579 if (offsetptr
!= NULL
)
1580 *offsetptr
= offset
;
1586 bfd_sym_print_type_information (bfd
*abfd
,
1590 unsigned long offset
,
1591 unsigned long *offsetptr
)
1597 fprintf (f
, "[NULL]");
1599 if (offsetptr
!= NULL
)
1600 *offsetptr
= offset
;
1607 if (! (type
& 0x80))
1609 fprintf (f
, "[%s] (0x%x)", bfd_sym_type_basic_name (type
& 0x7f), type
);
1611 if (offsetptr
!= NULL
)
1612 *offsetptr
= offset
;
1617 fprintf (f
, "[packed ");
1621 switch (type
& 0x3f)
1626 bfd_sym_type_information_table_entry tinfo
;
1628 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &value
);
1630 fprintf (f
, "[INVALID]");
1633 if (bfd_sym_fetch_type_table_information (abfd
, &tinfo
, value
) < 0)
1634 fprintf (f
, "[INVALID]");
1636 fprintf (f
, "\"%.*s\"",
1637 bfd_sym_symbol_name (abfd
, tinfo
.nte_index
)[0],
1638 &bfd_sym_symbol_name (abfd
, tinfo
.nte_index
)[1]);
1640 fprintf (f
, " (TTE %lu)", (unsigned long) value
);
1645 fprintf (f
, "pointer (0x%x) to ", type
);
1646 bfd_sym_print_type_information (abfd
, f
, buf
, len
, offset
, &offset
);
1653 fprintf (f
, "scalar (0x%x) of ", type
);
1654 bfd_sym_print_type_information (abfd
, f
, buf
, len
, offset
, &offset
);
1655 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &value
);
1656 fprintf (f
, " (%lu)", (unsigned long) value
);
1662 long lower
, upper
, nelem
;
1665 fprintf (f
, "enumeration (0x%x) of ", type
);
1666 bfd_sym_print_type_information (abfd
, f
, buf
, len
, offset
, &offset
);
1667 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &lower
);
1668 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &upper
);
1669 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &nelem
);
1670 fprintf (f
, " from %lu to %lu with %lu elements: ",
1671 (unsigned long) lower
, (unsigned long) upper
,
1672 (unsigned long) nelem
);
1674 for (i
= 0; i
< nelem
; i
++)
1677 bfd_sym_print_type_information (abfd
, f
, buf
, len
, offset
, &offset
);
1683 fprintf (f
, "vector (0x%x)", type
);
1684 fprintf (f
, "\n index ");
1685 bfd_sym_print_type_information (abfd
, f
, buf
, len
, offset
, &offset
);
1686 fprintf (f
, "\n target ");
1687 bfd_sym_print_type_information (abfd
, f
, buf
, len
, offset
, &offset
);
1693 long nrec
, eloff
, i
;
1695 if ((type
& 0x3f) == 7)
1696 fprintf (f
, "record (0x%x) of ", type
);
1698 fprintf (f
, "union (0x%x) of ", type
);
1700 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &nrec
);
1701 fprintf (f
, "%lu elements: ", (unsigned long) nrec
);
1703 for (i
= 0; i
< nrec
; i
++)
1705 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &eloff
);
1707 fprintf (f
, "offset %lu: ", (unsigned long) eloff
);
1708 bfd_sym_print_type_information (abfd
, f
, buf
, len
, offset
, &offset
);
1714 fprintf (f
, "subrange (0x%x) of ", type
);
1715 bfd_sym_print_type_information (abfd
, f
, buf
, len
, offset
, &offset
);
1716 fprintf (f
, " lower ");
1717 bfd_sym_print_type_information (abfd
, f
, buf
, len
, offset
, &offset
);
1718 fprintf (f
, " upper ");
1719 bfd_sym_print_type_information (abfd
, f
, buf
, len
, offset
, &offset
);
1726 fprintf (f
, "named type (0x%x) ", type
);
1727 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &value
);
1729 fprintf (f
, "[INVALID]");
1731 fprintf (f
, "\"%.*s\"",
1732 bfd_sym_symbol_name (abfd
, value
)[0],
1733 &bfd_sym_symbol_name (abfd
, value
)[1]);
1735 fprintf (f
, " (NTE %lu) with type ", (unsigned long) value
);
1736 bfd_sym_print_type_information (abfd
, f
, buf
, len
, offset
, &offset
);
1741 fprintf (f
, "%s (0x%x)", bfd_sym_type_operator_name (type
), type
);
1745 if (type
== (0x40 | 0x6))
1752 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &n
);
1753 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &width
);
1754 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &m
);
1755 /* fprintf (f, "\n "); */
1756 fprintf (f
, " N %ld, width %ld, M %ld, ", n
, width
, m
);
1757 for (i
= 0; i
< m
; i
++)
1759 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &l
);
1762 fprintf (f
, "%ld", l
);
1765 else if (type
& 0x40)
1767 /* Other packed type. */
1770 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &msb
);
1771 bfd_sym_fetch_long (buf
, len
, offset
, &offset
, &lsb
);
1772 /* fprintf (f, "\n "); */
1773 fprintf (f
, " msb %ld, lsb %ld", msb
, lsb
);
1778 if (offsetptr
!= NULL
)
1779 *offsetptr
= offset
;
1783 bfd_sym_print_type_information_table_entry (bfd
*abfd
,
1785 bfd_sym_type_information_table_entry
*entry
)
1788 unsigned long offset
;
1791 fprintf (f
, "\"%.*s\" (NTE %lu), %lu bytes at %lu, logical size %lu",
1792 bfd_sym_symbol_name (abfd
, entry
->nte_index
)[0],
1793 &bfd_sym_symbol_name (abfd
, entry
->nte_index
)[1],
1795 entry
->physical_size
, entry
->offset
, entry
->logical_size
);
1799 if (bfd_seek (abfd
, entry
->offset
, SEEK_SET
) != 0
1800 || (buf
= _bfd_malloc_and_read (abfd
, entry
->physical_size
,
1801 entry
->physical_size
)) == NULL
)
1803 fprintf (f
, "[ERROR]\n");
1808 for (i
= 0; i
< entry
->physical_size
; i
++)
1811 fprintf (f
, "0x%02x", buf
[i
]);
1813 fprintf (f
, " 0x%02x", buf
[i
]);
1819 bfd_sym_print_type_information (abfd
, f
, buf
, entry
->physical_size
, 0, &offset
);
1821 if (offset
!= entry
->physical_size
)
1822 fprintf (f
, "\n [parser used %lu bytes instead of %lu]", offset
, entry
->physical_size
);
1827 bfd_sym_print_file_references_index_table_entry (bfd
*abfd ATTRIBUTE_UNUSED
,
1829 bfd_sym_file_references_index_table_entry
*entry ATTRIBUTE_UNUSED
)
1831 fprintf (f
, "[UNIMPLEMENTED]");
1835 bfd_sym_print_constant_pool_entry (bfd
*abfd ATTRIBUTE_UNUSED
,
1837 bfd_sym_constant_pool_entry
*entry ATTRIBUTE_UNUSED
)
1839 fprintf (f
, "[UNIMPLEMENTED]");
1843 bfd_sym_display_name_table_entry (bfd
*abfd
,
1845 unsigned char *entry
)
1847 unsigned long sym_index
;
1848 unsigned long offset
;
1849 bfd_sym_data_struct
*sdata
= NULL
;
1851 BFD_ASSERT (bfd_sym_valid (abfd
));
1852 sdata
= abfd
->tdata
.sym_data
;
1853 sym_index
= (entry
- sdata
->name_table
) / 2;
1855 if (sdata
->version
>= BFD_SYM_VERSION_3_4
&& entry
[0] == 255 && entry
[1] == 0)
1857 unsigned short length
= bfd_getb16 (entry
+ 2);
1858 fprintf (f
, "[%8lu] \"%.*s\"\n", sym_index
, length
, entry
+ 4);
1859 offset
= 2 + length
+ 1;
1863 if (! (entry
[0] == 0 || (entry
[0] == 1 && entry
[1] == '\0')))
1864 fprintf (f
, "[%8lu] \"%.*s\"\n", sym_index
, entry
[0], entry
+ 1);
1866 if (sdata
->version
>= BFD_SYM_VERSION_3_4
)
1867 offset
= entry
[0] + 2;
1869 offset
= entry
[0] + 1;
1872 return (entry
+ offset
+ (offset
% 2));
1876 bfd_sym_display_name_table (bfd
*abfd
, FILE *f
)
1878 unsigned long name_table_len
;
1879 unsigned char *name_table
, *name_table_end
, *cur
;
1880 bfd_sym_data_struct
*sdata
= NULL
;
1882 BFD_ASSERT (bfd_sym_valid (abfd
));
1883 sdata
= abfd
->tdata
.sym_data
;
1885 name_table_len
= sdata
->header
.dshb_nte
.dti_page_count
* sdata
->header
.dshb_page_size
;
1886 name_table
= sdata
->name_table
;
1887 name_table_end
= name_table
+ name_table_len
;
1889 fprintf (f
, "name table (NTE) contains %lu bytes:\n\n", name_table_len
);
1894 cur
= bfd_sym_display_name_table_entry (abfd
, f
, cur
);
1895 if (cur
>= name_table_end
)
1901 bfd_sym_display_resources_table (bfd
*abfd
, FILE *f
)
1904 bfd_sym_resources_table_entry entry
;
1905 bfd_sym_data_struct
*sdata
= NULL
;
1907 BFD_ASSERT (bfd_sym_valid (abfd
));
1908 sdata
= abfd
->tdata
.sym_data
;
1910 fprintf (f
, "resource table (RTE) contains %lu objects:\n\n",
1911 sdata
->header
.dshb_rte
.dti_object_count
);
1913 for (i
= 1; i
<= sdata
->header
.dshb_rte
.dti_object_count
; i
++)
1915 if (bfd_sym_fetch_resources_table_entry (abfd
, &entry
, i
) < 0)
1916 fprintf (f
, " [%8lu] [INVALID]\n", i
);
1919 fprintf (f
, " [%8lu] ", i
);
1920 bfd_sym_print_resources_table_entry (abfd
, f
, &entry
);
1927 bfd_sym_display_modules_table (bfd
*abfd
, FILE *f
)
1930 bfd_sym_modules_table_entry entry
;
1931 bfd_sym_data_struct
*sdata
= NULL
;
1933 BFD_ASSERT (bfd_sym_valid (abfd
));
1934 sdata
= abfd
->tdata
.sym_data
;
1936 fprintf (f
, "module table (MTE) contains %lu objects:\n\n",
1937 sdata
->header
.dshb_mte
.dti_object_count
);
1939 for (i
= 1; i
<= sdata
->header
.dshb_mte
.dti_object_count
; i
++)
1941 if (bfd_sym_fetch_modules_table_entry (abfd
, &entry
, i
) < 0)
1942 fprintf (f
, " [%8lu] [INVALID]\n", i
);
1945 fprintf (f
, " [%8lu] ", i
);
1946 bfd_sym_print_modules_table_entry (abfd
, f
, &entry
);
1953 bfd_sym_display_file_references_table (bfd
*abfd
, FILE *f
)
1956 bfd_sym_file_references_table_entry entry
;
1957 bfd_sym_data_struct
*sdata
= NULL
;
1959 BFD_ASSERT (bfd_sym_valid (abfd
));
1960 sdata
= abfd
->tdata
.sym_data
;
1962 fprintf (f
, "file reference table (FRTE) contains %lu objects:\n\n",
1963 sdata
->header
.dshb_frte
.dti_object_count
);
1965 for (i
= 1; i
<= sdata
->header
.dshb_frte
.dti_object_count
; i
++)
1967 if (bfd_sym_fetch_file_references_table_entry (abfd
, &entry
, i
) < 0)
1968 fprintf (f
, " [%8lu] [INVALID]\n", i
);
1971 fprintf (f
, " [%8lu] ", i
);
1972 bfd_sym_print_file_references_table_entry (abfd
, f
, &entry
);
1979 bfd_sym_display_contained_modules_table (bfd
*abfd
, FILE *f
)
1982 bfd_sym_contained_modules_table_entry entry
;
1983 bfd_sym_data_struct
*sdata
= NULL
;
1985 BFD_ASSERT (bfd_sym_valid (abfd
));
1986 sdata
= abfd
->tdata
.sym_data
;
1988 fprintf (f
, "contained modules table (CMTE) contains %lu objects:\n\n",
1989 sdata
->header
.dshb_cmte
.dti_object_count
);
1991 for (i
= 1; i
<= sdata
->header
.dshb_cmte
.dti_object_count
; i
++)
1993 if (bfd_sym_fetch_contained_modules_table_entry (abfd
, &entry
, i
) < 0)
1994 fprintf (f
, " [%8lu] [INVALID]\n", i
);
1997 fprintf (f
, " [%8lu] ", i
);
1998 bfd_sym_print_contained_modules_table_entry (abfd
, f
, &entry
);
2005 bfd_sym_display_contained_variables_table (bfd
*abfd
, FILE *f
)
2008 bfd_sym_contained_variables_table_entry entry
;
2009 bfd_sym_data_struct
*sdata
= NULL
;
2011 BFD_ASSERT (bfd_sym_valid (abfd
));
2012 sdata
= abfd
->tdata
.sym_data
;
2014 fprintf (f
, "contained variables table (CVTE) contains %lu objects:\n\n",
2015 sdata
->header
.dshb_cvte
.dti_object_count
);
2017 for (i
= 1; i
<= sdata
->header
.dshb_cvte
.dti_object_count
; i
++)
2019 if (bfd_sym_fetch_contained_variables_table_entry (abfd
, &entry
, i
) < 0)
2020 fprintf (f
, " [%8lu] [INVALID]\n", i
);
2023 fprintf (f
, " [%8lu] ", i
);
2024 bfd_sym_print_contained_variables_table_entry (abfd
, f
, &entry
);
2033 bfd_sym_display_contained_statements_table (bfd
*abfd
, FILE *f
)
2036 bfd_sym_contained_statements_table_entry entry
;
2037 bfd_sym_data_struct
*sdata
= NULL
;
2039 BFD_ASSERT (bfd_sym_valid (abfd
));
2040 sdata
= abfd
->tdata
.sym_data
;
2042 fprintf (f
, "contained statements table (CSNTE) contains %lu objects:\n\n",
2043 sdata
->header
.dshb_csnte
.dti_object_count
);
2045 for (i
= 1; i
<= sdata
->header
.dshb_csnte
.dti_object_count
; i
++)
2047 if (bfd_sym_fetch_contained_statements_table_entry (abfd
, &entry
, i
) < 0)
2048 fprintf (f
, " [%8lu] [INVALID]\n", i
);
2051 fprintf (f
, " [%8lu] ", i
);
2052 bfd_sym_print_contained_statements_table_entry (abfd
, f
, &entry
);
2059 bfd_sym_display_contained_labels_table (bfd
*abfd
, FILE *f
)
2062 bfd_sym_contained_labels_table_entry entry
;
2063 bfd_sym_data_struct
*sdata
= NULL
;
2065 BFD_ASSERT (bfd_sym_valid (abfd
));
2066 sdata
= abfd
->tdata
.sym_data
;
2068 fprintf (f
, "contained labels table (CLTE) contains %lu objects:\n\n",
2069 sdata
->header
.dshb_clte
.dti_object_count
);
2071 for (i
= 1; i
<= sdata
->header
.dshb_clte
.dti_object_count
; i
++)
2073 if (bfd_sym_fetch_contained_labels_table_entry (abfd
, &entry
, i
) < 0)
2074 fprintf (f
, " [%8lu] [INVALID]\n", i
);
2077 fprintf (f
, " [%8lu] ", i
);
2078 bfd_sym_print_contained_labels_table_entry (abfd
, f
, &entry
);
2085 bfd_sym_display_contained_types_table (bfd
*abfd
, FILE *f
)
2088 bfd_sym_contained_types_table_entry entry
;
2089 bfd_sym_data_struct
*sdata
= NULL
;
2091 BFD_ASSERT (bfd_sym_valid (abfd
));
2092 sdata
= abfd
->tdata
.sym_data
;
2094 fprintf (f
, "contained types table (CTTE) contains %lu objects:\n\n",
2095 sdata
->header
.dshb_ctte
.dti_object_count
);
2097 for (i
= 1; i
<= sdata
->header
.dshb_ctte
.dti_object_count
; i
++)
2099 if (bfd_sym_fetch_contained_types_table_entry (abfd
, &entry
, i
) < 0)
2100 fprintf (f
, " [%8lu] [INVALID]\n", i
);
2103 fprintf (f
, " [%8lu] ", i
);
2104 bfd_sym_print_contained_types_table_entry (abfd
, f
, &entry
);
2111 bfd_sym_display_file_references_index_table (bfd
*abfd
, FILE *f
)
2114 bfd_sym_file_references_index_table_entry entry
;
2115 bfd_sym_data_struct
*sdata
= NULL
;
2117 BFD_ASSERT (bfd_sym_valid (abfd
));
2118 sdata
= abfd
->tdata
.sym_data
;
2120 fprintf (f
, "file references index table (FITE) contains %lu objects:\n\n",
2121 sdata
->header
.dshb_fite
.dti_object_count
);
2123 for (i
= 1; i
<= sdata
->header
.dshb_fite
.dti_object_count
; i
++)
2125 if (bfd_sym_fetch_file_references_index_table_entry (abfd
, &entry
, i
) < 0)
2126 fprintf (f
, " [%8lu] [INVALID]\n", i
);
2129 fprintf (f
, " [%8lu] ", i
);
2130 bfd_sym_print_file_references_index_table_entry (abfd
, f
, &entry
);
2137 bfd_sym_display_constant_pool (bfd
*abfd
, FILE *f
)
2140 bfd_sym_constant_pool_entry entry
;
2141 bfd_sym_data_struct
*sdata
= NULL
;
2143 BFD_ASSERT (bfd_sym_valid (abfd
));
2144 sdata
= abfd
->tdata
.sym_data
;
2146 fprintf (f
, "constant pool (CONST) contains %lu objects:\n\n",
2147 sdata
->header
.dshb_const
.dti_object_count
);
2149 for (i
= 1; i
<= sdata
->header
.dshb_const
.dti_object_count
; i
++)
2151 if (bfd_sym_fetch_constant_pool_entry (abfd
, &entry
, i
) < 0)
2152 fprintf (f
, " [%8lu] [INVALID]\n", i
);
2155 fprintf (f
, " [%8lu] ", i
);
2156 bfd_sym_print_constant_pool_entry (abfd
, f
, &entry
);
2163 bfd_sym_display_type_information_table (bfd
*abfd
, FILE *f
)
2166 bfd_sym_type_table_entry sym_index
;
2167 bfd_sym_type_information_table_entry entry
;
2168 bfd_sym_data_struct
*sdata
= NULL
;
2170 BFD_ASSERT (bfd_sym_valid (abfd
));
2171 sdata
= abfd
->tdata
.sym_data
;
2173 if (sdata
->header
.dshb_tte
.dti_object_count
> 99)
2174 fprintf (f
, "type table (TINFO) contains %lu objects:\n\n",
2175 sdata
->header
.dshb_tte
.dti_object_count
- 99);
2178 fprintf (f
, "type table (TINFO) contains [INVALID] objects:\n\n");
2182 for (i
= 100; i
<= sdata
->header
.dshb_tte
.dti_object_count
; i
++)
2184 if (bfd_sym_fetch_type_table_entry (abfd
, &sym_index
, i
- 100) < 0)
2185 fprintf (f
, " [%8lu] [INVALID]\n", i
);
2188 fprintf (f
, " [%8lu] (TINFO %lu) ", i
, sym_index
);
2190 if (bfd_sym_fetch_type_information_table_entry (abfd
, &entry
, sym_index
) < 0)
2191 fprintf (f
, "[INVALID]");
2193 bfd_sym_print_type_information_table_entry (abfd
, f
, &entry
);
2201 bfd_sym_scan (bfd
*abfd
, bfd_sym_version version
, bfd_sym_data_struct
*mdata
)
2204 const char *name
= "symbols";
2206 mdata
->name_table
= 0;
2208 mdata
->version
= version
;
2210 if (bfd_seek (abfd
, 0, SEEK_SET
) != 0
2211 || bfd_sym_read_header (abfd
, &mdata
->header
, mdata
->version
) != 0)
2214 mdata
->name_table
= bfd_sym_read_name_table (abfd
, &mdata
->header
);
2215 if (mdata
->name_table
== NULL
)
2218 bfdsec
= bfd_make_section_anyway_with_flags (abfd
, name
, SEC_HAS_CONTENTS
);
2225 bfdsec
->filepos
= 0;
2226 bfdsec
->alignment_power
= 0;
2228 abfd
->tdata
.sym_data
= mdata
;
2234 bfd_sym_object_p (bfd
*abfd
)
2236 bfd_sym_version version
= -1;
2237 bfd_sym_data_struct
*mdata
;
2239 if (bfd_seek (abfd
, 0, SEEK_SET
) != 0
2240 || bfd_sym_read_version (abfd
, &version
) != 0)
2243 mdata
= (bfd_sym_data_struct
*) bfd_alloc (abfd
, sizeof (*mdata
));
2247 if (bfd_sym_scan (abfd
, version
, mdata
) != 0)
2250 return _bfd_no_cleanup
;
2253 bfd_set_error (bfd_error_wrong_format
);
2259 #define bfd_sym_make_empty_symbol _bfd_generic_make_empty_symbol
2262 bfd_sym_get_symbol_info (bfd
*abfd ATTRIBUTE_UNUSED
, asymbol
*symbol
, symbol_info
*ret
)
2264 bfd_symbol_info (symbol
, ret
);
2268 bfd_sym_get_symtab_upper_bound (bfd
*abfd ATTRIBUTE_UNUSED
)
2274 bfd_sym_canonicalize_symtab (bfd
*abfd ATTRIBUTE_UNUSED
, asymbol
**sym ATTRIBUTE_UNUSED
)
2280 bfd_sym_sizeof_headers (bfd
*abfd ATTRIBUTE_UNUSED
,
2281 struct bfd_link_info
*info ATTRIBUTE_UNUSED
)
2286 const bfd_target sym_vec
=
2289 bfd_target_sym_flavour
, /* Flavour. */
2290 BFD_ENDIAN_BIG
, /* Byteorder. */
2291 BFD_ENDIAN_BIG
, /* Header byteorder. */
2292 (HAS_RELOC
| EXEC_P
| /* Object flags. */
2293 HAS_LINENO
| HAS_DEBUG
|
2294 HAS_SYMS
| HAS_LOCALS
| DYNAMIC
| WP_TEXT
| D_PAGED
),
2295 (SEC_ALLOC
| SEC_LOAD
| SEC_READONLY
| SEC_CODE
| SEC_DATA
2296 | SEC_ROM
| SEC_HAS_CONTENTS
), /* Section_flags. */
2297 0, /* Symbol_leading_char. */
2298 ' ', /* AR_pad_char. */
2299 16, /* AR_max_namelen. */
2300 0, /* match priority. */
2301 TARGET_KEEP_UNUSED_SECTION_SYMBOLS
, /* keep unused section symbols. */
2302 bfd_getb64
, bfd_getb_signed_64
, bfd_putb64
,
2303 bfd_getb32
, bfd_getb_signed_32
, bfd_putb32
,
2304 bfd_getb16
, bfd_getb_signed_16
, bfd_putb16
, /* Data. */
2305 bfd_getb64
, bfd_getb_signed_64
, bfd_putb64
,
2306 bfd_getb32
, bfd_getb_signed_32
, bfd_putb32
,
2307 bfd_getb16
, bfd_getb_signed_16
, bfd_putb16
, /* Hdrs. */
2308 { /* bfd_check_format. */
2310 bfd_sym_object_p
, /* bfd_check_format. */
2314 { /* bfd_set_format. */
2315 _bfd_bool_bfd_false_error
,
2317 _bfd_bool_bfd_false_error
,
2318 _bfd_bool_bfd_false_error
,
2320 { /* bfd_write_contents. */
2321 _bfd_bool_bfd_false_error
,
2323 _bfd_bool_bfd_false_error
,
2324 _bfd_bool_bfd_false_error
,
2327 BFD_JUMP_TABLE_GENERIC (bfd_sym
),
2328 BFD_JUMP_TABLE_COPY (_bfd_generic
),
2329 BFD_JUMP_TABLE_CORE (_bfd_nocore
),
2330 BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive
),
2331 BFD_JUMP_TABLE_SYMBOLS (bfd_sym
),
2332 BFD_JUMP_TABLE_RELOCS (_bfd_norelocs
),
2333 BFD_JUMP_TABLE_WRITE (bfd_sym
),
2334 BFD_JUMP_TABLE_LINK (bfd_sym
),
2335 BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic
),