Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c680 struct Dwarf_Hash_Table_s newht; in _dwarf_get_abbrev_for_code() local
682 memset(&newht,0,sizeof(newht)); in _dwarf_get_abbrev_for_code()
684 newht.tb_table_entry_count = in _dwarf_get_abbrev_for_code()
686 newht.tb_total_abbrev_count = 0; in _dwarf_get_abbrev_for_code()
687 newht.tb_entries = in _dwarf_get_abbrev_for_code()
690 newht.tb_table_entry_count); in _dwarf_get_abbrev_for_code()
691 if (!newht.tb_entries) { in _dwarf_get_abbrev_for_code()
696 copy_abbrev_table_to_new_table(hash_table_base, &newht); in _dwarf_get_abbrev_for_code()
704 *hash_table_base = newht; in _dwarf_get_abbrev_for_code()