Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dprdbg.c82 static bfd_boolean prepend_type (struct pr_handle *, const char *);
357 prepend_type (struct pr_handle *info, const char *s) in prepend_type() function
443 if (! prepend_type (info, "(") in substitute_type()
598 return prepend_type (info, "complex "); in pr_complex_type()
790 return (prepend_type (info, "range (") in pr_range_type()
857 if (! prepend_type (info, "set { ") in pr_set_type()
886 && prepend_type (info, " ") in pr_offset_type()
887 && prepend_type (info, t) in pr_offset_type()
1282 if (! prepend_type (info, "static ") in pr_class_static_member()
1330 if (! prepend_type (info, "virtual ")) in pr_class_baseclass()
[all …]