Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c551 unsigned entry_in_count = htin->tb_table_entry_count; in copy_abbrev_table_to_new_table()
553 unsigned entry_out_count = htout->tb_table_entry_count; in copy_abbrev_table_to_new_table()
669 hash_table_base->tb_table_entry_count = HT_MULTIPLE; in _dwarf_get_abbrev_for_code()
674 hash_table_base->tb_table_entry_count); in _dwarf_get_abbrev_for_code()
679 (hash_table_base->tb_table_entry_count * HT_MULTIPLE)) { in _dwarf_get_abbrev_for_code()
684 newht.tb_table_entry_count = in _dwarf_get_abbrev_for_code()
690 newht.tb_table_entry_count); in _dwarf_get_abbrev_for_code()
709 hash_table_base->tb_table_entry_count; in _dwarf_get_abbrev_for_code()
801 hash_table_base->tb_table_entry_count; in _dwarf_get_abbrev_for_code()
1132 for (; hashnum < hash_table->tb_table_entry_count; ++hashnum) { in _dwarf_free_abbrev_hash_table_contents()
H A Ddwarf_util.h410 unsigned long tb_table_entry_count; member