Home
last modified time | relevance | path

Searched refs:describe_IP (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/include/
Dpub_tool_debuginfo.h152 extern const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor* iipc);
/external/valgrind/coregrind/m_gdbserver/
Dtarget.c192 return VG_(describe_IP) (addr, NULL); in sym()
Dm_gdbserver.c147 name = VG_(describe_IP) (addr, NULL); in sym()
/external/valgrind/coregrind/
Dm_stacktrace.c1678 const HChar *buf = VG_(describe_IP)(ip, iipc); in printIpDesc()
/external/valgrind/massif/
Dms_main.c2148 ip_desc = VG_(describe_IP)(sxpt->Sig.ip-1, NULL); in pp_snapshot_SXPt()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c2207 const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor *iipc) in VG_() argument