Home
last modified time | relevance | path

Searched refs:attr_byte_size (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Ddwarf2read.c12216 struct attribute *attr_byte_size; in read_tag_pointer_type() local
12230 attr_byte_size = dwarf2_attr (die, DW_AT_byte_size, cu); in read_tag_pointer_type()
12231 if (attr_byte_size) in read_tag_pointer_type()
12232 byte_size = DW_UNSND (attr_byte_size); in read_tag_pointer_type()