Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c5989 struct attribute *type_attr; in die_type() local
5993 type_attr = dwarf2_attr (die, DW_AT_type, cu); in die_type()
5994 if (!type_attr) in die_type()
6001 ref = dwarf2_get_ref_die_offset (type_attr, cu); in die_type()
6027 struct attribute *type_attr; in die_containing_type() local
6031 type_attr = dwarf2_attr (die, DW_AT_containing_type, cu); in die_containing_type()
6032 if (type_attr) in die_containing_type()
6034 ref = dwarf2_get_ref_die_offset (type_attr, cu); in die_containing_type()