Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dprdbg.c82 static bfd_boolean substitute_type (struct pr_handle *, const char *);
415 substitute_type (struct pr_handle *info, const char *s) in substitute_type() function
703 return substitute_type (info, "(*|)"); in pr_pointer_type()
704 return substitute_type (info, "*|"); in pr_pointer_type()
733 if (! substitute_type (info, "")) in pr_function_type()
779 if (! substitute_type (info, s)) in pr_function_type()
796 return substitute_type (info, "&|"); in pr_reference_type()
809 if (! substitute_type (info, "")) in pr_range_type()
853 if (! substitute_type (info, ab)) in pr_array_type()
879 if (! substitute_type (info, "")) in pr_set_type()
[all …]