Searched refs:dti_object_count (Results 1 – 2 of 2) sorted by relevance
167 table->dti_object_count = bfd_getb32 (buf + 4); in bfd_sym_parse_disk_table_v32()277 dti->dti_object_count); in bfd_sym_display_table_summary()1137 if (sdata->header.dshb_tte.dti_object_count <= 99) in bfd_sym_fetch_type_table_information()1931 sdata->header.dshb_rte.dti_object_count); in bfd_sym_display_resources_table()1933 for (i = 1; i <= sdata->header.dshb_rte.dti_object_count; i++) in bfd_sym_display_resources_table()1957 sdata->header.dshb_mte.dti_object_count); in bfd_sym_display_modules_table()1959 for (i = 1; i <= sdata->header.dshb_mte.dti_object_count; i++) in bfd_sym_display_modules_table()1983 sdata->header.dshb_frte.dti_object_count); in bfd_sym_display_file_references_table()1985 for (i = 1; i <= sdata->header.dshb_frte.dti_object_count; i++) in bfd_sym_display_file_references_table()2009 sdata->header.dshb_cmte.dti_object_count); in bfd_sym_display_contained_modules_table()[all …]
510 unsigned long dti_object_count; /* Number of objects in the table. */ member