Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/libdebuggerd/
H A Dutility.cpp328 case __ILL_BNDMOD: in get_sigcode()
331 static_assert(NSIGILL == __ILL_BNDMOD, "missing ILL_* si_code"); in get_sigcode()
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dsiginfo.h153 #define __ILL_BNDMOD 11 macro