HomeSort by: relevance | last modified time | path
    Searched defs:type_attr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 19860 struct attribute *type_attr;
19862 type_attr = dwarf2_attr (die, DW_AT_type, cu);
19863 if (!type_attr)
19870 return lookup_die_type (die, type_attr, cu);
19892 struct attribute *type_attr;
19894 type_attr = dwarf2_attr (die, DW_AT_GNAT_descriptive_type, cu);
19895 if (!type_attr)
19898 return lookup_die_type (die, type_attr, cu);
19923 struct attribute *type_attr;
19926 type_attr = dwarf2_attr (die, DW_AT_containing_type, cu)
19849 struct attribute *type_attr; local
19881 struct attribute *type_attr; local
19912 struct attribute *type_attr; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 17442 struct attribute *type_attr;
17444 type_attr = dwarf2_attr (die, DW_AT_type, cu);
17445 if (!type_attr)
17452 return lookup_die_type (die, type_attr, cu);
17474 struct attribute *type_attr;
17476 type_attr = dwarf2_attr (die, DW_AT_GNAT_descriptive_type, cu);
17477 if (!type_attr)
17480 return lookup_die_type (die, type_attr, cu);
17505 struct attribute *type_attr;
17508 type_attr = dwarf2_attr (die, DW_AT_containing_type, cu)
17434 struct attribute *type_attr; local
17466 struct attribute *type_attr; local
17497 struct attribute *type_attr; local
    [all...]

Completed in 76 milliseconds