Home | History | Annotate | Download | only in tests

Lines Matching defs:abbrev

67 	      Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length);
68 if (abbrev == NULL || abbrev == DWARF_END_ABBREV)
72 unsigned tag = dwarf_getabbrevtag (abbrev);
81 unsigned code = dwarf_getabbrevcode (abbrev);
90 int children = dwarf_abbrevhaschildren (abbrev);
99 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n",
103 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0)
116 if (dwarf_getabbrevattr (abbrev, j, &attr_num, &attr_form,
118 printf ("dwarf_getabbrevattr for abbrev[%llu] and index %zu failed\n",
121 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n",