Searched refs:VKI_SEGV_MAPERR (Results 1 – 5 of 5) sorted by relevance
118 case VKI_SEGV_MAPERR: in VG_()123 frame->siginfo.si_code = VKI_SEGV_MAPERR; in VG_()
1760 case VKI_SEGV_MAPERR: event = "Access not within mapped region"; in default_action()1880 && info->si_code == VKI_SEGV_MAPERR) { in default_action()2049 synth_fault_common(tid, addr, VKI_SEGV_MAPERR); in VG_()2673 if (info->si_code == VKI_SEGV_MAPERR in extend_stack_if_appropriate()
508 #define VKI_SEGV_MAPERR SEGV_MAPERR macro
958 #define VKI_SEGV_MAPERR SEGV_MAPERR macro
523 #define VKI_SEGV_MAPERR (__VKI_SI_FAULT|1) /* address not mapped to object */ macro