Searched refs:attr_byte_size (Results 1 – 1 of 1) sorted by relevance
3625 struct attribute *attr_byte_size; in read_tag_pointer_type() local3636 attr_byte_size = dwarf2_attr (die, DW_AT_byte_size, cu); in read_tag_pointer_type()3637 if (attr_byte_size) in read_tag_pointer_type()3638 byte_size = DW_UNSND (attr_byte_size); in read_tag_pointer_type()