Home
last modified time | relevance | path

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

/external/valgrind/include/
Dpub_tool_debuginfo.h129 typedef struct _InlIPCursor InlIPCursor; typedef
153 extern const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor* iipc);
157 extern InlIPCursor* VG_(new_IIPC)(Addr eip);
161 extern Bool VG_(next_IIPC)(InlIPCursor *iipc);
163 extern void VG_(delete_IIPC)(InlIPCursor *iipc);
/external/valgrind/coregrind/
Dpub_core_debuginfo.h96 const InlIPCursor* iipc );
Dm_errormgr.c327 InlIPCursor* iipc = VG_(new_IIPC)(ip); in printSuppForIp_XML()
345 InlIPCursor* iipc = VG_(new_IIPC)(ip); in printSuppForIp_nonXML()
1753 InlIPCursor *iipc; in expandInput()
Dm_stacktrace.c1722 InlIPCursor *iipc = VG_(new_IIPC)(ip);
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c1494 static Bool is_top(const InlIPCursor *iipc) in is_top()
1499 static Bool is_bottom(const InlIPCursor *iipc) in is_bottom()
1504 Bool VG_(next_IIPC)(InlIPCursor *iipc) in VG_()
1572 InlIPCursor* VG_(new_IIPC)(Addr eip) in VG_()
1577 InlIPCursor *ret; in VG_()
1630 void VG_(delete_IIPC)(InlIPCursor *iipc) in VG_()
1897 const InlIPCursor* iipc ) in VG_()
2214 const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor *iipc) in VG_()