Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarfread.c413 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 Ddwarf2read.c303 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 DChangeLog-1992627 * dwarfread.c (ftypes): New array to hold fundamental types
636 * dwarfread.c (read_file_scope): Zero out ftypes for each new
H A DChangeLog-1996348 Zero out ftypes for each new compilation unit (may be different
H A DChangeLog11795 language, language_defn, list_in_scope, and ftypes members.
11797 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)