Searched refs:SEGV_MAPERR (Results 1 – 23 of 23) sorted by relevance
/external/strace/xlat/ |
D | sigsegv_codes.h | 6 #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),
|
D | sigsegv_codes.in | 1 SEGV_MAPERR 1
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 22-17-buildonly.c | 7 #ifndef SEGV_MAPERR 8 #error SEGV_MAPERR not defined
|
D | sigmacrolist.txt | 17 SEGV_MAPERR
|
/external/strace/tests-m32/ |
D | pc.test | 53 \\[pid +$pid\\] \\[$ip\\] --- SIGSEGV \\{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x$addr\\} …
|
/external/strace/tests-mx32/ |
D | pc.test | 53 \\[pid +$pid\\] \\[$ip\\] --- SIGSEGV \\{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x$addr\\} …
|
/external/strace/tests/ |
D | pc.test | 53 \\[pid +$pid\\] \\[$ip\\] --- SIGSEGV \\{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x$addr\\} …
|
/external/e2fsprogs/e2fsck/ |
D | sigcatcher.c | 231 #ifdef SEGV_MAPERR 232 DEFINE_ENTRY(SEGV_MAPERR)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | siginfo.h | 221 #define SEGV_MAPERR 1 /* address not mapped to object */ macro
|
/external/llvm-project/lldb/source/Plugins/Process/POSIX/ |
D | CrashReason.cpp | 52 case SEGV_MAPERR: in GetCrashReasonForSIGSEGV()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 147 SEGV_MAPERR = 1 variable
|
D | FILE.py | 152 SEGV_MAPERR = 1 variable
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | memtoy.c | 277 case SEGV_MAPERR: in show_siginfo()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_solaris.cpp | 186 const int si_SEGV_MAPERR = SEGV_MAPERR;
|
D | sanitizer_platform_limits_freebsd.cpp | 353 const int si_SEGV_MAPERR = SEGV_MAPERR;
|
D | sanitizer_platform_limits_posix.cpp | 926 const int si_SEGV_MAPERR = SEGV_MAPERR;
|
D | sanitizer_platform_limits_netbsd.cpp | 2471 const int si_SEGV_MAPERR = SEGV_MAPERR;
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | protection_keys.c | 247 if (si_code == SEGV_MAPERR) in si_code_str() 306 if ((si->si_code == SEGV_MAPERR) || in signal_handler()
|
/external/libchrome/base/debug/ |
D | stack_trace_posix.cc | 309 if (info->si_code == SEGV_MAPERR) in StackDumpSignalHandler()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 536 SEGV_MAPERR = 1 variable
|
D | STROPTS.py | 533 SEGV_MAPERR = 1 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 4246 #ifdef SEGV_MAPERR 4247 { "SEGV_MAPERR", (unsigned long) SEGV_MAPERR },
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 936 const int si_SEGV_MAPERR = SEGV_MAPERR;
|