OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tool_update_extra
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/
pub_core_tooliface.h
123
UInt (*
tool_update_extra
) (Error*);
member in struct:__anon30744
m_tooliface.c
244
VG_(tdict).
tool_update_extra
= update;
m_errormgr.c
768
Then VG_(tdict).
tool_update_extra
can update the 'extra' part. This
775
VG_(tdict).
tool_update_extra
returned. Also allow for people using
792
extra_size = VG_TDICT_CALL(
tool_update_extra
, p);
845
Then update the 'extra' part with VG_(tdict).
tool_update_extra
),
847
the size return value of VG_(tdict).
tool_update_extra
, because we're
849
(void)VG_TDICT_CALL(
tool_update_extra
, &err);
[
all
...]
Completed in 63 milliseconds