Home
last modified time | relevance | path

Searched refs:VKI_SEGV_MAPERR (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dm_signals.c1659 case VKI_SEGV_MAPERR: event = "Access not within mapped region"; in default_action()
1774 && info->si_code == VKI_SEGV_MAPERR) { in default_action()
1947 synth_fault_common(tid, addr, VKI_SEGV_MAPERR); in VG_()
2455 if (info->si_code == VKI_SEGV_MAPERR in extend_stack_if_appropriate()
/external/valgrind/include/vki/
Dvki-darwin.h495 #define VKI_SEGV_MAPERR SEGV_MAPERR macro
Dvki-linux.h523 #define VKI_SEGV_MAPERR (__VKI_SI_FAULT|1) /* address not mapped to object */ macro