HomeSort by relevance Sort by last modified time
    Searched refs:attrcnt (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libdw/
dwarf_getattrcnt.c 66 *attrcntp = abbrev->attrcnt;
dwarf_getabbrev.c 138 abb->attrcnt = 0;
146 while (attrname != 0 && attrform != 0 && ++abb->attrcnt);
libdwP.h 200 unsigned int attrcnt; member in struct:Dwarf_Abbrev
  /external/elfutils/tests/
show-abbrev.c 102 size_t attrcnt; local
103 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0)
115 for (j = 0; j < attrcnt; ++j)

Completed in 68 milliseconds