Home
last modified time | relevance | path

Searched refs:SEGV_MAPERR (Results 1 – 23 of 23) sorted by relevance

/external/strace/xlat/
Dsigsegv_codes.h6 #if defined(SEGV_MAPERR) || (defined(HAVE_DECL_SEGV_MAPERR) && HAVE_DECL_SEGV_MAPERR)
8 static_assert((SEGV_MAPERR) == (1), "SEGV_MAPERR != 1");
11 # define SEGV_MAPERR 1
68 XLAT(SEGV_MAPERR),
Dsigsegv_codes.in1 SEGV_MAPERR 1
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-17-buildonly.c7 #ifndef SEGV_MAPERR
8 #error SEGV_MAPERR not defined
Dsigmacrolist.txt17 SEGV_MAPERR
/external/strace/tests/
Dpc.test53 \\[pid +$pid\\] \\[$ip\\] --- SIGSEGV \\{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x$addr\\} …
/external/strace/tests-m32/
Dpc.test53 \\[pid +$pid\\] \\[$ip\\] --- SIGSEGV \\{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x$addr\\} …
/external/strace/tests-mx32/
Dpc.test53 \\[pid +$pid\\] \\[$ip\\] --- SIGSEGV \\{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x$addr\\} …
/external/e2fsprogs/e2fsck/
Dsigcatcher.c231 #ifdef SEGV_MAPERR
232 DEFINE_ENTRY(SEGV_MAPERR)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h221 #define SEGV_MAPERR 1 /* address not mapped to object */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py147 SEGV_MAPERR = 1 variable
DFILE.py152 SEGV_MAPERR = 1 variable
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DCrashReason.cpp52 case SEGV_MAPERR: in GetCrashReasonForSIGSEGV()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.c277 case SEGV_MAPERR: in show_siginfo()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.cpp186 const int si_SEGV_MAPERR = SEGV_MAPERR;
Dsanitizer_platform_limits_freebsd.cpp353 const int si_SEGV_MAPERR = SEGV_MAPERR;
Dsanitizer_platform_limits_posix.cpp926 const int si_SEGV_MAPERR = SEGV_MAPERR;
Dsanitizer_platform_limits_netbsd.cpp2471 const int si_SEGV_MAPERR = SEGV_MAPERR;
/external/linux-kselftest/tools/testing/selftests/x86/
Dprotection_keys.c247 if (si_code == SEGV_MAPERR) in si_code_str()
306 if ((si->si_code == SEGV_MAPERR) || in signal_handler()
/external/libchrome/base/debug/
Dstack_trace_posix.cc309 if (info->si_code == SEGV_MAPERR) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py536 SEGV_MAPERR = 1 variable
DSTROPTS.py533 SEGV_MAPERR = 1 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c4246 #ifdef SEGV_MAPERR
4247 { "SEGV_MAPERR", (unsigned long) SEGV_MAPERR },
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc936 const int si_SEGV_MAPERR = SEGV_MAPERR;