Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dprdbg.c84 static char *pop_type (struct pr_handle *);
473 pop_type (struct pr_handle *info) in pop_type() function
738 arg_types[i] = pop_type (info); in pr_function_type()
832 range_type = pop_type (info); in pr_array_type()
906 t = pop_type (info); in pr_offset_type()
935 domain_type = pop_type (info); in pr_method_type()
965 arg_types[i] = pop_type (info); in pr_method_type()
1179 t = pop_type (info); in pr_struct_field()
1226 tv = pop_type (info); in pr_start_class_type()
1319 t = pop_type (info); in pr_class_static_member()
[all …]
DChangeLog-91971728 * prdbg.c (pop_type): Don't remove '+' character.