Home
last modified time | relevance | path

Searched refs:kclass (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Ddebug.c117 struct debug_class_type *kclass; member
1296 t->u.kclass = c; in debug_make_struct_type()
1335 t->u.kclass = c; in debug_make_object_type()
2238 return type->u.kclass->fields; in debug_get_fields()
2446 && real->u.kclass != NULL) in debug_write_type()
2448 if (real->u.kclass->id <= info->base_id) in debug_write_type()
2455 id = real->u.kclass->id; in debug_write_type()
2500 if (type->u.kclass != NULL) in debug_write_type()
2502 if (type->u.kclass->id <= info->base_id) in debug_write_type()
2508 if (info->mark == type->u.kclass->mark) in debug_write_type()
[all …]
DChangeLog-91971611 (debug_write_class_type): Don't dereference kclass if it is NULL.