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

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

Completed in 57 milliseconds