Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_tooliface.h131 SizeT (*tool_get_extra_suppression_info) (const Error*,/*OUT*/HChar*,Int); member
Dm_tooliface.c255 VG_(tdict).tool_get_extra_suppression_info = get_xtra_si; in VG_()
Dm_errormgr.c400 num_written = VG_TDICT_CALL(tool_get_extra_suppression_info, in gen_suppression()