Searched refs:domain_type (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | prdbg.c | 922 char *domain_type; in pr_method_type() local 929 domain_type = NULL; in pr_method_type() 934 domain_type = pop_type (info); in pr_method_type() 935 if (domain_type == NULL) in pr_method_type() 937 if (CONST_STRNEQ (domain_type, "class ") in pr_method_type() 938 && strchr (domain_type + sizeof "class " - 1, ' ') == NULL) in pr_method_type() 939 domain_type += sizeof "class " - 1; in pr_method_type() 940 else if (CONST_STRNEQ (domain_type, "union class ") in pr_method_type() 941 && (strchr (domain_type + sizeof "union class " - 1, ' ') in pr_method_type() 943 domain_type += sizeof "union class " - 1; in pr_method_type() [all …]
|
D | debug.c | 255 debug_type domain_type; member 1572 debug_type domain_type, debug_type *arg_types, in debug_make_method_type() argument 1590 m->domain_type = domain_type; in debug_make_method_type() 2623 if (type->u.kmethod->domain_type != NULL) in debug_write_type() 2626 type->u.kmethod->domain_type, in debug_write_type() 2631 type->u.kmethod->domain_type != NULL, in debug_write_type() 3184 || ! debug_type_samep (info, t1->u.kmethod->domain_type, in debug_type_samep() 3185 t2->u.kmethod->domain_type) in debug_type_samep()
|