Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dpub_core_tooliface.h120 void (*tool_before_pp_Error) (Error*); member
Dm_errormgr.c601 VG_TDICT_CALL( tool_before_pp_Error, err ); in pp_Error()
620 VG_TDICT_CALL( tool_before_pp_Error, err ); in pp_Error()
Dm_tooliface.c241 VG_(tdict).tool_before_pp_Error = before_pp; in VG_()