Searched refs:describe_IP (Results 1 – 6 of 6) sorted by relevance
153 extern const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor* iipc);
192 return VG_(describe_IP) (addr, NULL); in sym()
147 name = VG_(describe_IP) (addr, NULL); in sym()
1725 const HChar *buf = VG_(describe_IP)(ip, iipc);
2149 ip_desc = VG_(describe_IP)(sxpt->Sig.ip-1, NULL); in pp_snapshot_SXPt()
2214 const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor *iipc) in VG_() argument