Searched refs:ftypes (Results 1 – 3 of 3) sorted by relevance
36 static const char *ftypes[] = { variable86 ND_PRINT((ndo,"IEEE 802.15.4 %s packet ", ftypes[FC_FRAME_TYPE(fc)])); in ieee802_15_4_if_print()
402 static struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */ variable557 if (ftypes[typeid] == NULL) in dwarf_fundamental_type()559 ftypes[typeid] = cu_language_defn->la_fund_type (objfile, typeid); in dwarf_fundamental_type()562 return (ftypes[typeid]); in dwarf_fundamental_type()1900 memset (ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *)); in read_file_scope()
260 struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */ member2106 memset (cu->ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *)); in read_file_scope()7414 if (cu->ftypes[typeid] == NULL) in dwarf2_fundamental_type()7416 cu->ftypes[typeid] = cu->language_defn->la_fund_type (objfile, typeid); in dwarf2_fundamental_type()7419 return (cu->ftypes[typeid]); in dwarf2_fundamental_type()