Searched refs:nforms (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getmacros.c222 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)
H A DlibdwP.h351 Dwarf_Word nforms; member in struct:__anon5678
398 return macro->table->table[macro->table->opcodes[macro->opcode - 1]].nforms;

Completed in 99 milliseconds