Searched refs:push_type (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | prdbg.c | 79 static bool push_type (struct pr_handle *, const char *); 329 push_type (struct pr_handle *info, const char *type) in push_type() function 531 return push_type (info, "<undefined>"); in pr_empty_type() 541 return push_type (info, "void"); in pr_void_type() 553 return push_type (info, ab); in pr_int_type() 565 return push_type (info, "float"); in pr_float_type() 567 return push_type (info, "double"); in pr_float_type() 570 return push_type (info, ab); in pr_float_type() 596 return push_type (info, ab); in pr_bool_type() 609 if (! push_type (info, "enum ")) in pr_enum_type() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | prdbg.c | 324 push_type (struct pr_handle *info, const char *type) in push_type() function 524 return push_type (info, "<undefined>"); in pr_empty_type() 534 return push_type (info, "void"); in pr_void_type() 546 return push_type (info, ab); in pr_int_type() 558 return push_type (info, "float"); in pr_float_type() 560 return push_type (info, "double"); in pr_float_type() 563 return push_type (info, ab); in pr_float_type() 589 return push_type (info, ab); in pr_bool_type() 602 if (! push_type (info, "enum ")) in pr_enum_type() 1003 if (! push_type (info, structp ? "struct " : "union ")) in pr_start_struct_type() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2019 | 13018 (insert_into_type_stack, insert_type, push_type, push_type_int) 13025 (insert_into_type_stack, insert_type, push_type, push_type_int)
|
H A D | ChangeLog-2012 | 5337 (insert_into_type_stack, insert_type, push_type, push_type_int)
|
H A D | ChangeLog-2018 | 5103 (push_type): Likewise.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2019 | 13018 (insert_into_type_stack, insert_type, push_type, push_type_int) 13025 (insert_into_type_stack, insert_type, push_type, push_type_int)
|
H A D | ChangeLog-2012 | 5337 (insert_into_type_stack, insert_type, push_type, push_type_int)
|
H A D | ChangeLog-2018 | 5103 (push_type): Likewise.
|