Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c653 Dwarf_Hash_Table hash_table_base = in _dwarf_get_abbrev_for_code() local
668 if (!hash_table_base->tb_entries) { in _dwarf_get_abbrev_for_code()
669 hash_table_base->tb_table_entry_count = HT_MULTIPLE; in _dwarf_get_abbrev_for_code()
670 hash_table_base->tb_total_abbrev_count= 0; in _dwarf_get_abbrev_for_code()
671 hash_table_base->tb_entries = in _dwarf_get_abbrev_for_code()
674 hash_table_base->tb_table_entry_count); in _dwarf_get_abbrev_for_code()
675 if (!hash_table_base->tb_entries) { in _dwarf_get_abbrev_for_code()
678 } else if (hash_table_base->tb_total_abbrev_count > in _dwarf_get_abbrev_for_code()
679 (hash_table_base->tb_table_entry_count * HT_MULTIPLE)) { in _dwarf_get_abbrev_for_code()
685 hash_table_base->tb_total_abbrev_count; in _dwarf_get_abbrev_for_code()
[all …]