Searched refs:attr_byte_size (Results 1 – 1 of 1) sorted by relevance
4401 struct attribute *attr_byte_size; in read_tag_pointer_type() local4412 attr_byte_size = dwarf2_attr (die, DW_AT_byte_size, cu); in read_tag_pointer_type()4413 if (attr_byte_size) in read_tag_pointer_type()4414 byte_size = DW_UNSND (attr_byte_size); in read_tag_pointer_type()