Home
last modified time | relevance | path

Searched refs:dti_object_count (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/bfd/
Dxsym.c157 table->dti_object_count = bfd_getb32 (buf + 4); in bfd_sym_parse_disk_table_v32()
267 dti->dti_object_count); in bfd_sym_display_table_summary()
1127 if (sdata->header.dshb_tte.dti_object_count <= 99) in bfd_sym_fetch_type_table_information()
1910 sdata->header.dshb_rte.dti_object_count); in bfd_sym_display_resources_table()
1912 for (i = 1; i <= sdata->header.dshb_rte.dti_object_count; i++) in bfd_sym_display_resources_table()
1936 sdata->header.dshb_mte.dti_object_count); in bfd_sym_display_modules_table()
1938 for (i = 1; i <= sdata->header.dshb_mte.dti_object_count; i++) in bfd_sym_display_modules_table()
1962 sdata->header.dshb_frte.dti_object_count); in bfd_sym_display_file_references_table()
1964 for (i = 1; i <= sdata->header.dshb_frte.dti_object_count; i++) in bfd_sym_display_file_references_table()
1988 sdata->header.dshb_cmte.dti_object_count); in bfd_sym_display_contained_modules_table()
[all …]
Dxsym.h510 unsigned long dti_object_count; /* Number of objects in the table. */ member
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dxsym.c158 table->dti_object_count = bfd_getb32 (buf + 4); in bfd_sym_parse_disk_table_v32()
268 dti->dti_object_count); in bfd_sym_display_table_summary()
1128 if (sdata->header.dshb_tte.dti_object_count <= 99) in bfd_sym_fetch_type_table_information()
1911 sdata->header.dshb_rte.dti_object_count); in bfd_sym_display_resources_table()
1913 for (i = 1; i <= sdata->header.dshb_rte.dti_object_count; i++) in bfd_sym_display_resources_table()
1937 sdata->header.dshb_mte.dti_object_count); in bfd_sym_display_modules_table()
1939 for (i = 1; i <= sdata->header.dshb_mte.dti_object_count; i++) in bfd_sym_display_modules_table()
1963 sdata->header.dshb_frte.dti_object_count); in bfd_sym_display_file_references_table()
1965 for (i = 1; i <= sdata->header.dshb_frte.dti_object_count; i++) in bfd_sym_display_file_references_table()
1989 sdata->header.dshb_cmte.dti_object_count); in bfd_sym_display_contained_modules_table()
[all …]
Dxsym.h510 unsigned long dti_object_count; /* Number of objects in the table. */ member