Home
last modified time | relevance | path

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

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_sigframe/
H A Dsigframe-solaris.c118 case VKI_SEGV_MAPERR: in VG_()
123 frame->siginfo.si_code = VKI_SEGV_MAPERR; in VG_()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_sigframe/
H A Dsigframe-solaris.c118 case VKI_SEGV_MAPERR: in VG_()
123 frame->siginfo.si_code = VKI_SEGV_MAPERR; in VG_()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_signals.c1801 case VKI_SEGV_MAPERR: event = "Access not within mapped region"; in default_action()
1929 && info->si_code == VKI_SEGV_MAPERR) { in default_action()
2104 synth_fault_common(tid, addr, VKI_SEGV_MAPERR); in VG_()
2744 if (info->si_code == VKI_SEGV_MAPERR in extend_stack_if_appropriate()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_signals.c1801 case VKI_SEGV_MAPERR: event = "Access not within mapped region"; in default_action()
1929 && info->si_code == VKI_SEGV_MAPERR) { in default_action()
2104 synth_fault_common(tid, addr, VKI_SEGV_MAPERR); in VG_()
2744 if (info->si_code == VKI_SEGV_MAPERR in extend_stack_if_appropriate()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/include/vki/
H A Dvki-darwin.h508 #define VKI_SEGV_MAPERR SEGV_MAPERR macro
H A Dvki-freebsd.h554 #define VKI_SEGV_MAPERR 1 /* address not mapped to object */ macro
H A Dvki-dragonfly.h650 #define VKI_SEGV_MAPERR 1 /* address not mapped to object */ macro
H A Dvki-solaris.h1024 #define VKI_SEGV_MAPERR SEGV_MAPERR macro
H A Dvki-linux.h525 #define VKI_SEGV_MAPERR (__VKI_SI_FAULT|1) /* address not mapped to object */ macro
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/include/vki/
H A Dvki-darwin.h508 #define VKI_SEGV_MAPERR SEGV_MAPERR macro
H A Dvki-freebsd.h554 #define VKI_SEGV_MAPERR 1 /* address not mapped to object */ macro
H A Dvki-solaris.h1024 #define VKI_SEGV_MAPERR SEGV_MAPERR macro
H A Dvki-dragonfly.h650 #define VKI_SEGV_MAPERR 1 /* address not mapped to object */ macro
H A Dvki-linux.h525 #define VKI_SEGV_MAPERR (__VKI_SI_FAULT|1) /* address not mapped to object */ macro