Searched refs:curattr (Results 1 – 1 of 1) sorted by relevance
2539 if_relocatable_string_form(Dwarf_P_Debug dbg, Dwarf_P_Attribute curattr, in if_relocatable_string_form() argument2543 if (curattr->ar_rel_type == R_MIPS_NONE) { in if_relocatable_string_form()2547 if (curattr->ar_attribute_form != DW_FORM_strp) { in if_relocatable_string_form()2551 if (curattr->ar_rel_type != dbg->de_offset_reloc) { in if_relocatable_string_form()2651 Dwarf_P_Attribute curattr = 0; in _dwarf_pro_getabbrev() local2672 curattr = die->di_attrs; in _dwarf_pro_getabbrev()2673 match = _dwarf_pro_match_attr(curattr, in _dwarf_pro_getabbrev()2707 curattr = die->di_attrs; in _dwarf_pro_getabbrev()2721 for(; curattr; ++ap, curattr = curattr->ar_next) { in _dwarf_pro_getabbrev()2722 ap->dsa_attr = curattr->ar_attribute; in _dwarf_pro_getabbrev()[all …]