Home
last modified time | relevance | path

Searched refs:VKI_SEGV_ACCERR (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_sigframe/
Dsigframe-solaris.c117 case VKI_SEGV_ACCERR: in VG_()
/external/valgrind/include/vki/
Dvki-darwin.h509 #define VKI_SEGV_ACCERR SEGV_ACCERR macro
Dvki-solaris.h1025 #define VKI_SEGV_ACCERR SEGV_ACCERR macro
Dvki-linux.h520 #define VKI_SEGV_ACCERR (__VKI_SI_FAULT|2) /* invalid permissions for mapped object */ macro
/external/valgrind/coregrind/
Dm_signals.c1759 case VKI_SEGV_ACCERR: event = "Bad permissions for mapped region"; in default_action()
2054 synth_fault_common(tid, addr, VKI_SEGV_ACCERR); in VG_()