Home
last modified time | relevance | path

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

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