Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_util.c260 Dwarf_Abbrev_List hash_abbrev_entry = 0; in _dwarf_get_abbrev_for_code() local
312 for (hash_abbrev_entry = entry_cur->at_head; in _dwarf_get_abbrev_for_code()
313 hash_abbrev_entry != NULL && hash_abbrev_entry->ab_code != code; in _dwarf_get_abbrev_for_code()
314 hash_abbrev_entry = hash_abbrev_entry->ab_next); in _dwarf_get_abbrev_for_code()
315 if (hash_abbrev_entry != NULL) { in _dwarf_get_abbrev_for_code()
318 return (hash_abbrev_entry); in _dwarf_get_abbrev_for_code()