Lines Matching defs:attr
413 Dwarf_Attribute attr;
414 attr.code = DW_AT_name;
415 attr.cu = &fake_cu;
423 attr.form = forms[m];
424 attr.valp = (void *) linep;
425 dir = dwarf_formstring (&attr);
585 Dwarf_Attribute attr;
586 attr.cu = &fake_cu;
595 attr.code = DW_AT_name;
596 attr.form = forms[m];
597 attr.valp = (void *) linep;
598 fname = dwarf_formstring (&attr);
602 attr.code = DW_AT_decl_file; /* Close enough. */
603 attr.form = forms[m];
604 attr.valp = (void *) linep;
605 if (dwarf_formudata (&attr, &diridx) != 0)