Searched refs:dshb_page_size (Results 1 – 2 of 2) sorted by relevance
127 size_t table_size = dshb->dshb_nte.dti_page_count * dshb->dshb_page_size; in bfd_sym_read_name_table()128 size_t table_offset = dshb->dshb_nte.dti_first_page * dshb->dshb_page_size; in bfd_sym_read_name_table()176 header->dshb_page_size = bfd_getb16 (buf + 32); in bfd_sym_parse_header_v32()282 fprintf (f, " Page Size: 0x%x\n", dshb->dshb_page_size); in bfd_sym_display_header()570 sdata->header.dshb_page_size, in bfd_sym_fetch_resources_table_entry()621 sdata->header.dshb_page_size, in bfd_sym_fetch_modules_table_entry()671 sdata->header.dshb_page_size, in bfd_sym_fetch_file_references_table_entry()721 sdata->header.dshb_page_size, in bfd_sym_fetch_contained_modules_table_entry()771 sdata->header.dshb_page_size, in bfd_sym_fetch_contained_variables_table_entry()821 sdata->header.dshb_page_size, in bfd_sym_fetch_contained_statements_table_entry()[all …]
517 unsigned short dshb_page_size; /* Size of the pages/blocks. */ member