Searched refs:lookup_fundamental_type (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | coffread.c | 1568 temptype = lookup_fundamental_type (current_objfile, in process_coff_symbol() 1594 lookup_fundamental_type (current_objfile, FT_INTEGER); in process_coff_symbol() 1600 ? lookup_fundamental_type (current_objfile, in process_coff_symbol() 1729 index_type = lookup_fundamental_type (current_objfile, FT_INTEGER); in decode_type() 1792 return lookup_fundamental_type (current_objfile, FT_VOID); in decode_base_type() 1797 return lookup_fundamental_type (current_objfile, FT_VOID); in decode_base_type() 1801 return lookup_fundamental_type (current_objfile, FT_CHAR); in decode_base_type() 1804 return lookup_fundamental_type (current_objfile, FT_SHORT); in decode_base_type() 1807 return lookup_fundamental_type (current_objfile, FT_INTEGER); in decode_base_type() 1812 return lookup_fundamental_type (current_objfile, FT_LONG_LONG); in decode_base_type() [all …]
|
| D | hpread.c | 4472 return lookup_fundamental_type (objfile, FT_TEMPLATE_ARG); in hpread_get_nth_template_arg() 4655 return lookup_fundamental_type (objfile, in hpread_type_lookup() 4664 return lookup_fundamental_type (objfile, FT_VOID); in hpread_type_lookup() 4697 return lookup_fundamental_type (objfile, FT_VOID); in hpread_type_lookup() 4983 return lookup_fundamental_type (objfile, FT_VOID); in hpread_type_lookup() 4994 return lookup_fundamental_type (objfile, FT_VOID); in hpread_type_lookup()
|
| D | gdbtypes.h | 1250 extern struct type *lookup_fundamental_type (struct objfile *, int);
|
| D | ChangeLog-1992 | 634 * dwarfread.c (throughout): Replace lookup_fundamental_type 638 * gdbtypes.c (lookup_fundamental_type): Move actual type 3818 * gdbtypes.c (lookup_fundamental_type): For now, use the same 4351 * gdbtypes.c (lookup_fundamental_type): Add TYPE_FLAG_FUND_TYPE 5103 * gdbtypes.c (lookup_fundamental_type): Fix init_type calls to 5548 to builtin types to lookup_fundamental_type(). 5550 references to buildin types to lookup_fundamental_type(). 5556 convert references to buildin types to lookup_fundamental_type (). 5578 to calls to lookup_fundamental_type(). 5626 lookup_fundamental_type function. [all …]
|
| D | stabsread.c | 738 SYMBOL_TYPE (sym) = lookup_fundamental_type (objfile, in define_symbol()
|
| D | gdbtypes.c | 1777 lookup_fundamental_type (struct objfile *objfile, int typeid) in lookup_fundamental_type() function
|
| D | ChangeLog-1993 | 151 lookup_fundamental_type (the objfile we passed to 152 lookup_fundamental_type was sometimes NULL). 5046 * stabsread.c: Remove most uses of lookup_fundamental_type.
|
| D | ChangeLog | 11278 (lookup_fundamental_type): Ditto.
|