Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/tcpdump/
HDprint-802_15_4.c36 static const char *ftypes[] = { variable
86 ND_PRINT((ndo,"IEEE 802.15.4 %s packet ", ftypes[FC_FRAME_TYPE(fc)])); in ieee802_15_4_if_print()
/freebsd-11-stable/contrib/gdb/gdb/
HDdwarfread.c402 static struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */ variable
557 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()
HDdwarf2read.c260 struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */ member
2106 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()