Home
last modified time | relevance | path

Searched refs:SEGV_ACCERR (Results 1 – 17 of 17) sorted by relevance

/external/strace/xlat/
Dsigsegv_codes.h13 #if defined(SEGV_ACCERR) || (defined(HAVE_DECL_SEGV_ACCERR) && HAVE_DECL_SEGV_ACCERR)
15 static_assert((SEGV_ACCERR) == (2), "SEGV_ACCERR != 2");
18 # define SEGV_ACCERR 2
69 XLAT(SEGV_ACCERR),
Dsigsegv_codes.in2 SEGV_ACCERR 2
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-18-buildonly.c7 #ifndef SEGV_ACCERR
8 #error SEGV_ACCERR not defined
Dsigmacrolist.txt18 SEGV_ACCERR
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
Dsegv_errors.c60 FAIL_IF(si_code != SEGV_ACCERR); in test_segv_errors()
70 FAIL_IF(si_code != SEGV_ACCERR); in test_segv_errors()
/external/e2fsprogs/e2fsck/
Dsigcatcher.c234 #ifdef SEGV_ACCERR
235 DEFINE_ENTRY(SEGV_ACCERR)
/external/minijail/linux-x86/
Dlibconstants.gen.c1064 #ifdef SEGV_ACCERR
1065 { "SEGV_ACCERR", (unsigned long) SEGV_ACCERR },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h222 #define SEGV_ACCERR 2 /* invalid permissions for mapped object */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py148 SEGV_ACCERR = 2 variable
DFILE.py153 SEGV_ACCERR = 2 variable
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.c281 case SEGV_ACCERR: in show_siginfo()
/external/v8/src/base/debug/
Dstack_trace_posix.cc247 else if (info->si_code == SEGV_ACCERR) in StackDumpSignalHandler()
/external/linux-kselftest/tools/testing/selftests/x86/
Dprotection_keys.c249 if (si_code == SEGV_ACCERR) in si_code_str()
307 (si->si_code == SEGV_ACCERR) || in signal_handler()
/external/libchrome/base/debug/
Dstack_trace_posix.cc311 else if (info->si_code == SEGV_ACCERR) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py537 SEGV_ACCERR = 2 variable
DSTROPTS.py534 SEGV_ACCERR = 2 variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc937 const int si_SEGV_ACCERR = SEGV_ACCERR;