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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_query.c165 Dwarf_Abbrev_List abbrev_list = 0; local
176 abbrev_list = _dwarf_get_abbrev_for_code(die->di_cu_context,
179 if (abbrev_list == NULL) {
183 abbrev_ptr = abbrev_list->ab_abbrev_ptr;
278 Dwarf_Abbrev_List abbrev_list; local
283 abbrev_list = _dwarf_get_abbrev_for_code(die->di_cu_context,
285 if (abbrev_list == NULL) {
289 abbrev_ptr = abbrev_list->ab_abbrev_ptr;
H A Ddwarf_die_deliv.c402 Dwarf_Abbrev_List abbrev_list; local
418 abbrev_list = _dwarf_get_abbrev_for_code(cu_context, abbrev_code);
419 if (abbrev_list == NULL) {
424 *has_die_child = abbrev_list->ab_has_child;
426 abbrev_ptr = abbrev_list->ab_abbrev_ptr;

Completed in 46 milliseconds