Searched refs:VKI_SEGV_MAPERR (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-solaris.c118 case VKI_SEGV_MAPERR:
123 frame->siginfo.si_code = VKI_SEGV_MAPERR;
/external/valgrind/coregrind/
H A Dm_signals.c1760 case VKI_SEGV_MAPERR: event = "Access not within mapped region";
1880 && info->si_code == VKI_SEGV_MAPERR) {
2049 synth_fault_common(tid, addr, VKI_SEGV_MAPERR);
2673 if (info->si_code == VKI_SEGV_MAPERR
/external/valgrind/include/vki/
H A Dvki-darwin.h508 #define VKI_SEGV_MAPERR SEGV_MAPERR macro
H A Dvki-solaris.h958 #define VKI_SEGV_MAPERR SEGV_MAPERR macro
H A Dvki-linux.h523 #define VKI_SEGV_MAPERR (__VKI_SI_FAULT|1) /* address not mapped to object */ macro

Completed in 129 milliseconds