Searched refs:child_pdi (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c1703 struct partial_die_info child_pdi; local
1705 next_child = read_partial_die (&child_pdi, abfd, next_child,
1707 if (!child_pdi.tag)
1709 if (child_pdi.tag == DW_TAG_subprogram)
1711 actual_class_name = class_name_from_physname (child_pdi.name);
1718 next_child = locate_pdi_sibling (&child_pdi, next_child,

Completed in 133 milliseconds