Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c661 Dwarf_Abbrev_List inner_list_entry = 0; in _dwarf_get_abbrev_for_code() local
791 inner_list_entry = (Dwarf_Abbrev_List) in _dwarf_get_abbrev_for_code()
794 if (inner_list_entry == NULL) { in _dwarf_get_abbrev_for_code()
804 inner_list_entry->abl_next = inner_hash_entry->at_head; in _dwarf_get_abbrev_for_code()
805 inner_hash_entry->at_head = inner_list_entry; in _dwarf_get_abbrev_for_code()
809 inner_list_entry->abl_code = abbrev_code; in _dwarf_get_abbrev_for_code()
810 inner_list_entry->abl_tag = abbrev_tag; in _dwarf_get_abbrev_for_code()
811 inner_list_entry->abl_has_child = *(abbrev_ptr++); in _dwarf_get_abbrev_for_code()
812 inner_list_entry->abl_abbrev_ptr = abbrev_ptr; in _dwarf_get_abbrev_for_code()
813 inner_list_entry->abl_goffset = abb_goff; in _dwarf_get_abbrev_for_code()
[all …]