Searched refs:dti_object_count (Results 1 – 2 of 2) sorted by relevance
163 table->dti_object_count = bfd_getb32 (buf + 4); in bfd_sym_parse_disk_table_v32()273 dti->dti_object_count); in bfd_sym_display_table_summary()1135 if (sdata->header.dshb_tte.dti_object_count <= 99) in bfd_sym_fetch_type_table_information()1926 sdata->header.dshb_rte.dti_object_count); in bfd_sym_display_resources_table()1928 for (i = 1; i <= sdata->header.dshb_rte.dti_object_count; i++) in bfd_sym_display_resources_table()1952 sdata->header.dshb_mte.dti_object_count); in bfd_sym_display_modules_table()1954 for (i = 1; i <= sdata->header.dshb_mte.dti_object_count; i++) in bfd_sym_display_modules_table()1978 sdata->header.dshb_frte.dti_object_count); in bfd_sym_display_file_references_table()1980 for (i = 1; i <= sdata->header.dshb_frte.dti_object_count; i++) in bfd_sym_display_file_references_table()2004 sdata->header.dshb_cmte.dti_object_count); in bfd_sym_display_contained_modules_table()[all …]
509 unsigned long dti_object_count; /* Number of objects in the table. */ member