Home
last modified time | relevance | path

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

/external/valgrind/main/include/
Dpub_tool_execontext.h94 extern Int VG_(get_ExeContext_n_ips)( ExeContext* e );
/external/valgrind/main/coregrind/
Dm_errormgr.c379 UInt n_ips = VG_(get_ExeContext_n_ips)(ec); in gen_suppression()
415 VG_(get_ExeContext_n_ips)(ec)); in gen_suppression()
520 UWord n_ips = VG_(get_ExeContext_n_ips)(err->where); in ErrHasNoFunctionNamesNorObjectFileNames()
1422 UWord n_ips = VG_(get_ExeContext_n_ips)(err->where); in supp_matches_callers()
Dm_execontext.c452 Int VG_(get_ExeContext_n_ips)( ExeContext* e ) { in VG_() argument