Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c280 struct Dwarf_Hash_Table_s newht; in _dwarf_get_abbrev_for_code() local
282 newht.tb_table_entry_count = hash_table_base->tb_total_abbrev_count; in _dwarf_get_abbrev_for_code()
283 newht.tb_total_abbrev_count = 0; in _dwarf_get_abbrev_for_code()
284 newht.tb_entries = _dwarf_get_alloc(dbg, in _dwarf_get_abbrev_for_code()
286 newht.tb_table_entry_count); in _dwarf_get_abbrev_for_code()
288 if(! newht.tb_entries) { in _dwarf_get_abbrev_for_code()
294 copy_abbrev_table_to_new_table(hash_table_base, &newht); in _dwarf_get_abbrev_for_code()
301 *hash_table_base = newht; in _dwarf_get_abbrev_for_code()