Home
last modified time | relevance | path

Searched refs:VEX_TRC_JMP_SIGSEGV (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_trc_values.h58 #define VEX_TRC_JMP_SIGSEGV 87 /* deliver segv (SIGSEGV) before macro
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c206 case VEX_TRC_JMP_SIGSEGV: return "SIGSEGV"; in name_of_sched_event()
1447 case VEX_TRC_JMP_SIGSEGV: in VG_()
/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c2559 case Ijk_SigSEGV: trcval = VEX_TRC_JMP_SIGSEGV; break; in emit_X86Instr()
Dhost_amd64_defs.c2871 case Ijk_SigSEGV: trcval = VEX_TRC_JMP_SIGSEGV; break; in emit_AMD64Instr()
Dhost_s390_defs.c9789 case Ijk_SigSEGV: trcval = VEX_TRC_JMP_SIGSEGV; break; in s390_insn_xassisted_emit()