OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exception_record
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_win.cpp
986
EXCEPTION_RECORD
*
exception_record
= (
EXCEPTION_RECORD
*)siginfo;
989
pc = (uptr)
exception_record
->ExceptionAddress;
1005
EXCEPTION_RECORD
*
exception_record
= (
EXCEPTION_RECORD
*)siginfo;
1006
if (
exception_record
->ExceptionCode == EXCEPTION_ACCESS_VIOLATION)
1007
return
exception_record
->ExceptionInformation[1];
1008
return (uptr)
exception_record
->ExceptionAddress
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_win.cpp
943
EXCEPTION_RECORD
*
exception_record
= (
EXCEPTION_RECORD
*)siginfo;
946
pc = (uptr)
exception_record
->ExceptionAddress;
957
EXCEPTION_RECORD
*
exception_record
= (
EXCEPTION_RECORD
*)siginfo;
958
if (
exception_record
->ExceptionCode == EXCEPTION_ACCESS_VIOLATION)
959
return
exception_record
->ExceptionInformation[1];
960
return (uptr)
exception_record
->ExceptionAddress
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win.cc
55
EXCEPTION_RECORD
*
exception_record
= info->ExceptionRecord;
local
60
SignalContext sig(
exception_record
, context);
91
INTERCEPTOR_WINAPI(void, RtlRaiseException,
EXCEPTION_RECORD
*ExceptionRecord) {
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win.cpp
54
EXCEPTION_RECORD
*
exception_record
= info->ExceptionRecord;
local
59
SignalContext sig(
exception_record
, context);
90
INTERCEPTOR_WINAPI(void, RtlRaiseException,
EXCEPTION_RECORD
*ExceptionRecord) {
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win.cpp
54
EXCEPTION_RECORD
*
exception_record
= info->ExceptionRecord;
local
59
SignalContext sig(
exception_record
, context);
90
INTERCEPTOR_WINAPI(void, RtlRaiseException,
EXCEPTION_RECORD
*ExceptionRecord) {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win.cc
902
EXCEPTION_RECORD
*
exception_record
= (
EXCEPTION_RECORD
*)siginfo;
local
905
pc = (uptr)
exception_record
->ExceptionAddress;
916
EXCEPTION_RECORD
*
exception_record
= (
EXCEPTION_RECORD
*)siginfo;
local
917
return
exception_record
->ExceptionInformation[1];
925
EXCEPTION_RECORD
*
exception_record
= (EXCEPTION_RECORD *)siginfo
local
[
all
...]
Completed in 23 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026