Home
last modified time | relevance | path

Searched refs:get_ExeContext_n_ips (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/include/
Dpub_tool_execontext.h97 extern Int VG_(get_ExeContext_n_ips)( const ExeContext* e );
/external/valgrind/coregrind/
Dm_execontext.c483 Int VG_(get_ExeContext_n_ips)( const ExeContext* e ) { in VG_() argument
Dm_errormgr.c411 UInt n_ips = VG_(get_ExeContext_n_ips)(ec); in gen_suppression()
447 VG_(get_ExeContext_n_ips)(ec)); in gen_suppression()
1931 ip2fo.n_ips = VG_(get_ExeContext_n_ips)(err->where); in is_suppressible_error()