Lines Matching defs:bytes

1144 	  ehdr->e_phoff, _("(bytes into file)"));
1147 ehdr->e_shoff, _("(bytes into file)"));
1153 ehdr->e_ehsize, _("(bytes)"));
1156 ehdr->e_phentsize, _("(bytes)"));
1173 ehdr->e_shentsize, _("(bytes)"));
1956 printf (_("%" PRId64 " (bytes)\n"), dyn->d_un.d_val);
3524 Bitmask Size: %zu bytes %" PRIuFAST32 "%% bits set 2nd hash shift: %u\n"),
3683 " bytes at offset %#0" PRIx64 ":\n"),
4401 print_bytes (size_t n, const unsigned char *bytes)
4405 printf ("%02x", *bytes++);
4901 DT_STRSZ: the size, in bytes, of the string table
5158 printf (_(" [%6tx] <UNUSED GARBAGE> ... %" PRIu64 " bytes ...\n"),
5471 /* We need at least 2-bytes (version) + 1-byte
5472 (addr_size) + 1-byte (segment_size) = 4 bytes to
5542 error (0, 0, "extra %zd bytes at end of unit",
5772 printf (_(" %zu padding bytes\n"), padding);
5854 /* We need at least 2-bytes + 1-byte + 1-byte + 4-bytes = 8
5855 bytes to complete the header. And this unit cannot go beyond
6170 printf (_(" %zu padding bytes\n\n"), padding);
7165 die_type_sign_bytes (Dwarf_Die *die, bool *is_signed, int *bytes)
7170 *bytes = 0;
7184 *bytes = val;
7626 int bytes = 0;
7628 die_type_sign_bytes (die, &is_signed, &bytes);
7650 switch (bytes)
7809 int bytes;
7814 die_type_sign_bytes (&member, &is_signed, &bytes);
7816 die_type_sign_bytes (parent, &is_signed, &bytes);
8663 /* We need at least 4 more bytes. */
9356 /* We need at least 2-bytes + 1-byte + 1-byte + 4-bytes = 8
9357 bytes to complete the header. And this unit cannot go beyond
9770 printf (_(" %zu padding bytes\n\n"), padding);
10773 /* We need at least 2-bytes (version) + 2-bytes (padding) =
10774 4 bytes to complete the header. And this unit cannot go
10830 error (0, 0, "extra %zd bytes at end of unit",
11127 " contains %" PRId64 " bytes :\n"),
12259 const uint8_t *bytes = desc;
12266 bytes += bits / 8 - 1;
12272 *h++ = "0123456789abcdef"[bytes[idx] >> 4];
12273 *h++ = "0123456789abcdef"[bytes[idx] & 0xf];
12792 \nNote section [%2zu] '%s' of %" PRIu64 " bytes at offset %#0" PRIx64 ":\n"),
12815 \nNote segment of %" PRIu64 " bytes at offset %#0" PRIx64 ":\n"),
12894 " bytes at offset %#0" PRIx64 ":\n"),
12899 " bytes (%zd uncompressed) at offset %#0"
12945 " bytes at offset %#0" PRIx64 ":\n"),
12950 " bytes (%zd uncompressed) at offset %#0"