HomeSort by relevance Sort by last modified time
    Searched refs:tool_update_extra (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/
pub_core_tooliface.h 126 UInt (*tool_update_extra) (const Error*); member in struct:__anon42577
m_tooliface.c 252 VG_(tdict).tool_update_extra = update;
m_errormgr.c 788 Then VG_(tdict).tool_update_extra can update the 'extra' part. This
795 VG_(tdict).tool_update_extra returned. Also allow for people using
812 extra_size = VG_TDICT_CALL(tool_update_extra, p);
873 Then update the 'extra' part with VG_(tdict).tool_update_extra),
875 the size return value of VG_(tdict).tool_update_extra, because we're
877 (void)VG_TDICT_CALL(tool_update_extra, &err);
    [all...]

Completed in 65 milliseconds