Searched refs:append_type (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | prdbg.c | 81 static bfd_boolean append_type (struct pr_handle *, const char *); 372 append_type (struct pr_handle *info, const char *s) in append_type() function 442 || ! append_type (info, ")")) in substitute_type() 449 return (append_type (info, " ") in substitute_type() 450 && append_type (info, s)); in substitute_type() 462 if (! append_type (info, " ")) in indent_type() 646 if (! append_type (info, tag) in pr_enum_type() 647 || ! append_type (info, " ")) in pr_enum_type() 650 if (! append_type (info, "{ ")) in pr_enum_type() 655 if (! append_type (info, "/* undefined */")) in pr_enum_type() [all …]
|