Searched refs:SEGV_MAPERR (Results 1 - 11 of 11) sorted by relevance

/external/strace/xlat/
H A Dsigsegv_codes.h2 #if !(defined(SEGV_MAPERR) || (defined(HAVE_DECL_SEGV_MAPERR) && HAVE_DECL_SEGV_MAPERR))
3 # define SEGV_MAPERR 1 macro
22 XLAT(SEGV_MAPERR),
/external/strace/tests/
H A Dpc.test53 \\[pid +$pid\\] \\[$ip\\] --- SIGSEGV \\{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x$addr\\} ---
/external/e2fsprogs/e2fsck/
H A Dsigcatcher.c230 #ifdef SEGV_MAPERR
231 DEFINE_ENTRY(SEGV_MAPERR)
/external/valgrind/none/tests/
H A Dfaultstatus.c167 T(1, SIGSEGV, SEGV_MAPERR, BADADDR),
/external/kernel-headers/original/uapi/asm-generic/
H A Dsiginfo.h206 #define SEGV_MAPERR (__SI_FAULT|1) /* address not mapped to object */ macro
/external/libchrome/base/debug/
H A Dstack_trace_posix.cc281 if (info->si_code == SEGV_MAPERR)
282 PrintToStderr(" SEGV_MAPERR ");
/external/valgrind/include/vki/
H A Dvki-darwin.h508 #define VKI_SEGV_MAPERR SEGV_MAPERR
H A Dvki-solaris.h958 #define VKI_SEGV_MAPERR SEGV_MAPERR
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc931 const int si_SEGV_MAPERR = SEGV_MAPERR;
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp1270 case SEGV_MAPERR:
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp1791 case SEGV_MAPERR:

Completed in 714 milliseconds