Home
last modified time | relevance | path

Searched refs:ExceptionRecord (Results 1 – 25 of 1991) sorted by relevance

12345678910>>...80

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/minidump/
H A Dminidump_exception_writer_test.cc72 EXPECT_EQ(observed->ExceptionRecord.ExceptionCode, in ExpectExceptionStream()
73 expected->ExceptionRecord.ExceptionCode); in ExpectExceptionStream()
74 EXPECT_EQ(observed->ExceptionRecord.ExceptionFlags, in ExpectExceptionStream()
75 expected->ExceptionRecord.ExceptionFlags); in ExpectExceptionStream()
76 EXPECT_EQ(observed->ExceptionRecord.ExceptionRecord, in ExpectExceptionStream()
77 expected->ExceptionRecord.ExceptionRecord); in ExpectExceptionStream()
78 EXPECT_EQ(observed->ExceptionRecord.ExceptionAddress, in ExpectExceptionStream()
79 expected->ExceptionRecord.ExceptionAddress); in ExpectExceptionStream()
80 EXPECT_EQ(observed->ExceptionRecord.NumberParameters, in ExpectExceptionStream()
176 expected_exception_stream.ExceptionRecord.ExceptionRecord = kExceptionRecord; in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/minidump/
H A Dminidump_exception_writer_test.cc72 EXPECT_EQ(observed->ExceptionRecord.ExceptionCode, in ExpectExceptionStream()
73 expected->ExceptionRecord.ExceptionCode); in ExpectExceptionStream()
74 EXPECT_EQ(observed->ExceptionRecord.ExceptionFlags, in ExpectExceptionStream()
75 expected->ExceptionRecord.ExceptionFlags); in ExpectExceptionStream()
76 EXPECT_EQ(observed->ExceptionRecord.ExceptionRecord, in ExpectExceptionStream()
77 expected->ExceptionRecord.ExceptionRecord); in ExpectExceptionStream()
78 EXPECT_EQ(observed->ExceptionRecord.ExceptionAddress, in ExpectExceptionStream()
79 expected->ExceptionRecord.ExceptionAddress); in ExpectExceptionStream()
80 EXPECT_EQ(observed->ExceptionRecord.NumberParameters, in ExpectExceptionStream()
176 expected_exception_stream.ExceptionRecord.ExceptionRecord = kExceptionRecord; in TEST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h25 class ExceptionRecord {
27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() function
30 if (record.ExceptionRecord) in ExceptionRecord()
32 new ExceptionRecord(*record.ExceptionRecord, thread_id)); in ExceptionRecord()
40 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord() function
48 if (record.ExceptionRecord) { in ExceptionRecord()
49 m_next_exception.reset(new ExceptionRecord( in ExceptionRecord()
50 *reinterpret_cast<const MINIDUMP_EXCEPTION *>(record.ExceptionRecord), in ExceptionRecord()
55 virtual ~ExceptionRecord() {} in ~ExceptionRecord()
60 const ExceptionRecord *GetNextException() const { in GetNextException()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h25 class ExceptionRecord {
27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() function
30 if (record.ExceptionRecord) in ExceptionRecord()
32 new ExceptionRecord(*record.ExceptionRecord, thread_id)); in ExceptionRecord()
40 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord() function
48 if (record.ExceptionRecord) { in ExceptionRecord()
49 m_next_exception.reset(new ExceptionRecord( in ExceptionRecord()
50 *reinterpret_cast<const MINIDUMP_EXCEPTION *>(record.ExceptionRecord), in ExceptionRecord()
55 virtual ~ExceptionRecord() {} in ~ExceptionRecord()
60 const ExceptionRecord *GetNextException() const { in GetNextException()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h25 class ExceptionRecord {
27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() function
30 if (record.ExceptionRecord) in ExceptionRecord()
32 new ExceptionRecord(*record.ExceptionRecord, thread_id)); in ExceptionRecord()
40 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord() function
48 if (record.ExceptionRecord) { in ExceptionRecord()
49 m_next_exception.reset(new ExceptionRecord( in ExceptionRecord()
50 *reinterpret_cast<const MINIDUMP_EXCEPTION *>(record.ExceptionRecord), in ExceptionRecord()
55 virtual ~ExceptionRecord() {} in ~ExceptionRecord()
60 const ExceptionRecord *GetNextException() const { in GetNextException()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h25 class ExceptionRecord {
27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() function
30 if (record.ExceptionRecord) in ExceptionRecord()
32 new ExceptionRecord(*record.ExceptionRecord, thread_id)); in ExceptionRecord()
40 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord() function
48 if (record.ExceptionRecord) { in ExceptionRecord()
49 m_next_exception.reset(new ExceptionRecord( in ExceptionRecord()
50 *reinterpret_cast<const MINIDUMP_EXCEPTION *>(record.ExceptionRecord), in ExceptionRecord()
55 virtual ~ExceptionRecord() {} in ~ExceptionRecord()
60 const ExceptionRecord *GetNextException() const { in GetNextException()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h25 class ExceptionRecord {
27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() function
30 if (record.ExceptionRecord) in ExceptionRecord()
32 new ExceptionRecord(*record.ExceptionRecord, thread_id)); in ExceptionRecord()
40 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord() function
48 if (record.ExceptionRecord) { in ExceptionRecord()
49 m_next_exception.reset(new ExceptionRecord( in ExceptionRecord()
50 *reinterpret_cast<const MINIDUMP_EXCEPTION *>(record.ExceptionRecord), in ExceptionRecord()
55 virtual ~ExceptionRecord() {} in ~ExceptionRecord()
60 const ExceptionRecord *GetNextException() const { in GetNextException()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h25 class ExceptionRecord {
27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() function
30 if (record.ExceptionRecord) in ExceptionRecord()
32 new ExceptionRecord(*record.ExceptionRecord, thread_id)); in ExceptionRecord()
40 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord() function
48 if (record.ExceptionRecord) { in ExceptionRecord()
49 m_next_exception.reset(new ExceptionRecord( in ExceptionRecord()
50 *reinterpret_cast<const MINIDUMP_EXCEPTION *>(record.ExceptionRecord), in ExceptionRecord()
55 virtual ~ExceptionRecord() {} in ~ExceptionRecord()
60 const ExceptionRecord *GetNextException() const { in GetNextException()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h25 class ExceptionRecord {
27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() function
30 if (record.ExceptionRecord) in ExceptionRecord()
32 new ExceptionRecord(*record.ExceptionRecord, thread_id)); in ExceptionRecord()
40 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord() function
48 if (record.ExceptionRecord) { in ExceptionRecord()
49 m_next_exception.reset(new ExceptionRecord( in ExceptionRecord()
50 *reinterpret_cast<const MINIDUMP_EXCEPTION *>(record.ExceptionRecord), in ExceptionRecord()
55 virtual ~ExceptionRecord() {} in ~ExceptionRecord()
60 const ExceptionRecord *GetNextException() const { in GetNextException()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h25 class ExceptionRecord {
27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() function
30 if (record.ExceptionRecord) in ExceptionRecord()
32 new ExceptionRecord(*record.ExceptionRecord, thread_id)); in ExceptionRecord()
40 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord() function
48 if (record.ExceptionRecord) { in ExceptionRecord()
49 m_next_exception.reset(new ExceptionRecord( in ExceptionRecord()
50 *reinterpret_cast<const MINIDUMP_EXCEPTION *>(record.ExceptionRecord), in ExceptionRecord()
55 virtual ~ExceptionRecord() {} in ~ExceptionRecord()
60 const ExceptionRecord *GetNextException() const { in GetNextException()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h25 class ExceptionRecord {
27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() function
30 if (record.ExceptionRecord) in ExceptionRecord()
32 new ExceptionRecord(*record.ExceptionRecord, thread_id)); in ExceptionRecord()
40 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord() function
48 if (record.ExceptionRecord) { in ExceptionRecord()
49 m_next_exception.reset(new ExceptionRecord( in ExceptionRecord()
50 *reinterpret_cast<const MINIDUMP_EXCEPTION *>(record.ExceptionRecord), in ExceptionRecord()
55 virtual ~ExceptionRecord() {} in ~ExceptionRecord()
60 const ExceptionRecord *GetNextException() const { in GetNextException()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h25 class ExceptionRecord {
27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() function
30 if (record.ExceptionRecord) in ExceptionRecord()
32 new ExceptionRecord(*record.ExceptionRecord, thread_id)); in ExceptionRecord()
40 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord() function
48 if (record.ExceptionRecord) { in ExceptionRecord()
49 m_next_exception.reset(new ExceptionRecord( in ExceptionRecord()
50 *reinterpret_cast<const MINIDUMP_EXCEPTION *>(record.ExceptionRecord), in ExceptionRecord()
55 virtual ~ExceptionRecord() {} in ~ExceptionRecord()
60 const ExceptionRecord *GetNextException() const { in GetNextException()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/sigsegv/src/
H A Dhandler-win32.c124 && ExceptionInfo->ExceptionRecord->ExceptionCode == STATUS_STACK_OVERFLOW in main_exception_filter()
128 && ExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_ACCESS_VIOLATION in main_exception_filter()
134 ExceptionInfo->ExceptionRecord->ExceptionCode); in main_exception_filter()
136 ExceptionInfo->ExceptionRecord->ExceptionFlags); in main_exception_filter()
138 ExceptionInfo->ExceptionRecord->ExceptionAddress); in main_exception_filter()
142 for (i = 0; i < ExceptionInfo->ExceptionRecord->NumberParameters; i++) in main_exception_filter()
144 ExceptionInfo->ExceptionRecord->ExceptionInformation[i]); in main_exception_filter()
158 if (ExceptionInfo->ExceptionRecord->NumberParameters == 2) in main_exception_filter()
161 && ExceptionInfo->ExceptionRecord->ExceptionCode == STATUS_STACK_OVERFLOW) in main_exception_filter()
186 && ExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) in main_exception_filter()
[all …]
/dports/devel/libsigsegv/libsigsegv-2.12/src/
H A Dhandler-win32.c159 && ExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_STACK_OVERFLOW in main_exception_filter()
163 (ExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_ACCESS_VIOLATION in main_exception_filter()
174 ExceptionInfo->ExceptionRecord->ExceptionCode); in main_exception_filter()
176 ExceptionInfo->ExceptionRecord->ExceptionFlags); in main_exception_filter()
178 ExceptionInfo->ExceptionRecord->ExceptionAddress); in main_exception_filter()
182 for (i = 0; i < ExceptionInfo->ExceptionRecord->NumberParameters; i++) in main_exception_filter()
184 ExceptionInfo->ExceptionRecord->ExceptionInformation[i]); in main_exception_filter()
198 if (ExceptionInfo->ExceptionRecord->NumberParameters == 2) in main_exception_filter()
201 && ExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_STACK_OVERFLOW) in main_exception_filter()
226 if (ExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) in main_exception_filter()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dseh_init.c79 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg);
85 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg) in __gnat_map_SEH() argument
87 switch (ExceptionRecord->ExceptionCode) in __gnat_map_SEH()
93 if ((ExceptionRecord->ExceptionInformation[1] & 3) != 0 in __gnat_map_SEH()
95 ((FARPROC)(ExceptionRecord->ExceptionInformation[1] + 4096))) in __gnat_map_SEH()
176 __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, in __gnat_SEH_error_handler() argument
184 exception = __gnat_map_SEH (ExceptionRecord, &msg); in __gnat_SEH_error_handler()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dseh_init.c79 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg);
85 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg) in __gnat_map_SEH() argument
87 switch (ExceptionRecord->ExceptionCode) in __gnat_map_SEH()
93 if ((ExceptionRecord->ExceptionInformation[1] & 3) != 0 in __gnat_map_SEH()
95 ((FARPROC)(ExceptionRecord->ExceptionInformation[1] + 4096))) in __gnat_map_SEH()
176 __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, in __gnat_SEH_error_handler() argument
184 exception = __gnat_map_SEH (ExceptionRecord, &msg); in __gnat_SEH_error_handler()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dseh_init.c79 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg);
85 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg) in __gnat_map_SEH() argument
87 switch (ExceptionRecord->ExceptionCode) in __gnat_map_SEH()
93 if ((ExceptionRecord->ExceptionInformation[1] & 3) != 0 in __gnat_map_SEH()
95 ((FARPROC)(ExceptionRecord->ExceptionInformation[1] + 4096))) in __gnat_map_SEH()
176 __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, in __gnat_SEH_error_handler() argument
184 exception = __gnat_map_SEH (ExceptionRecord, &msg); in __gnat_SEH_error_handler()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dseh_init.c82 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg);
88 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg) in __gnat_map_SEH() argument
90 switch (ExceptionRecord->ExceptionCode) in __gnat_map_SEH()
96 if ((ExceptionRecord->ExceptionInformation[1] & 3) != 0 in __gnat_map_SEH()
98 ((FARPROC)(ExceptionRecord->ExceptionInformation[1] + 4096))) in __gnat_map_SEH()
179 __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, in __gnat_SEH_error_handler() argument
187 exception = __gnat_map_SEH (ExceptionRecord, &msg); in __gnat_SEH_error_handler()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dseh_init.c82 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg);
88 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg) in __gnat_map_SEH() argument
90 switch (ExceptionRecord->ExceptionCode) in __gnat_map_SEH()
96 if ((ExceptionRecord->ExceptionInformation[1] & 3) != 0 in __gnat_map_SEH()
98 ((FARPROC)(ExceptionRecord->ExceptionInformation[1] + 4096))) in __gnat_map_SEH()
179 __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, in __gnat_SEH_error_handler() argument
187 exception = __gnat_map_SEH (ExceptionRecord, &msg); in __gnat_SEH_error_handler()
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dseh_init.c81 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg);
87 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg) in __gnat_map_SEH() argument
89 switch (ExceptionRecord->ExceptionCode) in __gnat_map_SEH()
94 if ((ExceptionRecord->ExceptionInformation[1] & 3) != 0 in __gnat_map_SEH()
96 ((FARPROC)(ExceptionRecord->ExceptionInformation[1] + 4096))) in __gnat_map_SEH()
179 __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, in __gnat_SEH_error_handler() argument
187 exception = __gnat_map_SEH (ExceptionRecord, &msg); in __gnat_SEH_error_handler()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dseh_init.c82 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg);
88 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg) in __gnat_map_SEH() argument
90 switch (ExceptionRecord->ExceptionCode) in __gnat_map_SEH()
96 if ((ExceptionRecord->ExceptionInformation[1] & 3) != 0 in __gnat_map_SEH()
98 ((FARPROC)(ExceptionRecord->ExceptionInformation[1] + 4096))) in __gnat_map_SEH()
179 __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, in __gnat_SEH_error_handler() argument
187 exception = __gnat_map_SEH (ExceptionRecord, &msg); in __gnat_SEH_error_handler()
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dseh_init.c82 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg);
88 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg) in __gnat_map_SEH() argument
90 switch (ExceptionRecord->ExceptionCode) in __gnat_map_SEH()
96 if ((ExceptionRecord->ExceptionInformation[1] & 3) != 0 in __gnat_map_SEH()
98 ((FARPROC)(ExceptionRecord->ExceptionInformation[1] + 4096))) in __gnat_map_SEH()
179 __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, in __gnat_SEH_error_handler() argument
187 exception = __gnat_map_SEH (ExceptionRecord, &msg); in __gnat_SEH_error_handler()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dseh_init.c82 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg);
88 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg) in __gnat_map_SEH() argument
90 switch (ExceptionRecord->ExceptionCode) in __gnat_map_SEH()
96 if ((ExceptionRecord->ExceptionInformation[1] & 3) != 0 in __gnat_map_SEH()
98 ((FARPROC)(ExceptionRecord->ExceptionInformation[1] + 4096))) in __gnat_map_SEH()
179 __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, in __gnat_SEH_error_handler() argument
187 exception = __gnat_map_SEH (ExceptionRecord, &msg); in __gnat_SEH_error_handler()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dseh_init.c81 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg);
87 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg) in __gnat_map_SEH() argument
89 switch (ExceptionRecord->ExceptionCode) in __gnat_map_SEH()
94 if ((ExceptionRecord->ExceptionInformation[1] & 3) != 0 in __gnat_map_SEH()
96 ((FARPROC)(ExceptionRecord->ExceptionInformation[1] + 4096))) in __gnat_map_SEH()
179 __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, in __gnat_SEH_error_handler() argument
187 exception = __gnat_map_SEH (ExceptionRecord, &msg); in __gnat_SEH_error_handler()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dseh_init.c81 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg);
87 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg) in __gnat_map_SEH() argument
89 switch (ExceptionRecord->ExceptionCode) in __gnat_map_SEH()
94 if ((ExceptionRecord->ExceptionInformation[1] & 3) != 0 in __gnat_map_SEH()
96 ((FARPROC)(ExceptionRecord->ExceptionInformation[1] + 4096))) in __gnat_map_SEH()
179 __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, in __gnat_SEH_error_handler() argument
187 exception = __gnat_map_SEH (ExceptionRecord, &msg); in __gnat_SEH_error_handler()

12345678910>>...80