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

  /external/elfutils/src/libdw/
dwarf_getattrcnt.c 45 *attrcntp = abbrev->attrcnt;
dwarf_getabbrev.c 129 abb->attrcnt = 0;
141 while (attrname != 0 && attrform != 0 && ++abb->attrcnt);
libdwP.h 219 unsigned int attrcnt; member in struct:Dwarf_Abbrev
  /external/elfutils/src/tests/
show-abbrev.c 94 size_t attrcnt; local
95 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0)
107 for (j = 0; j < attrcnt; ++j)

Completed in 396 milliseconds