Searched refs:class_type (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | stabs.c | 2769 debug_type class_type, return_type; in parse_stab_members() local 2771 class_type = stab_find_type (dhandle, info, typenums); in parse_stab_members() 2772 if (class_type == DEBUG_TYPE_NULL) in parse_stab_members() 2780 type = parse_stab_argtypes (dhandle, info, class_type, name, in parse_stab_members() 2856 debug_type class_type, const char *fieldname, in parse_stab_argtypes() argument 2956 return debug_make_method_type (dhandle, return_type, class_type, args, in parse_stab_argtypes() 2964 return debug_make_method_type (dhandle, return_type, class_type, args, in parse_stab_argtypes() 4692 debug_type class_type = DEBUG_TYPE_NULL; in stab_demangle_type() local 4716 class_type = stab_find_tagged_type (minfo->dhandle, in stab_demangle_type() 4720 if (class_type == DEBUG_TYPE_NULL) in stab_demangle_type() [all …]
|