Lines Matching refs:Sig
573 Sig; member
691 sxpt->Sig.ip = xpt->ip; in dup_XTree()
692 sxpt->Sig.n_children = n_child_sxpts; in dup_XTree()
698 sxpt->Sig.children = VG_(malloc)("ms.main.dX.2", in dup_XTree()
706 sxpt->Sig.children[j++] = dup_XTree(xpt->children[i], total_szB); in dup_XTree()
723 sxpt->Sig.children[n_sig_children] = insig_sxpt; in dup_XTree()
726 sxpt->Sig.children = NULL; in dup_XTree()
740 for (i = 0; i < sxpt->Sig.n_children; i++) { in free_SXTree()
741 free_SXTree(sxpt->Sig.children[i]); in free_SXTree()
742 sxpt->Sig.children[i] = NULL; in free_SXTree()
744 VG_(free)(sxpt->Sig.children); sxpt->Sig.children = NULL; in free_SXTree()
788 if (sxpt->Sig.n_children > 0) { in sanity_check_SXTree()
789 for (i = 0; i < sxpt->Sig.n_children; i++) { in sanity_check_SXTree()
790 sanity_check_SXTree(sxpt->Sig.children[i]); in sanity_check_SXTree()
2170 Vg_FnNameKind kind = VG_(get_fnname_kind_from_IP)(sxpt->Sig.ip); in pp_snapshot_SXPt()
2172 sxpt->Sig.n_children = 0; in pp_snapshot_SXPt()
2177 ip_desc = VG_(describe_IP)(sxpt->Sig.ip-1, ip_desc_array, BUF_LEN); in pp_snapshot_SXPt()
2181 FP("%sn%d: %lu ", depth_str, sxpt->Sig.n_children, sxpt->szB); in pp_snapshot_SXPt()
2229 VG_(ssort)(sxpt->Sig.children, sxpt->Sig.n_children, sizeof(SXPt*), in pp_snapshot_SXPt()
2234 for (i = 0; i < sxpt->Sig.n_children; i++) { in pp_snapshot_SXPt()
2235 child = sxpt->Sig.children[i]; in pp_snapshot_SXPt()