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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-802_15_4.c38 static const char *ftypes[] = { variable
114 ND_PRINT((ndo,"IEEE 802.15.4 %s packet ", ftypes[fc & 0x7]));
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarfread.c402 static struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */ variable in typeref:struct:type
531 fundamental type of FT_integer. We first look in the ftypes
537 that type in ftypes for future reference.
557 if (ftypes[typeid] == NULL)
559 ftypes[typeid] = cu_language_defn->la_fund_type (objfile, typeid);
562 return (ftypes[typeid]);
1900 memset (ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *));
H A Ddwarf2read.c260 struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */ member in struct:dwarf2_cu
2106 memset (cu->ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *));
7412 if (cu->ftypes[typeid] == NULL)
7414 cu->ftypes[typeid] = cu->language_defn->la_fund_type (objfile, typeid);
7417 return (cu->ftypes[typeid]);

Completed in 73 milliseconds