Searched refs:describe_IP (Results 1 – 6 of 6) sorted by relevance
152 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()
1678 const HChar *buf = VG_(describe_IP)(ip, iipc); in printIpDesc()
2148 ip_desc = VG_(describe_IP)(sxpt->Sig.ip-1, NULL); in pp_snapshot_SXPt()
2207 const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor *iipc) in VG_() argument