Home
last modified time | relevance | path

Searched refs:exception_context (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc569 CONTEXT exception_context = {}; in HandleInvalidParameter() local
570 EXCEPTION_POINTERS exception_ptrs = { &exception_record, &exception_context }; in HandleInvalidParameter()
572 ::RtlCaptureContext(&exception_context); in HandleInvalidParameter()
649 CONTEXT exception_context = {}; in HandlePureVirtualCall() local
650 EXCEPTION_POINTERS exception_ptrs = { &exception_record, &exception_context }; in HandlePureVirtualCall()
652 ::RtlCaptureContext(&exception_context); in HandlePureVirtualCall()
741 CONTEXT exception_context = {}; in WriteMinidump() local
742 EXCEPTION_POINTERS exception_ptrs = { &exception_record, &exception_context }; in WriteMinidump()
744 ::RtlCaptureContext(&exception_context); in WriteMinidump()
/external/libpng/contrib/visupng/
Dcexcept.h197 struct exception_context { \
DPngFile.c23 extern struct exception_context the_exception_context[1];
24 struct exception_context the_exception_context[1];
/external/v8/tools/
Dgrokdump.py608 self.exception_context = None
637 self.exception_context = MINIDUMP_CONTEXT_X86.Read(
640 self.exception_context = MINIDUMP_CONTEXT_AMD64.Read(
643 self.exception_context = MINIDUMP_CONTEXT_ARM.Read(
646 self.exception_context = MINIDUMP_CONTEXT_ARM64.Read(
648 DebugPrint(self.exception_context)
869 return self.exception_context.rip
871 return self.exception_context.pc
873 return self.exception_context.pc
875 return self.exception_context.eip
[all …]
/external/libpng/contrib/libtests/
Dpngvalid.c177 #define anon_context(ps) struct exception_context *the_exception_context = \
178 &(ps)->exception_context
748 struct exception_context
749 exception_context; member
850 init_exception_context(&ps->exception_context); in store_init()
1086 struct exception_context *the_exception_context = &ps->exception_context; in internal_error()
1104 struct exception_context *the_exception_context = &ps->exception_context; in store_error()
2184 struct exception_context *the_exception_context = &ps->exception_context; in set_store_for_read()
11599 struct exception_context *the_exception_context = in signal_handler()
11600 &pm.this.exception_context; in signal_handler()