Home
last modified time | relevance | path

Searched refs:ar_attribute (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Dpro_forms.c192 new_attr->ar_attribute = attr; in local_add_AT_address()
407 new_attr->ar_attribute = attr; in dwarf_add_AT_block()
524 new_attr->ar_attribute = attr; in dwarf_add_AT_unsigned_const()
618 new_attr->ar_attribute = attr; in dwarf_add_AT_signed_const()
744 new_attr->ar_attribute = attr; in dwarf_add_AT_location_expr()
858 new_attr->ar_attribute = attr; in dwarf_add_AT_reference()
919 new_attr->ar_attribute = attr; in dwarf_add_AT_flag()
983 new_attr->ar_attribute = attr; in dwarf_add_AT_string()
1023 new_attr->ar_attribute = DW_AT_const_value; in dwarf_add_AT_const_value_string()
1063 new_attr->ar_attribute = DW_AT_producer; in dwarf_add_AT_producer()
[all …]
H A Dpro_die.c237 new_attr->ar_attribute = DW_AT_stmt_list; in _dwarf_pro_add_AT_stmt_list()
280 new_attr->ar_attribute = DW_AT_name; in dwarf_add_AT_name()
325 new_attr->ar_attribute = DW_AT_comp_dir; in dwarf_add_AT_comp_dir()
365 new_attr->ar_attribute = DW_AT_MIPS_fde; in _dwarf_pro_add_AT_fde()
406 new_attr->ar_attribute = DW_AT_macro_info; in _dwarf_pro_add_AT_macro_info()
H A Ddwarf_opaque.h64 Dwarf_Half ar_attribute; /* Attribute Value. */ member
H A Dpro_opaque.h174 Dwarf_Half ar_attribute; /* Attribute Value. */ member
H A Ddwarf_query.c204 new_attr->ar_attribute = attr; in dwarf_attrlist()
428 attrib->ar_attribute = attr; in dwarf_attr()
H A Dpro_section.c1633 ca && curabbrev->abb_attrs[i] != ca->ar_attribute; in _dwarf_pro_generate_debuginfo()
1666 switch (curattr->ar_attribute) { in _dwarf_pro_generate_debuginfo()
2177 attrs[nattrs] = curattr->ar_attribute; in _dwarf_pro_getabbrev()
2214 if (attr->ar_attribute == abbrev->abb_attrs[i] && in _dwarf_pro_match_attr()
H A Ddwarf_form.c237 *return_attr = (attr->ar_attribute); in dwarf_whatattr()