Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dprdbg.c923 char *domain_type; in pr_method_type() local
930 domain_type = NULL; in pr_method_type()
935 domain_type = pop_type (info); in pr_method_type()
936 if (domain_type == NULL) in pr_method_type()
938 if (CONST_STRNEQ (domain_type, "class ") in pr_method_type()
939 && strchr (domain_type + sizeof "class " - 1, ' ') == NULL) in pr_method_type()
940 domain_type += sizeof "class " - 1; in pr_method_type()
941 else if (CONST_STRNEQ (domain_type, "union class ") in pr_method_type()
942 && (strchr (domain_type + sizeof "union class " - 1, ' ') in pr_method_type()
944 domain_type += sizeof "union class " - 1; in pr_method_type()
[all …]
Ddebug.c255 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()