Searched refs:decode_type (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | coffread.c | 159 static struct type *decode_type (struct coff_symbol *, unsigned int, 1571 SYMBOL_TYPE (sym) = decode_type (cs, cs->c_type, aux, objfile); in process_coff_symbol() 1722 decode_type (struct coff_symbol *cs, unsigned int c_type, in decode_type() function 1733 type = decode_type (cs, new_c_type, aux, objfile); in decode_type() 1738 type = decode_type (cs, new_c_type, aux, objfile); in decode_type() 1760 base_type = decode_type (cs, new_c_type, aux, objfile); in decode_type() 1813 return decode_type (cs, DECREF (c_type), aux, objfile); in decode_function_type() 2016 FIELD_TYPE (list->field) = decode_type (ms, ms->c_type, in coff_read_struct_type() 2033 FIELD_TYPE (list->field) = decode_type (ms, ms->c_type, in coff_read_struct_type()
|