Searched refs:VKI_SEGV_MAPERR (Results 1 – 3 of 3) sorted by relevance
1499 case VKI_SEGV_MAPERR: event = "Access not within mapped region"; in default_action()1578 && info->si_code == VKI_SEGV_MAPERR) { in default_action()1743 synth_fault_common(tid, addr, VKI_SEGV_MAPERR); in VG_()2224 if (info->si_code == VKI_SEGV_MAPERR in extend_stack_if_appropriate()
489 #define VKI_SEGV_MAPERR SEGV_MAPERR macro
485 #define VKI_SEGV_MAPERR (__VKI_SI_FAULT|1) /* address not mapped to object */ macro