Searched defs:_Error (Results 1 – 1 of 1) sorted by relevance
128 struct _Error { struct129 struct _Error* next; argument133 UInt unique;135 Supp* supp;136 Int count;139 ThreadId tid; // Initialised by core140 ExeContext* where; // Initialised by core141 ErrorKind ekind; // Used by ALL. Must be in the range (0..)142 Addr addr; // Used frequently143 const HChar* string; // Used frequently[all …]