Home | History | Annotate | Download | only in libdw

Lines Matching defs:bytes

67   const unsigned char *bytes = data + off;
90 4. A 1-byte unsigned integer representing the size in bytes of
94 uint64_t length = read_4ubyte_unaligned_inc (dwarf, bytes);
119 length = read_8ubyte_unaligned_inc (dwarf, bytes);
122 uint_fast16_t version = read_2ubyte_unaligned_inc (dwarf, bytes);
127 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
132 uint8_t address_size = *bytes++;
136 uint64_t type_sig8 = read_8ubyte_unaligned_inc (dwarf, bytes);
139 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
144 if (unlikely (type_offset < (size_t) (bytes - (data + off))))
154 *header_sizep = bytes - (data + off);