Searched defs:Supp (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_errormgr.h127 Supp; typedef in typeref:struct:_Supp
130 SuppKind VG_(get_supp_kind) ( const Supp* su );
131 HChar* VG_(get_supp_string) ( const Supp* su );
132 void* VG_(get_supp_extra) ( const Supp* su );
135 void VG_(set_supp_kind) ( Supp* su, SuppKind suppkind );
137 void VG_(set_supp_string) ( Supp* su, HChar* string );
138 void VG_(set_supp_extra) ( Supp* su, void* extra );
/external/valgrind/coregrind/
H A Dm_tooliface.c236 Bool (*recog) (const HChar*, Supp*),
237 Bool (*read_extra) (Int, HChar**, SizeT*, Int*, Supp*),
238 Bool (*matches) (const Error*, const Supp*),
241 SizeT (*print_xtra_su)(const Supp*,/*OUT*/HChar*,Int),
242 void (*update_xtra_su)(const Error*, const Supp*)
230 needs_tool_errors( Bool (eq) VgRes, const Error*, const Error*), void (*before_pp) (const Error*), void (*pp) (const Error*), Bool show_TIDs, UInt (*update) (const Error*), Bool (*recog) (const HChar*, Supp*), Bool (*read_extra) (Int, HChar**, SizeT*, Int*, Supp*), Bool (*matches) (const Error*, const Supp*), const HChar* (*name) (const Error*), SizeT (*get_xtra_si)(const Error*, HChar*,Int), SizeT (*print_xtra_su)(const Supp*, HChar*,Int), void (*update_xtra_su)(const Error*, const Supp*) ) argument

Completed in 171 milliseconds