Lines Matching defs:bytes
87 const unsigned char *bytes = data + off;
125 A 1-byte unsigned integer representing the size in bytes of
152 uint64_t length = read_4ubyte_unaligned_inc (dwarf, bytes);
170 if (bytes_end - bytes < 8)
172 length = read_8ubyte_unaligned_inc (dwarf, bytes);
176 if (bytes_end - bytes < 2)
178 uint_fast16_t version = read_2ubyte_unaligned_inc (dwarf, bytes);
185 if (bytes_end - bytes < 1)
187 unit_type = *bytes++;
226 address_size = *bytes++;
230 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
235 address_size = *bytes++;
243 sig_id = read_8ubyte_unaligned_inc (dwarf, bytes);
248 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
253 if (unlikely (subdie_off < (size_t) (bytes - (data + off))))
269 *header_sizep = bytes - (data + off);