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

  /external/elfutils/libdw/
dwarf_getmacros.c 222 get_uleb128 (e.nforms, readp, endp);
226 readp += e.nforms;
369 if (unlikely (proto->nforms > 8))
371 attributesp = malloc (sizeof (Dwarf_Attribute) * proto->nforms);
382 for (Dwarf_Word i = 0; i < proto->nforms; ++i)
libdwP.h 351 Dwarf_Word nforms; member in struct:__anon18715
398 return macro->table->table[macro->table->opcodes[macro->opcode - 1]].nforms;

Completed in 61 milliseconds