Searched defs:hash_table_base (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_util.c251 Dwarf_Hash_Table hash_table_base = cu_context->cc_abbrev_hash_table; local
268 if ( !hash_table_base->tb_entries ) {
269 hash_table_base->tb_table_entry_count = HT_MULTIPLE;
270 hash_table_base->tb_total_abbrev_count= 0;
271 hash_table_base->tb_entries = _dwarf_get_alloc(dbg,
273 hash_table_base->tb_table_entry_count);
274 if(! hash_table_base->tb_entries) {
278 } else if (hash_table_base->tb_total_abbrev_count >
279 ( hash_table_base->tb_table_entry_count * HT_MULTIPLE) ) {
282 newht.tb_table_entry_count = hash_table_base
[all...]

Completed in 62 milliseconds