Searched refs:dshb (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | xsym.c | 125 bfd_sym_read_name_table (bfd *abfd, bfd_sym_header_block *dshb) in bfd_sym_read_name_table() argument 129 size_t table_size = dshb->dshb_nte.dti_page_count * dshb->dshb_page_size; in bfd_sym_read_name_table() 130 size_t table_offset = dshb->dshb_nte.dti_first_page * dshb->dshb_page_size; in bfd_sym_read_name_table() 281 bfd_sym_display_header (FILE *f, bfd_sym_header_block *dshb) in bfd_sym_display_header() argument 283 fprintf (f, " Version: %.*s\n", dshb->dshb_id[0], dshb->dshb_id + 1); in bfd_sym_display_header() 284 fprintf (f, " Page Size: 0x%x\n", dshb->dshb_page_size); in bfd_sym_display_header() 285 fprintf (f, " Hash Page: %lu\n", dshb->dshb_hash_page); in bfd_sym_display_header() 286 fprintf (f, " Root MTE: %lu\n", dshb->dshb_root_mte); in bfd_sym_display_header() 289 fprintf (f, " (0x%lx)\n", dshb->dshb_mod_date); in bfd_sym_display_header() 292 dshb->dshb_file_creator, dshb->dshb_file_type); in bfd_sym_display_header() [all …]
|