Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dpub_core_tooliface.h123 UInt (*tool_update_extra) (Error*); member
Dm_errormgr.c817 extra_size = VG_TDICT_CALL(tool_update_extra, p); in VG_()
878 (void)VG_TDICT_CALL(tool_update_extra, &err); in VG_()
Dm_tooliface.c244 VG_(tdict).tool_update_extra = update; in VG_()