Home
last modified time | relevance | path

Searched refs:InlIPCursor (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/include/
Dpub_tool_debuginfo.h128 typedef struct _InlIPCursor InlIPCursor; typedef
152 extern const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor* iipc);
156 extern InlIPCursor* VG_(new_IIPC)(Addr eip);
160 extern Bool VG_(next_IIPC)(InlIPCursor *iipc);
162 extern void VG_(delete_IIPC)(InlIPCursor *iipc);
/external/valgrind/coregrind/
Dpub_core_debuginfo.h96 const InlIPCursor* iipc );
Dm_errormgr.c328 InlIPCursor* iipc = VG_(new_IIPC)(ip); in printSuppForIp_XML()
346 InlIPCursor* iipc = VG_(new_IIPC)(ip); in printSuppForIp_nonXML()
1763 InlIPCursor *iipc; in expandInput()
Dm_stacktrace.c1675 InlIPCursor *iipc = VG_(new_IIPC)(ip); in printIpDesc()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c1489 static Bool is_top(const InlIPCursor *iipc) in is_top()
1494 static Bool is_bottom(const InlIPCursor *iipc) in is_bottom()
1499 Bool VG_(next_IIPC)(InlIPCursor *iipc) in VG_()
1567 InlIPCursor* VG_(new_IIPC)(Addr eip) in VG_()
1572 InlIPCursor *ret; in VG_()
1625 void VG_(delete_IIPC)(InlIPCursor *iipc) in VG_()
1892 const InlIPCursor* iipc ) in VG_()
2207 const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor *iipc) in VG_()