Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c3625 struct attribute *attr_byte_size; in read_tag_pointer_type() local
3636 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()