Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c262 Dwarf_Abbrev_List inner_list_entry = 0; in _dwarf_get_abbrev_for_code() local
335 inner_list_entry = (Dwarf_Abbrev_List) in _dwarf_get_abbrev_for_code()
337 if (inner_list_entry == NULL) 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()
350 inner_list_entry->ab_code = abbrev_code; in _dwarf_get_abbrev_for_code()
351 inner_list_entry->ab_tag = abbrev_tag; in _dwarf_get_abbrev_for_code()
352 inner_list_entry->ab_has_child = *(abbrev_ptr++); in _dwarf_get_abbrev_for_code()
353 inner_list_entry->ab_abbrev_ptr = abbrev_ptr; in _dwarf_get_abbrev_for_code()
365 return (abbrev_code == code ? inner_list_entry : NULL); in _dwarf_get_abbrev_for_code()