Home
last modified time | relevance | path

Searched refs:exception_code (Results 1 – 25 of 51) sorted by relevance

123

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dunwindtest.cc68 } 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()
Dunwindtest_ffi_call.cc46 } catch (int exception_code) in main() local
48 CHECK(exception_code == 9); in main()
/external/libffi/testsuite/libffi.call/
Dunwindtest.cc68 } 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()
Dunwindtest_ffi_call.cc46 } catch (int exception_code) in main() local
48 CHECK(exception_code == 9); in main()
/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_client.cc39 int exception_code, in RequestDumpForException() argument
54 info.exception_code = exception_code; in RequestDumpForException()
Dcrash_generation_server.cc125 if (info.exception_type && info.exception_code) { in WaitForOneMessage()
127 info.exception_code, in WaitForOneMessage()
Dcrash_generation_client.h47 int exception_code,
Dcrash_generation_server.h53 int32_t exception_code; member
DInspector.h56 int exception_code; member
DInspector.mm203 exception_code_ = info.exception_code;
217 printf("exception_code = %d\n", exception_code_);
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc351 int exception_code, in WriteMinidumpWithException() argument
362 exception_code, in WriteMinidumpWithException()
370 if (exception_type && exception_code) { in WriteMinidumpWithException()
377 exception_code, in WriteMinidumpWithException()
395 if (exception_type && exception_code) { in WriteMinidumpWithException()
401 md.SetExceptionInformation(exception_type, exception_code, in WriteMinidumpWithException()
521 int exception_code = 0; in WaitForMessage() local
526 exception_code = EXC_I386_BPT; in WaitForMessage()
528 exception_code = EXC_PPC_BREAKPOINT; in WaitForMessage()
530 exception_code = EXC_ARM_BREAKPOINT; in WaitForMessage()
[all …]
Dexception_handler.h97 int exception_code,
190 int exception_code,
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.cc71 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/u-boot/arch/riscv/lib/
Dinterrupts.c65 static const char * const exception_code[] = { in _exit_trap() local
74 code, exception_code[code], epc, regs->ra); in _exit_trap()
/external/google-breakpad/src/processor/
Dexploitability_win.cc102 uint32_t exception_code = raw_exception->exception_record.exception_code; in CheckPlatformExploitability() local
128 switch (exception_code) { in CheckPlatformExploitability()
Dminidump_processor.cc670 uint32_t exception_code = raw_exception->exception_record.exception_code; in GetCrashReason() local
673 exception_code, exception_flags); in GetCrashReason()
685 switch (exception_code) { in GetCrashReason()
999 switch (exception_code) { in GetCrashReason()
1163 switch (exception_code) { in GetCrashReason()
1268 switch (exception_code) { in GetCrashReason()
1397 switch (exception_code) { in GetCrashReason()
Dminidump_unittest.cc733 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
807 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
892 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
974 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
1037 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
1121 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
1220 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
Dsynth_minidump.cc300 uint32_t exception_code, in Exception() argument
306 D32(exception_code); in Exception()
Dsynth_minidump.h278 uint32_t exception_code = 0,
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.h66 int exception_code,
DBreakpad.mm185 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/
DBreakpadFramework_Test.mm65 int exception_code,
70 int exception_code,
76 andCode:exception_code
Dexception_handler_test.cc137 raw_exception->exception_record.exception_code); in InProcessCrash()
142 raw_exception->exception_record.exception_code); in InProcessCrash()
233 raw_exception->exception_record.exception_code); in TEST_F()
/external/google-breakpad/src/client/ios/
DBreakpad.h61 int exception_code,
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c208 #define EXCEPTION_CODE_INFO(exception_code) {exception_code, #exception_code} argument

123