Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c195 unsigned entry_in_count = htin->tb_table_entry_count; in copy_abbrev_table_to_new_table()
197 unsigned entry_out_count = htout->tb_table_entry_count; in copy_abbrev_table_to_new_table()
269 hash_table_base->tb_table_entry_count = HT_MULTIPLE; in _dwarf_get_abbrev_for_code()
273 hash_table_base->tb_table_entry_count); in _dwarf_get_abbrev_for_code()
279 ( hash_table_base->tb_table_entry_count * HT_MULTIPLE) ) { in _dwarf_get_abbrev_for_code()
282 newht.tb_table_entry_count = hash_table_base->tb_total_abbrev_count; in _dwarf_get_abbrev_for_code()
286 newht.tb_table_entry_count); in _dwarf_get_abbrev_for_code()
307 hash_table_base->tb_table_entry_count; in _dwarf_get_abbrev_for_code()
342 hash_table_base->tb_table_entry_count; in _dwarf_get_abbrev_for_code()
506 for (; hashnum < hash_table->tb_table_entry_count; ++hashnum) { in _dwarf_free_abbrev_hash_table_contents()
H A Ddwarf_util.h275 unsigned long tb_table_entry_count; member