Home | History | Annotate | Download | only in src

Lines Matching refs:attr

672 	    Dwarf_Attribute *attr = dwarf_attr (die, DW_AT_name, &attr_mem);
673 const char *name = dwarf_formstring (attr);
678 attr = dwarf_attr (die, DW_AT_decl_file, &attr_mem);
679 if (dwarf_formudata (attr, &fileidx) != 0 || fileidx >= nfiles)
683 attr = dwarf_attr (die, DW_AT_decl_line, &attr_mem);
684 if (dwarf_formudata (attr, &lineno) != 0 || lineno == 0)