Home
last modified time | relevance | path

Searched defs:_Error (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_errormgr.c129 struct _Error { struct
130 struct _Error* next; argument
134 UInt unique;
136 Supp* supp;
137 Int count;
140 ThreadId tid; // Initialised by core
141 ExeContext* where; // Initialised by core
142 ErrorKind ekind; // Used by ALL. Must be in the range (0..)
143 Addr addr; // Used frequently
144 const HChar* string; // Used frequently
[all …]