Home
last modified time | relevance | path

Searched refs:FT_NUM_MEMBERS (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarfread.c413 static struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */
559 if (typeid < 0 || typeid >= FT_NUM_MEMBERS) in dwarf_fundamental_type()
1899 memset (ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *)); in read_file_scope()
H A Dgdbtypes.c1782 if (typeid < 0 || typeid >= FT_NUM_MEMBERS) in lookup_fundamental_type()
1792 nbytes = FT_NUM_MEMBERS * sizeof (struct type *); in lookup_fundamental_type()
1796 OBJSTAT (objfile, n_types += FT_NUM_MEMBERS); in lookup_fundamental_type()
H A Dgdbtypes.h68 #define FT_NUM_MEMBERS 29 /* Highest FT_* above, plus one. */ macro
H A Ddwarf2read.c303 struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */
2789 memset (cu->ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *)); in read_file_scope()
8500 if (typeid < 0 || typeid >= FT_NUM_MEMBERS) in dwarf2_fundamental_type()
H A DChangeLog-1992644 * gdbtypes.h (FT_NUM_MEMBERS): Increment, new types added.