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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c905 static struct type *dwarf2_fundamental_type (struct objfile *, int,
3417 index_type = dwarf2_fundamental_type (objfile, FT_INTEGER, cu);
3828 index_type = dwarf2_fundamental_type (objfile, FT_INTEGER, cu);
3838 char_type = dwarf2_fundamental_type (objfile, FT_CHAR, cu);
4008 TYPE_TARGET_TYPE (type) = dwarf2_fundamental_type (objfile, FT_VOID,
4014 = dwarf2_fundamental_type (objfile, FT_EXT_PREC_FLOAT, cu);
4017 = dwarf2_fundamental_type (objfile, FT_DBL_PREC_FLOAT, cu);
4020 = dwarf2_fundamental_type (objfile, FT_FLOAT, cu);
5997 return dwarf2_fundamental_type (cu->objfile, FT_VOID, cu);
6264 type = dwarf2_fundamental_type (objfil
7399 dwarf2_fundamental_type (struct objfile *objfile, int typeid, function
[all...]

Completed in 81 milliseconds