Searched defs:_Error (Results 1 – 1 of 1) sorted by relevance
129 struct _Error { struct130 struct _Error* next; argument134 UInt unique;136 Supp* supp;137 Int count;140 ThreadId tid; // Initialised by core141 ExeContext* where; // Initialised by core142 ErrorKind ekind; // Used by ALL. Must be in the range (0..)143 Addr addr; // Used frequently144 const HChar* string; // Used frequently[all …]