Searched refs:tag (Results 1 – 4 of 4) sorted by relevance
187 int tag; in __die_get_real_type() local193 tag = dwarf_tag(vr_die); in __die_get_real_type()194 } while (tag == DW_TAG_const_type || in __die_get_real_type()195 tag == DW_TAG_restrict_type || in __die_get_real_type()196 tag == DW_TAG_volatile_type || in __die_get_real_type()197 tag == DW_TAG_shared_type); in __die_get_real_type()714 int tag; in __die_find_variable_cb() local716 tag = dwarf_tag(die_mem); in __die_find_variable_cb()717 if ((tag == DW_TAG_formal_parameter || in __die_find_variable_cb()718 tag == DW_TAG_variable) && in __die_find_variable_cb()[all …]
479 int ret, tag; in convert_variable_fields() local487 tag = dwarf_tag(&type); in convert_variable_fields()490 (tag == DW_TAG_array_type || tag == DW_TAG_pointer_type)) { in convert_variable_fields()501 if (tag == DW_TAG_pointer_type) { in convert_variable_fields()515 } else if (tag == DW_TAG_pointer_type) { in convert_variable_fields()528 tag = dwarf_tag(&type); in convert_variable_fields()529 if (tag != DW_TAG_structure_type && tag != DW_TAG_union_type) { in convert_variable_fields()544 if (tag != DW_TAG_structure_type && tag != DW_TAG_union_type) { in convert_variable_fields()573 if (tag == DW_TAG_union_type) { in convert_variable_fields()1215 int tag, ret; in collect_variables_cb() local[all …]
17 VN=$(git tag 2>/dev/null | tail -1 | grep -E "v[0-9].[0-9]*")
149 uint32_t tag:2; member