Lines Matching refs:tag

272 	int tag;
278 tag = dwarf_tag(vr_die);
279 } while (tag == DW_TAG_const_type ||
280 tag == DW_TAG_restrict_type ||
281 tag == DW_TAG_volatile_type ||
282 tag == DW_TAG_shared_type);
411 int tag = dwarf_tag(dw_die);
413 if (tag != DW_TAG_subprogram &&
414 tag != DW_TAG_inlined_subroutine)
1027 int tag;
1029 tag = dwarf_tag(die_mem);
1030 if ((tag == DW_TAG_formal_parameter ||
1031 tag == DW_TAG_variable) &&
1109 int tag, ret;
1112 tag = dwarf_tag(type_die);
1113 if (tag == DW_TAG_pointer_type)
1115 else if (tag == DW_TAG_array_type)
1117 else if (tag == DW_TAG_subroutine_type) {
1123 if (tag == DW_TAG_union_type)
1125 else if (tag == DW_TAG_structure_type)
1127 else if (tag == DW_TAG_enumeration_type)
1137 if (tag == DW_TAG_pointer_type && ret == -ENOENT)
1432 int tag = dwarf_tag(die_mem);
1439 if (tag != DW_TAG_variable && tag != DW_TAG_formal_parameter)
1527 int tag = dwarf_tag(die_mem);
1534 if (tag != DW_TAG_variable)
1580 int tag = dwarf_tag(die_mem);
1587 if (tag != DW_TAG_variable && tag != DW_TAG_formal_parameter)
1640 int tag = dwarf_tag(die_mem);
1647 if (tag != DW_TAG_variable)
1741 int tag = dwarf_tag(vr_die);
1743 if (tag != DW_TAG_formal_parameter &&
1744 tag != DW_TAG_variable)
1971 int tag = dwarf_tag(die_mem);
1973 if (tag != DW_TAG_member)
2013 int tag;
2015 tag = dwarf_tag(type_die);
2017 if (tag != DW_TAG_structure_type && tag != DW_TAG_union_type) {
2032 while (tag == DW_TAG_structure_type || tag == DW_TAG_union_type) {
2041 tag = dwarf_tag(&mb_type);
2043 if (tag == DW_TAG_structure_type || tag == DW_TAG_union_type) {