Lines Matching defs:length
215 /* True if bucket list length histogram should be printed. */
3256 \nHistogram for bucket list length in section [%2u] '%s' (total of %d bucket):\n Addr: %#0*" PRIx64 " Offset: %#08" PRIx64 " Link to section: [%2u] '%s'\n",
3258 \nHistogram for bucket list length in section [%2u] '%s' (total of %d buckets):\n Addr: %#0*" PRIx64 " Offset: %#08" PRIx64 " Link to section: [%2u] '%s'\n",
3703 /* Section length. */
5274 size_t length;
5277 int res = dwarf_offabbrev (dbg, offset, &length, &abbrev);
5320 offset += length;
5436 " unit length at %" PRIx64, off);
5603 Dwarf_Word length;
5606 if (unlikely (dwarf_getarangeinfo (runp, &start, &length, &offset) != 0))
5610 ", length: %5" PRIu64 ", CU DIE offset: %6"
5613 (uint64_t) start, (uint64_t) length, (int64_t) offset);
5662 Dwarf_Word length = read_4ubyte_unaligned_inc (dbg, readp);
5664 if (length == DWARF3_LENGTH_64_BIT)
5668 length = read_8ubyte_unaligned_inc (dbg, readp);
5672 const unsigned char *nexthdr = readp + length;
5674 (uint64_t) length);
5676 if (unlikely (length > (size_t) (readendp - readp)))
5679 if (length == 0)
5929 _("too many offset entries for unit length"));
6842 unsigned int length = 4;
6849 length = 8;
6870 if (length == 4)
6932 printf ("\n [%6tx] CIE length=%" PRIu64 "\n"
6955 error (0, 0, _("invalid augmentation length"));
7071 printf ("\n [%6tx] FDE length=%" PRIu64 " cie=[%6tx]\n"
7109 error (0, 0, _("invalid augmentation length"));
7744 print_block (block.length, block.data);
7780 attrp->cu, block.length, block.data);
7783 print_block (block.length, block.data);
7787 if (block.length == 0)
7792 const unsigned char *readendp = readp + block.length;
7873 print_block (block.length, block.data);
8261 Dwarf_Word mtime, length;
8262 const char *file = dwarf_linesrc (line, &mtime, &length);
8265 printf (" <%s> (mtime: ?, length: ?)\n", dwarf_errmsg (-1));
8270 printf (" %s (mtime: %" PRIu64 ", length: %" PRIu64 ")\n",
8271 file, mtime, length);
8595 unsigned int length = 4;
8606 length = 8;
8630 /* Next comes the header length. */
8632 if (length == 4)
8647 /* Next the minimum instruction length. */
8684 " Prologue length: %" PRIu64 "\n"
8687 " Min instruction length: %" PRIuFAST8 "\n"
8801 linep, lineendp, length,
8881 linep, lineendp, length,
8915 /* Finally the length of the file. */
9008 /* The length. */
9069 define new file: dir=%u, mtime=%" PRIu64 ", length=%" PRIu64 ", name=%s\n"),
9431 _("too many offset entries for unit length"));
10313 printf (_(" Offset length: %" PRIu8 "\n"), offset_len);
10341 // 1 byte length, for each item, 1 byte opcode, uleb128 number
11027 " Call site length: %" PRIu64 "\n"
11229 ", length: %5" PRIu64 "\n", n, off, len);