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 30 *attrcntp = abbrev->attrcnt;
dwarf_getabbrev.c 95 abb->attrcnt = 0;
103 while (attrname != 0 && attrform != 0 && ++abb->attrcnt);
libdwP.h 161 unsigned int attrcnt; member in struct:Dwarf_Abbrev
  /external/elfutils/tests/
show-abbrev.c 90 size_t attrcnt; local
91 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0)
103 for (j = 0; j < attrcnt; ++j)

Completed in 1157 milliseconds