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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dxsym.c121 bfd_sym_read_name_table (bfd *abfd, bfd_sym_header_block *dshb) argument
125 size_t table_size = dshb->dshb_nte.dti_page_count * dshb->dshb_page_size;
126 size_t table_offset = dshb->dshb_nte.dti_first_page * dshb->dshb_page_size;
277 bfd_sym_display_header (FILE *f, bfd_sym_header_block *dshb) argument
279 fprintf (f, " Version: %.*s\n", dshb->dshb_id[0], dshb->dshb_id + 1);
280 fprintf (f, " Page Size: 0x%x\n", dshb->dshb_page_size);
281 fprintf (f, " Hash Page: %lu\n", dshb
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dxsym.c121 bfd_sym_read_name_table (bfd *abfd, bfd_sym_header_block *dshb) argument
125 size_t table_size = dshb->dshb_nte.dti_page_count * dshb->dshb_page_size;
126 size_t table_offset = dshb->dshb_nte.dti_first_page * dshb->dshb_page_size;
277 bfd_sym_display_header (FILE *f, bfd_sym_header_block *dshb) argument
279 fprintf (f, " Version: %.*s\n", dshb->dshb_id[0], dshb->dshb_id + 1);
280 fprintf (f, " Page Size: 0x%x\n", dshb->dshb_page_size);
281 fprintf (f, " Hash Page: %lu\n", dshb
[all...]

Completed in 58 milliseconds