Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarfread.c413 static struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */ variable
568 if (ftypes[typeid] == NULL) in dwarf_fundamental_type()
570 ftypes[typeid] = cu_language_defn->la_fund_type (objfile, typeid); in dwarf_fundamental_type()
573 return (ftypes[typeid]); in dwarf_fundamental_type()
1899 memset (ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *)); in read_file_scope()
Ddwarf2read.c307 struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */ member
2806 memset (cu->ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *)); in read_file_scope()
8572 if (cu->ftypes[typeid] == NULL) in dwarf2_fundamental_type()
8574 cu->ftypes[typeid] = cu->language_defn->la_fund_type (objfile, typeid); in dwarf2_fundamental_type()
8577 return (cu->ftypes[typeid]); in dwarf2_fundamental_type()