Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_die_deliv.c401 Dwarf_Word abbrev_code = 0; in _dwarf_next_die_info_ptr() local
412 abbrev_code = (Dwarf_Word) utmp; in _dwarf_next_die_info_ptr()
413 if (abbrev_code == 0) { in _dwarf_next_die_info_ptr()
418 abbrev_list = _dwarf_get_abbrev_for_code(cu_context, abbrev_code); in _dwarf_next_die_info_ptr()
551 Dwarf_Word abbrev_code = 0; in dwarf_siblingof() local
656 abbrev_code = (Dwarf_Word) utmp; in dwarf_siblingof()
657 if (abbrev_code == 0) { in dwarf_siblingof()
662 ret_die->di_abbrev_code = abbrev_code; in dwarf_siblingof()
664 _dwarf_get_abbrev_for_code(ret_die->di_cu_context, abbrev_code); in dwarf_siblingof()
690 Dwarf_Word abbrev_code = 0; in dwarf_child() local
[all …]
H A Ddwarf_util.c255 Dwarf_Unsigned abbrev_code = 0; in _dwarf_get_abbrev_for_code() local
332 DECODE_LEB128_UWORD(abbrev_ptr, abbrev_code); in _dwarf_get_abbrev_for_code()
340 new_hashable_val = abbrev_code; in _dwarf_get_abbrev_for_code()
350 inner_list_entry->ab_code = abbrev_code; in _dwarf_get_abbrev_for_code()
362 } while (*abbrev_ptr != 0 && abbrev_code != code); in _dwarf_get_abbrev_for_code()
365 return (abbrev_code == code ? inner_list_entry : NULL); in _dwarf_get_abbrev_for_code()