Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getsrclines.c298 unsigned char nforms = 0; in read_srclines() local
334 nforms = *linep++; in read_srclines()
335 for (int i = 0; i < nforms; i++) in read_srclines()
353 if (nforms > 0 && form_path == (unsigned char) -1) in read_srclines()
360 if (nforms == 0 && ndirs != 0) in read_srclines()
365 if (nforms != 0 && ndirs > (size_t) (lineendp - linep) / nforms) in read_srclines()
413 for (unsigned char m = 0; m < nforms; m++) in read_srclines()
542 nforms = *linep++; in read_srclines()
544 for (int i = 0; i < nforms; i++) in read_srclines()
564 if (nforms > 0 && (form_path == (unsigned char) -1 in read_srclines()
[all …]
Ddwarf_getmacros.c226 get_uleb128 (e.nforms, readp, endp); in get_table_for_offset()
230 readp += e.nforms; in get_table_for_offset()
381 if (unlikely (proto->nforms > 8)) in read_macros()
383 attributesp = malloc (sizeof (Dwarf_Attribute) * proto->nforms); in read_macros()
394 for (Dwarf_Word i = 0; i < proto->nforms; ++i) in read_macros()
DlibdwP.h480 Dwarf_Word nforms; member
527 return macro->table->table[macro->table->opcodes[macro->opcode - 1]].nforms; in libdw_macro_nforms()
DChangeLog1456 * dwarf_getmacros.c (get_table_for_offset): Add nforms bounds check.
/external/python/cpython2/Lib/plat-irix5/
Dflp.py45 nforms = _parse_fd_header(fp)
47 for i in range(nforms):
/external/python/cpython2/Lib/plat-irix6/
Dflp.py44 nforms = _parse_fd_header(fp)
46 for i in range(nforms):