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

  /external/elfutils/libdw/
dwarf_getsrclines.c 298 unsigned char nforms = 0; local
334 nforms = *linep++;
335 for (int i = 0; i < nforms; i++)
353 if (nforms > 0 && form_path == (unsigned char) -1)
360 if (nforms == 0 && ndirs != 0)
365 if (nforms != 0 && ndirs > (size_t) (lineendp - linep) / nforms)
413 for (unsigned char m = 0; m < nforms; m++)
542 nforms = *linep++;
544 for (int i = 0; i < nforms; i++
    [all...]
dwarf_getmacros.c 226 get_uleb128 (e.nforms, readp, endp);
230 readp += e.nforms;
381 if (unlikely (proto->nforms > 8))
383 attributesp = malloc (sizeof (Dwarf_Attribute) * proto->nforms);
394 for (Dwarf_Word i = 0; i < proto->nforms; ++i)
libdwP.h 476 Dwarf_Word nforms; member in struct:__anon21867
523 return macro->table->table[macro->table->opcodes[macro->opcode - 1]].nforms;
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
flp.py 45 nforms = _parse_fd_header(fp)
47 for i in range(nforms):
  /external/python/cpython2/Lib/plat-irix6/
flp.py 44 nforms = _parse_fd_header(fp)
46 for i in range(nforms):

Completed in 229 milliseconds