Searched refs:ftypes (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarfread.c | 413 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()
|
| H A D | dwarf2read.c | 303 struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */ member 2789 memset (cu->ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *)); in read_file_scope() 8510 if (cu->ftypes[typeid] == NULL) in dwarf2_fundamental_type() 8512 cu->ftypes[typeid] = cu->language_defn->la_fund_type (objfile, typeid); in dwarf2_fundamental_type() 8515 return (cu->ftypes[typeid]); in dwarf2_fundamental_type()
|
| H A D | ChangeLog-1992 | 627 * dwarfread.c (ftypes): New array to hold fundamental types 636 * dwarfread.c (read_file_scope): Zero out ftypes for each new
|
| H A D | ChangeLog-1996 | 348 Zero out ftypes for each new compilation unit (may be different
|
| H A D | ChangeLog | 11795 language, language_defn, list_in_scope, and ftypes members. 11797 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
|