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

/external/valgrind/main/include/
H A Dpub_tool_debuginfo.h128 extern Char* VG_(describe_IP)(Addr eip, Char* buf, Int n_buf);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dtarget.c172 VG_(describe_IP) (addr, buf, 200);
H A Dm_gdbserver.c145 VG_(describe_IP) (addr, buf[w], 200);
/external/valgrind/main/coregrind/
H A Dm_stacktrace.c1098 VG_(describe_IP)(ip, buf, BUF_LEN);
/external/valgrind/main/massif/
H A Dms_main.c2200 ip_desc = VG_(describe_IP)(sxpt->Sig.ip-1, ip_desc, BUF_LEN);
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1805 /* VG_(describe_IP): print into buf info on code address, function
1866 Char* VG_(describe_IP)(Addr eip, Char* buf, Int n_buf) function

Completed in 104 milliseconds