Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c550 Dwarf_Hash_Table_Entry entry_in = htin->tb_entries; in copy_abbrev_table_to_new_table()
552 Dwarf_Hash_Table_Entry entry_out = htout->tb_entries; in copy_abbrev_table_to_new_table()
668 if (!hash_table_base->tb_entries) { in _dwarf_get_abbrev_for_code()
671 hash_table_base->tb_entries = in _dwarf_get_abbrev_for_code()
675 if (!hash_table_base->tb_entries) { in _dwarf_get_abbrev_for_code()
687 newht.tb_entries = in _dwarf_get_abbrev_for_code()
691 if (!newht.tb_entries) { in _dwarf_get_abbrev_for_code()
699 dwarf_dealloc(dbg, hash_table_base->tb_entries, in _dwarf_get_abbrev_for_code()
701 hash_table_base->tb_entries = 0; in _dwarf_get_abbrev_for_code()
710 entry_base = hash_table_base->tb_entries; in _dwarf_get_abbrev_for_code()
[all …]
H A Ddwarf_util.h413 struct Dwarf_Hash_Table_Entry_s *tb_entries; member
H A Ddwarf_alloc.c926 hash_table->tb_entries = 0; in freecontextlist()
H A Ddwarf_die_deliv.c617 hash_table->tb_entries = 0; in local_dealloc_cu_context()