Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c7104 struct attribute *type_attr; in die_type() local
7107 type_attr = dwarf2_attr (die, DW_AT_type, cu); in die_type()
7108 if (!type_attr) in die_type()
7114 type_die = follow_die_ref (die, type_attr, cu); in die_type()
7133 struct attribute *type_attr; in die_containing_type() local
7136 type_attr = dwarf2_attr (die, DW_AT_containing_type, cu); in die_containing_type()
7137 if (type_attr) in die_containing_type()
7139 type_die = follow_die_ref (die, type_attr, cu); in die_containing_type()