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