Searched defs:child_depth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_die_deliv.c530 of sibling chain terminations. A single count, child_depth
536 child_depth is 0.
580 Dwarf_Sword child_depth = 0; local
599 child_depth = 0;
624 for (; child_depth > 0 && *die_info_ptr == 0;
625 child_depth--, die_info_ptr++);
627 child_depth = has_child ? child_depth + 1 : child_depth;
630 } while (child_depth !
[all...]

Completed in 58 milliseconds