Searched refs:DEBUG_KIND_ILLEGAL (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | debug.h | 36 DEBUG_KIND_ILLEGAL, enumerator
|
D | stabs.c | 392 if (kind == DEBUG_KIND_ILLEGAL) in finish_stab() 3571 dtype = debug_find_tagged_type (dhandle, name, DEBUG_KIND_ILLEGAL); in stab_find_tagged_type() 3584 if (st->kind == DEBUG_KIND_ILLEGAL) in stab_find_tagged_type() 4178 ? DEBUG_KIND_ILLEGAL in stab_demangle_qualified() 5032 DEBUG_KIND_ILLEGAL); in stab_demangle_fund_type() 5272 dc->u.s_name.len, DEBUG_KIND_ILLEGAL); in stab_demangle_v3_arg() 5304 dc->u.s_string.len, DEBUG_KIND_ILLEGAL); in stab_demangle_v3_arg()
|
D | debug.c | 2015 && (kind == DEBUG_KIND_ILLEGAL in debug_find_tagged_type() 2084 return DEBUG_KIND_ILLEGAL; in debug_get_type_kind() 2087 return DEBUG_KIND_ILLEGAL; in debug_get_type_kind() 2480 case DEBUG_KIND_ILLEGAL: in debug_write_type()
|
D | wrstabs.c | 1292 if (kind == DEBUG_KIND_ILLEGAL) in stab_get_struct_index() 1324 tindex = stab_get_struct_index (info, tag, id, DEBUG_KIND_ILLEGAL, in stab_start_struct_type()
|
D | ieee.c | 2654 DEBUG_KIND_ILLEGAL); in ieee_read_cxx_class() 3142 DEBUG_KIND_ILLEGAL); in ieee_read_cxx_class() 4748 if (nt->kind == DEBUG_KIND_ILLEGAL) in ieee_write_undefined_tag() 5877 if (nt->kind == DEBUG_KIND_ILLEGAL && ! localp) in ieee_start_struct_type() 5896 nt->kind = DEBUG_KIND_ILLEGAL; in ieee_start_struct_type() 6804 nt->kind = DEBUG_KIND_ILLEGAL; in ieee_typdef()
|
D | ChangeLog-9197 | 1559 DEBUG_KIND_ILLEGAL, use DEBUG_KIND_STRUCT instead. Warn if there 1578 * debug.h (enum debug_type_kind): Add DEBUG_KIND_ILLEGAL. 1599 (debug_find_tagged_type): Treat DEBUG_KIND_ILLEGAL specially, 1609 DEBUG_KIND_ILLEGAL. Use id for DEBUG_KIND_STRUCT and 1632 (ieee_define_named_type): Use DEBUG_KIND_ILLEGAL rather than
|