Searched refs:VKI_SEGV_MAPERR (Results 1 – 3 of 3) sorted by relevance
1659 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()
495 #define VKI_SEGV_MAPERR SEGV_MAPERR macro
523 #define VKI_SEGV_MAPERR (__VKI_SI_FAULT|1) /* address not mapped to object */ macro