Searched refs:byte_stride (Results 1 – 6 of 6) sorted by relevance
76 array_info.byte_stride = form_value.Unsigned(); in ParseChildArrayInfo()
323 byte_stride = form_value.Unsigned(); in ParsedDWARFTypeAttributes()1357 uint32_t byte_stride = attrs.byte_stride; in ParseArrayType() local1360 byte_stride = array_info->byte_stride; in ParseArrayType()1363 if (byte_stride == 0 && bit_stride == 0) in ParseArrayType()1364 byte_stride = element_type->GetByteSize(nullptr).value_or(0); in ParseArrayType()1368 uint64_t array_element_bit_stride = byte_stride * 8 + bit_stride; in ParseArrayType()
452 uint32_t byte_stride = 0; member
4093 int byte_stride = 16; in ixl_sbuf_print_bytes() local4094 int lines = length / byte_stride; in ixl_sbuf_print_bytes()4095 int rem = length % byte_stride; in ixl_sbuf_print_bytes()4101 ? rem : byte_stride; in ixl_sbuf_print_bytes()4103 sbuf_printf(sb, "%4d | ", label_offset + i * byte_stride); in ixl_sbuf_print_bytes()4106 sbuf_printf(sb, "%02x ", buf[i * byte_stride + j]); in ixl_sbuf_print_bytes()4108 if (width < byte_stride) { in ixl_sbuf_print_bytes()4109 for (k = 0; k < (byte_stride - width); k++) in ixl_sbuf_print_bytes()4119 c = (char)buf[i * byte_stride + j]; in ixl_sbuf_print_bytes()
215 uint32_t byte_stride = 0; member
346 HANDLE_DW_AT(0x51, byte_stride, 3, DWARF)