Home
last modified time | relevance | path

Searched refs:dshb (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dxsym.c123 bfd_sym_read_name_table (abfd, dshb) in bfd_sym_read_name_table() argument
125 bfd_sym_header_block *dshb;
129 size_t table_size = dshb->dshb_nte.dti_page_count * dshb->dshb_page_size;
130 size_t table_offset = dshb->dshb_nte.dti_first_page * dshb->dshb_page_size;
291 bfd_sym_display_header (f, dshb) in bfd_sym_display_header() argument
293 bfd_sym_header_block *dshb;
295 fprintf (f, " Version: %.*s\n", dshb->dshb_id[0], dshb->dshb_id + 1);
301 fprintf (f, " (0x%lx)\n", dshb->dshb_mod_date);
304 dshb->dshb_file_creator, dshb->dshb_file_type);
309 bfd_sym_display_table_summary (f, &dshb->dshb_nte, "NTE");
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dxsym.c119 bfd_sym_read_name_table (bfd *abfd, bfd_sym_header_block *dshb) in bfd_sym_read_name_table() argument
123 size_t table_size = dshb->dshb_nte.dti_page_count * dshb->dshb_page_size; in bfd_sym_read_name_table()
124 size_t table_offset = dshb->dshb_nte.dti_first_page * dshb->dshb_page_size; in bfd_sym_read_name_table()
275 bfd_sym_display_header (FILE *f, bfd_sym_header_block *dshb) in bfd_sym_display_header() argument
277 fprintf (f, " Version: %.*s\n", dshb->dshb_id[0], dshb->dshb_id + 1); in bfd_sym_display_header()
283 fprintf (f, " (0x%lx)\n", dshb->dshb_mod_date); in bfd_sym_display_header()
286 dshb->dshb_file_creator, dshb->dshb_file_type); in bfd_sym_display_header()
291 bfd_sym_display_table_summary (f, &dshb->dshb_nte, "NTE"); in bfd_sym_display_header()
292 bfd_sym_display_table_summary (f, &dshb->dshb_rte, "RTE"); in bfd_sym_display_header()
293 bfd_sym_display_table_summary (f, &dshb->dshb_mte, "MTE"); in bfd_sym_display_header()
[all …]