Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/test/
Dhost_signal_fixup.h27 #if !defined(NSIGILL)
28 #define NSIGILL ILL_BADSTK macro
/system/core/debuggerd/libdebuggerd/
Dutility.cpp331 static_assert(NSIGILL == __ILL_BNDMOD, "missing ILL_* si_code"); in get_sigcode()