Lines Matching refs:abbrev
1047 struct Dwarf_D_Abbrev_s * abbrev = 0; in dwarf_debugnames_abbrev_by_index() local
1061 abbrev = cur->din_abbrev_list + abbrev_entry; in dwarf_debugnames_abbrev_by_index()
1063 *abbrev_code = abbrev->da_abbrev_code; in dwarf_debugnames_abbrev_by_index()
1066 *tag = abbrev->da_tag; in dwarf_debugnames_abbrev_by_index()
1072 *number_of_attr_form_entries = abbrev->da_pairs_count; in dwarf_debugnames_abbrev_by_index()
1085 struct Dwarf_D_Abbrev_s * abbrev = 0; in _dwarf_internal_abbrev_by_code() local
1087 abbrev = cur->din_abbrev_list; in _dwarf_internal_abbrev_by_code()
1088 for(n = 0; n < cur->din_abbrev_list_count; ++n,++abbrev) { in _dwarf_internal_abbrev_by_code()
1089 if (abbrev_code == abbrev->da_abbrev_code) { in _dwarf_internal_abbrev_by_code()
1091 *tag = abbrev->da_tag; in _dwarf_internal_abbrev_by_code()
1097 *number_of_attr_form_entries = abbrev->da_pairs_count; in _dwarf_internal_abbrev_by_code()
1148 struct Dwarf_D_Abbrev_s * abbrev = 0; in dwarf_debugnames_abbrev_form_by_index() local
1163 abbrev = cur->din_abbrev_list + abbrev_entry_index; in dwarf_debugnames_abbrev_form_by_index()
1164 if (abbrev_form_index >= abbrev->da_pairs_count) { in dwarf_debugnames_abbrev_form_by_index()
1167 ap = abbrev->da_pairs + abbrev_entry_index; in dwarf_debugnames_abbrev_form_by_index()
1175 *number_of_attr_form_entries = abbrev->da_pairs_count; in dwarf_debugnames_abbrev_form_by_index()
1260 struct Dwarf_D_Abbrev_s * abbrev = 0; in dwarf_debugnames_entrypool_values() local
1281 abbrev = cur->din_abbrev_list + index_of_abbrev; in dwarf_debugnames_entrypool_values()
1284 struct abbrev_pair_s *abp = abbrev->da_pairs +n; in dwarf_debugnames_entrypool_values()