Home
last modified time | relevance | path

Searched refs:NSIGSEGV (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/test/
Dhost_signal_fixup.h45 #if !defined(NSIGSEGV)
46 #define NSIGSEGV SEGV_ACCERR macro
/system/core/debuggerd/
Dtombstone.cpp136 static_assert(NSIGSEGV == SEGV_BNDERR, "missing SEGV_* si_code"); in get_sigcode()
138 static_assert(NSIGSEGV == SEGV_ACCERR, "missing SEGV_* si_code"); in get_sigcode()