Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c556 Dwarf_Abbrev_List listent = entry_in->at_head; in copy_abbrev_table_to_new_table()
568 listent->abl_next = e->at_head; in copy_abbrev_table_to_new_table()
569 e->at_head = listent; in copy_abbrev_table_to_new_table()
714 for (hash_abbrev_entry = entry_cur->at_head; in _dwarf_get_abbrev_for_code()
804 inner_list_entry->abl_next = inner_hash_entry->at_head; in _dwarf_get_abbrev_for_code()
805 inner_hash_entry->at_head = inner_list_entry; in _dwarf_get_abbrev_for_code()
1138 abbrev = tb->at_head; in _dwarf_free_abbrev_hash_table_contents()
1144 tb->at_head = 0; in _dwarf_free_abbrev_hash_table_contents()
H A Ddwarf_util.h421 Dwarf_Abbrev_List at_head; member