Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dprdbg.c84 static char *pop_type (struct pr_handle *);
472 pop_type (struct pr_handle *info) in pop_type() function
737 arg_types[i] = pop_type (info); in pr_function_type()
831 range_type = pop_type (info); in pr_array_type()
905 t = pop_type (info); in pr_offset_type()
934 domain_type = pop_type (info); in pr_method_type()
964 arg_types[i] = pop_type (info); in pr_method_type()
1178 t = pop_type (info); in pr_struct_field()
1225 tv = pop_type (info); in pr_start_class_type()
1318 t = pop_type (info); in pr_class_static_member()
[all …]
DChangeLog-91971728 * prdbg.c (pop_type): Don't remove '+' character.