Searched refs:attrcnt (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getattrcnt.c66 *attrcntp = abbrev->attrcnt;
H A Ddwarf_getabbrev.c138 abb->attrcnt = 0;
146 while (attrname != 0 && attrform != 0 && ++abb->attrcnt);
H A DlibdwP.h200 unsigned int attrcnt; member in struct:Dwarf_Abbrev
/external/elfutils/tests/
H A Dshow-abbrev.c102 size_t attrcnt; local
103 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0)
115 for (j = 0; j < attrcnt; ++j)

Completed in 52 milliseconds