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

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

Completed in 44 milliseconds