Home
last modified time | relevance | path

Searched defs:SIGSEGV (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/sys/
H A Dsignal.h64 #define SIGSEGV 11 /* segmentation violation */ macro
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp121 const int SIGSEGV = 11; variable