Lines Matching refs:error
183 const DWORD error = GetLastError(); // "eat" the error anyway
185 fprintf(stderr, "SymFromAddr returned error : %lu\n", error);
218 const DWORD error = GetLastError(); // "eat" the error anyway
220 fprintf(stderr, "SymGetLineFromAddr64 returned error : %lu\n", error);
241 const DWORD error = GetLastError(); // "eat" the error anyway
243 fprintf(stderr, "UnDecorateSymbolName returned error %lu\n", error);