OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionRecord
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win.cpp
54
EXCEPTION_RECORD *exception_record = info->
ExceptionRecord
;
68
DWORD exception_code = info->
ExceptionRecord
->ExceptionCode;
90
INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *
ExceptionRecord
) {
94
if (
ExceptionRecord
->ExceptionCode != DBG_PRINTEXCEPTION_C)
96
REAL(RtlRaiseException)(
ExceptionRecord
);
293
if (exception_pointers->
ExceptionRecord
->ExceptionCode !=
295
exception_pointers->
ExceptionRecord
->NumberParameters < 2) {
302
(uptr)(exception_pointers->
ExceptionRecord
->ExceptionInformation[1]);
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win.cpp
54
EXCEPTION_RECORD *exception_record = info->
ExceptionRecord
;
68
DWORD exception_code = info->
ExceptionRecord
->ExceptionCode;
90
INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *
ExceptionRecord
) {
94
if (
ExceptionRecord
->ExceptionCode != DBG_PRINTEXCEPTION_C)
96
REAL(RtlRaiseException)(
ExceptionRecord
);
278
if (exception_pointers->
ExceptionRecord
->ExceptionCode !=
280
exception_pointers->
ExceptionRecord
->NumberParameters < 2) {
287
(uptr)(exception_pointers->
ExceptionRecord
->ExceptionInformation[1]);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win.cc
55
EXCEPTION_RECORD *exception_record = info->
ExceptionRecord
;
69
DWORD exception_code = info->
ExceptionRecord
->ExceptionCode;
91
INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *
ExceptionRecord
) {
95
if (
ExceptionRecord
->ExceptionCode != DBG_PRINTEXCEPTION_C)
97
REAL(RtlRaiseException)(
ExceptionRecord
);
258
if (exception_pointers->
ExceptionRecord
->ExceptionCode !=
265
(uptr)(exception_pointers->
ExceptionRecord
->ExceptionInformation[1]);
/src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
511
<< Exception.
ExceptionRecord
.ExceptionAddress
514
Exception.
ExceptionRecord
.ExceptionCode)
515
<< " (" << Exception.
ExceptionRecord
.ExceptionCode << ")\n";
522
errs() << Exception.
ExceptionRecord
.ExceptionAddress
525
Exception.
ExceptionRecord
.ExceptionCode)
526
<< " (" << Exception.
ExceptionRecord
.ExceptionCode
/src/external/apache2/llvm/dist/llvm/lib/Support/
CrashRecoveryContext.cpp
210
int RetCode = (int)Except->
ExceptionRecord
->ExceptionCode;
269
switch (ExceptionInfo->
ExceptionRecord
->ExceptionCode)
290
int RetCode = (int)ExceptionInfo->
ExceptionRecord
->ExceptionCode;
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Minidump.h
235
support::ulittle64_t
ExceptionRecord
;
246
Exception
ExceptionRecord
;
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilWindows.cpp
34
switch (ExceptionInfo->
ExceptionRecord
->ExceptionCode) {
/src/external/gpl3/gdb.old/dist/gdb/nat/
windows-nat.c
352
current_event.u.Exception.
ExceptionRecord
.ExceptionAddress))
354
EXCEPTION_RECORD *rec = ¤t_event.u.Exception.
ExceptionRecord
;
491
(unsigned) current_event.u.Exception.
ExceptionRecord
.ExceptionCode,
493
current_event.u.Exception.
ExceptionRecord
.ExceptionAddress));
/src/external/gpl3/gdb/dist/gdb/nat/
windows-nat.c
352
current_event.u.Exception.
ExceptionRecord
.ExceptionAddress))
354
EXCEPTION_RECORD *rec = ¤t_event.u.Exception.
ExceptionRecord
;
491
(unsigned) current_event.u.Exception.
ExceptionRecord
.ExceptionCode,
493
current_event.u.Exception.
ExceptionRecord
.ExceptionAddress));
/src/external/gpl3/gdb.old/dist/gdbserver/
win32-low.cc
924
windows_process.current_event.u.Exception.
ExceptionRecord
.ExceptionCode
955
&& ((windows_process.current_event.u.Exception.
ExceptionRecord
.ExceptionCode
957
|| (windows_process.current_event.u.Exception.
ExceptionRecord
.ExceptionCode
1317
er32.
ExceptionRecord
1318
= (uintptr_t) windows_process.siginfo_er.
ExceptionRecord
;
/src/external/gpl3/gdb/dist/gdbserver/
win32-low.cc
920
windows_process.current_event.u.Exception.
ExceptionRecord
.ExceptionCode
951
&& ((windows_process.current_event.u.Exception.
ExceptionRecord
.ExceptionCode
953
|| (windows_process.current_event.u.Exception.
ExceptionRecord
.ExceptionCode
1313
er32.
ExceptionRecord
1314
= (uintptr_t) windows_process.siginfo_er.
ExceptionRecord
;
/src/external/gpl3/gdb.old/dist/gdb/
windows-nat.c
1336
the kernel does probably not consider changes in the
ExceptionRecord
1343
current_event.u.Exception.
ExceptionRecord
.ExceptionCode
1689
&& ((current_event->u.Exception.
ExceptionRecord
.ExceptionCode
1691
|| (current_event->u.Exception.
ExceptionRecord
.ExceptionCode
1743
&& ((windows_process.current_event.u.Exception.
ExceptionRecord
.ExceptionCode
1745
|| (windows_process.current_event.u.Exception.
ExceptionRecord
.ExceptionCode
2995
er32.
ExceptionRecord
2996
= (uintptr_t) windows_process.siginfo_er.
ExceptionRecord
;
/src/external/gpl3/gdb/dist/gdb/
windows-nat.c
1340
the kernel does probably not consider changes in the
ExceptionRecord
1347
current_event.u.Exception.
ExceptionRecord
.ExceptionCode
1693
&& ((current_event->u.Exception.
ExceptionRecord
.ExceptionCode
1695
|| (current_event->u.Exception.
ExceptionRecord
.ExceptionCode
1747
&& ((windows_process.current_event.u.Exception.
ExceptionRecord
.ExceptionCode
1749
|| (windows_process.current_event.u.Exception.
ExceptionRecord
.ExceptionCode
2998
er32.
ExceptionRecord
2999
= (uintptr_t) windows_process.siginfo_er.
ExceptionRecord
;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MinidumpYAML.cpp
376
IO.mapRequired("Exception Record", Stream.MDExceptionStream.
ExceptionRecord
);
384
mapOptionalHex(IO, "Exception Record", Exception.
ExceptionRecord
, 0);
/src/external/mit/libuv/dist/src/win/
fs.c
705
if (pep != NULL && pep->
ExceptionRecord
!= NULL &&
706
pep->
ExceptionRecord
->NumberParameters >= 3) {
707
NTSTATUS status = (NTSTATUS)pep->
ExceptionRecord
->ExceptionInformation[3];
/src/external/gpl2/gmake/dist/
main.c
666
PEXCEPTION_RECORD exrec = exinfo->
ExceptionRecord
;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winnt.d
2271
EXCEPTION_RECORD*
ExceptionRecord
;
2279
PEXCEPTION_RECORD
ExceptionRecord
;
winbase.d
1059
EXCEPTION_RECORD
ExceptionRecord
;
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 109 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026