Searched refs:dshb (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | xsym.c | 121 bfd_sym_read_name_table (bfd *abfd, bfd_sym_header_block *dshb) in bfd_sym_read_name_table() argument 125 size_t table_size = dshb->dshb_nte.dti_page_count * dshb->dshb_page_size; in bfd_sym_read_name_table() 126 size_t table_offset = dshb->dshb_nte.dti_first_page * dshb->dshb_page_size; in bfd_sym_read_name_table() 277 bfd_sym_display_header (FILE *f, bfd_sym_header_block *dshb) in bfd_sym_display_header() argument 279 fprintf (f, " Version: %.*s\n", dshb->dshb_id[0], dshb->dshb_id + 1); in bfd_sym_display_header() 280 fprintf (f, " Page Size: 0x%x\n", dshb->dshb_page_size); in bfd_sym_display_header() 281 fprintf (f, " Hash Page: %lu\n", dshb->dshb_hash_page); in bfd_sym_display_header() 282 fprintf (f, " Root MTE: %lu\n", dshb->dshb_root_mte); in bfd_sym_display_header() 285 fprintf (f, " (0x%lx)\n", dshb->dshb_mod_date); in bfd_sym_display_header() 288 dshb->dshb_file_creator, dshb->dshb_file_type); in bfd_sym_display_header() [all …]
|