Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_util.c200 Dwarf_Abbrev_List listent = entry_in->at_head; in copy_abbrev_table_to_new_table()
212 listent->ab_next = e->at_head; in copy_abbrev_table_to_new_table()
213 e->at_head = listent; in copy_abbrev_table_to_new_table()
312 for (hash_abbrev_entry = entry_cur->at_head; in _dwarf_get_abbrev_for_code()
345 inner_list_entry->ab_next = inner_hash_entry->at_head; in _dwarf_get_abbrev_for_code()
346 inner_hash_entry->at_head = inner_list_entry; in _dwarf_get_abbrev_for_code()
511 abbrev = tb->at_head; in _dwarf_free_abbrev_hash_table_contents()
H A Ddwarf_util.h286 Dwarf_Abbrev_List at_head; member