Home
last modified time | relevance | path

Searched refs:nforms (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getmacros.c222 get_uleb128 (e.nforms, readp, endp); in get_table_for_offset()
226 readp += e.nforms; in get_table_for_offset()
369 if (unlikely (proto->nforms > 8)) in read_macros()
371 attributesp = malloc (sizeof (Dwarf_Attribute) * proto->nforms); in read_macros()
382 for (Dwarf_Word i = 0; i < proto->nforms; ++i) in read_macros()
DlibdwP.h351 Dwarf_Word nforms; member
398 return macro->table->table[macro->table->opcodes[macro->opcode - 1]].nforms; in libdw_macro_nforms()
DChangeLog366 * dwarf_getmacros.c (get_table_for_offset): Add nforms bounds check.
/external/python/cpython2/Lib/plat-irix6/
Dflp.py44 nforms = _parse_fd_header(fp)
46 for i in range(nforms):
/external/python/cpython2/Lib/plat-irix5/
Dflp.py45 nforms = _parse_fd_header(fp)
47 for i in range(nforms):