Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_die_deliv.c418 abbrev_list = _dwarf_get_abbrev_for_code(cu_context, abbrev_code); in _dwarf_next_die_info_ptr()
664 _dwarf_get_abbrev_for_code(ret_die->di_cu_context, abbrev_code); in dwarf_siblingof()
739 _dwarf_get_abbrev_for_code(die->di_cu_context, abbrev_code); in dwarf_child()
846 _dwarf_get_abbrev_for_code(cu_context, abbrev_code); in dwarf_offdie()
H A Ddwarf_util.h292 _dwarf_get_abbrev_for_code(Dwarf_CU_Context cu_context,
H A Ddwarf_query.c176 abbrev_list = _dwarf_get_abbrev_for_code(die->di_cu_context, in dwarf_attrlist()
283 abbrev_list = _dwarf_get_abbrev_for_code(die->di_cu_context, in _dwarf_get_value_ptr()
H A Ddwarf_util.c248 _dwarf_get_abbrev_for_code(Dwarf_CU_Context cu_context, Dwarf_Unsigned code) in _dwarf_get_abbrev_for_code() function