Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dprdbg.c79 static bfd_boolean push_type (struct pr_handle *, const char *);
333 push_type (struct pr_handle *info, const char *type) in push_type() function
564 return push_type (info, "<undefined>"); in pr_empty_type()
574 return push_type (info, "void"); in pr_void_type()
586 return push_type (info, ab); in pr_int_type()
598 return push_type (info, "float"); in pr_float_type()
600 return push_type (info, "double"); in pr_float_type()
603 return push_type (info, ab); in pr_float_type()
629 return push_type (info, ab); in pr_bool_type()
642 if (! push_type (info, "enum ")) in pr_enum_type()
[all …]