| /external/libffi/testsuite/libffi.closures/ |
| D | unwindtest.cc | 68 } catch (int exception_code) in main() local 70 CHECK(exception_code == 9); in main() 109 } catch (int exception_code) in main() local 111 CHECK(exception_code == 255); in main()
|
| D | unwindtest_ffi_call.cc | 46 } catch (int exception_code) in main() local 48 CHECK(exception_code == 9); in main()
|
| /external/libffi/testsuite/libffi.call/ |
| D | unwindtest.cc | 68 } catch (int exception_code) in main() local 70 CHECK(exception_code == 9); in main() 109 } catch (int exception_code) in main() local 111 CHECK(exception_code == 255); in main()
|
| D | unwindtest_ffi_call.cc | 46 } catch (int exception_code) in main() local 48 CHECK(exception_code == 9); in main()
|
| /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
| D | unwindtest.cc | 68 } catch (int exception_code) in main() local 70 CHECK(exception_code == 9); in main() 109 } catch (int exception_code) in main() local 111 CHECK(exception_code == 255); in main()
|
| D | unwindtest_ffi_call.cc | 46 } catch (int exception_code) in main() local 48 CHECK(exception_code == 9); in main()
|
| /external/google-breakpad/src/client/mac/crash_generation/ |
| D | crash_generation_client.cc | 39 int exception_code, in RequestDumpForException() argument 54 info.exception_code = exception_code; in RequestDumpForException()
|
| D | crash_generation_server.cc | 125 if (info.exception_type && info.exception_code) { in WaitForOneMessage() 127 info.exception_code, in WaitForOneMessage()
|
| D | crash_generation_client.h | 47 int exception_code,
|
| D | crash_generation_server.h | 53 int32_t exception_code; member
|
| D | Inspector.h | 56 int exception_code; member
|
| /external/google-breakpad/src/client/mac/handler/ |
| D | exception_handler.cc | 351 int exception_code, in WriteMinidumpWithException() argument 367 exception_code, in WriteMinidumpWithException() 375 if (exception_type && exception_code) { in WriteMinidumpWithException() 382 exception_code, in WriteMinidumpWithException() 400 if (exception_type && exception_code) { in WriteMinidumpWithException() 406 md.SetExceptionInformation(exception_type, exception_code, in WriteMinidumpWithException() 526 int exception_code = 0; in WaitForMessage() local 531 exception_code = EXC_I386_BPT; in WaitForMessage() 533 exception_code = EXC_PPC_BREAKPOINT; in WaitForMessage() 535 exception_code = EXC_ARM_BREAKPOINT; in WaitForMessage() [all …]
|
| D | exception_handler.h | 97 int exception_code, 190 int exception_code,
|
| /external/google-breakpad/src/client/windows/crash_generation/ |
| D | minidump_generator.cc | 71 DWORD* exception_code); 118 DWORD exception_code; in CollectHandleData() local 119 if (!ReadExceptionCode(process_handle, exception_pointers, &exception_code)) { in CollectHandleData() 126 if (exception_code != STATUS_INVALID_HANDLE) { in CollectHandleData() 205 DWORD* exception_code) { in ReadExceptionCode() argument 217 exception_code, in ReadExceptionCode() 218 sizeof(*exception_code), in ReadExceptionCode()
|
| /external/google-breakpad/src/client/ios/ |
| D | exception_handler_no_mach.cc | 119 int exception_code, in WriteMinidumpWithException() argument 134 exception_code, in WriteMinidumpWithException() 150 if (exception_type && exception_code) { in WriteMinidumpWithException() 156 md.SetExceptionInformation(exception_type, exception_code, in WriteMinidumpWithException()
|
| D | exception_handler_no_mach.h | 75 int exception_code, 127 int exception_code,
|
| D | Breakpad.h | 61 int exception_code,
|
| /external/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
| D | user-exception.cpp | 20 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local 21 if (exception_code == EXCEPTION_ACCESS_VIOLATION) { in SEHHandler()
|
| /external/google-breakpad/src/processor/ |
| D | exploitability_win.cc | 102 uint32_t exception_code = raw_exception->exception_record.exception_code; in CheckPlatformExploitability() local 124 switch (exception_code) { in CheckPlatformExploitability()
|
| D | minidump_processor.cc | 121 exception->exception()->exception_record.exception_code, in Process() 745 uint32_t exception_code = raw_exception->exception_record.exception_code; in GetCrashReason() local 748 snprintf(reason_string, sizeof(reason_string), "0x%08x / %s", exception_code, in GetCrashReason() 758 switch (exception_code) { in GetCrashReason() 807 switch (exception_code) { in GetCrashReason() 1144 switch (exception_code) { in GetCrashReason() 1317 switch (exception_code) { in GetCrashReason() 1521 switch (exception_code) { in GetCrashReason() 1650 switch (exception_code) { in GetCrashReason()
|
| /external/google-breakpad/src/client/mac/Framework/ |
| D | Breakpad.h | 66 int exception_code,
|
| D | Breakpad.mm | 185 int exception_code, 190 int exception_code, 266 int exception_code, 277 exception_code, 680 int exception_code, 685 exception_code, 714 info.exception_code = exception_code;
|
| /external/google-breakpad/src/client/mac/tests/ |
| D | BreakpadFramework_Test.mm | 65 int exception_code, 70 int exception_code, 76 andCode:exception_code
|
| D | exception_handler_test.cc | 138 raw_exception->exception_record.exception_code); in InProcessCrash() 143 raw_exception->exception_record.exception_code); in InProcessCrash() 234 raw_exception->exception_record.exception_code); in TEST_F()
|
| /external/llvm-project/compiler-rt/lib/asan/ |
| D | asan_win.cpp | 68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local 69 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
|