Searched refs:dshb_page_size (Results 1 – 2 of 2) sorted by relevance
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()178 header->dshb_page_size = bfd_getb16 (buf + 32); in bfd_sym_parse_header_v32()284 fprintf (f, " Page Size: 0x%x\n", dshb->dshb_page_size); in bfd_sym_display_header()572 sdata->header.dshb_page_size, in bfd_sym_fetch_resources_table_entry()623 sdata->header.dshb_page_size, in bfd_sym_fetch_modules_table_entry()673 sdata->header.dshb_page_size, in bfd_sym_fetch_file_references_table_entry()723 sdata->header.dshb_page_size, in bfd_sym_fetch_contained_modules_table_entry()773 sdata->header.dshb_page_size, in bfd_sym_fetch_contained_variables_table_entry()823 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