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

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c2074 struct partial_die_info *child_pdi = struct_pdi->die_child; local
2088 while (child_pdi != NULL)
2090 if (child_pdi->tag == DW_TAG_subprogram)
2094 child_pdi->name);
2106 child_pdi = child_pdi->die_sibling;

Completed in 233 milliseconds