Searched refs:hash_table_base (Results 1 – 1 of 1) sorted by relevance
251 Dwarf_Hash_Table hash_table_base = cu_context->cc_abbrev_hash_table; in _dwarf_get_abbrev_for_code() local268 if ( !hash_table_base->tb_entries ) { in _dwarf_get_abbrev_for_code()269 hash_table_base->tb_table_entry_count = HT_MULTIPLE; in _dwarf_get_abbrev_for_code()270 hash_table_base->tb_total_abbrev_count= 0; in _dwarf_get_abbrev_for_code()271 hash_table_base->tb_entries = _dwarf_get_alloc(dbg, in _dwarf_get_abbrev_for_code()273 hash_table_base->tb_table_entry_count); in _dwarf_get_abbrev_for_code()274 if(! hash_table_base->tb_entries) { in _dwarf_get_abbrev_for_code()278 } else if (hash_table_base->tb_total_abbrev_count > in _dwarf_get_abbrev_for_code()279 ( hash_table_base->tb_table_entry_count * HT_MULTIPLE) ) { in _dwarf_get_abbrev_for_code()282 newht.tb_table_entry_count = hash_table_base->tb_total_abbrev_count; in _dwarf_get_abbrev_for_code()[all …]