Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dxsym.c191 bfd_sym_parse_disk_table_v32 (buf + 106, 8, &header->dshb_tte); in bfd_sym_parse_header_v32()
306 bfd_sym_display_table_summary (f, &dshb->dshb_tte, "TTE"); in bfd_sym_display_header()
1069 offset = compute_offset (sdata->header.dshb_tte.dti_first_page, in bfd_sym_fetch_type_table_entry()
1137 if (sdata->header.dshb_tte.dti_object_count <= 99) in bfd_sym_fetch_type_table_information()
2193 if (sdata->header.dshb_tte.dti_object_count > 99) in bfd_sym_display_type_information_table()
2195 sdata->header.dshb_tte.dti_object_count - 99); in bfd_sym_display_type_information_table()
2202 for (i = 100; i <= sdata->header.dshb_tte.dti_object_count; i++) in bfd_sym_display_type_information_table()
Dxsym.h529 bfd_sym_table_info dshb_tte; member