Searched refs:substitute_type (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | prdbg.c | 82 static bfd_boolean substitute_type (struct pr_handle *, const char *); 414 substitute_type (struct pr_handle *info, const char *s) in substitute_type() function 702 return substitute_type (info, "(*|)"); in pr_pointer_type() 703 return substitute_type (info, "*|"); in pr_pointer_type() 732 if (! substitute_type (info, "")) in pr_function_type() 778 if (! substitute_type (info, s)) in pr_function_type() 795 return substitute_type (info, "&|"); in pr_reference_type() 808 if (! substitute_type (info, "")) in pr_range_type() 852 if (! substitute_type (info, ab)) in pr_array_type() 878 if (! substitute_type (info, "")) in pr_set_type() [all …]
|