Home
last modified time | relevance | path

Searched refs:ILL_PRVREG (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dsiginfo.h148 #define ILL_PRVREG 6 macro
/aosp12/bionic/tests/headers/posix/
H A Dsignal_h.c156 i = ILL_PRVREG; in signal_h()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dutility.cpp321 case ILL_PRVREG: return "ILL_PRVREG"; in get_sigcode()
/aosp12/art/runtime/
H A Druntime_common.cc72 case ILL_PRVREG: return "ILL_PRVREG"; in GetSignalCodeName()