Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c660 Dwarf_Abbrev_List hash_abbrev_entry = 0; in _dwarf_get_abbrev_for_code() local
714 for (hash_abbrev_entry = entry_cur->at_head; in _dwarf_get_abbrev_for_code()
715 hash_abbrev_entry != NULL && hash_abbrev_entry->abl_code != code; in _dwarf_get_abbrev_for_code()
716 hash_abbrev_entry = hash_abbrev_entry->abl_next); in _dwarf_get_abbrev_for_code()
717 if (hash_abbrev_entry) { in _dwarf_get_abbrev_for_code()
720 *list_out = hash_abbrev_entry; in _dwarf_get_abbrev_for_code()