Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dcp-demangle.c341 const struct d_component_stack *component_stack; member
3970 dpi->component_stack = NULL; in d_print_init()
4717 for (dcse = dpi->component_stack; dcse != NULL; in d_print_comp_inner()
4722 && dcse != dpi->component_stack)) in d_print_comp_inner()
5380 self.parent = dpi->component_stack; in d_print_comp()
5381 dpi->component_stack = &self; in d_print_comp()
5385 dpi->component_stack = self.parent; in d_print_comp()
DChangeLog127 (struct d_print_info): New field component_stack.