Home
last modified time | relevance | path

Searched refs:SIGSYS (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/libbase/include/android-base/
H A Dsilent_death_test.h36 for (int signo : {SIGABRT, SIGBUS, SIGSEGV, SIGSYS}) { in SetUp()
43 for (int signo : {SIGABRT, SIGBUS, SIGSEGV, SIGSYS}) { in TearDown()
/aosp12/bionic/libc/bionic/
H A Dandroid_profiling_dynamic.cpp111 sigaction(SIGSYS, &sigsys_override, &old_act); in HandleProfilingSignal()
121 sigaction(SIGSYS, &old_act, nullptr); in HandleProfilingSignal()
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dsignal.h57 #define SIGSYS 31 macro
/aosp12/bionic/libc/private/
H A Dbionic_sigdefs.h73 __BIONIC_SIGDEF(SIGSYS, "Bad system call")
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dsignal.h57 #define SIGSYS 31 macro
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsignal.h61 #define SIGSYS 31 macro
/aosp12/system/core/debuggerd/include/debuggerd/
H A Dhandler.h76 sigaction(SIGSYS, action, nullptr); in debuggerd_register_handlers()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dutility.cpp303 case SIGSYS: return "SIGSYS"; in get_signame()
389 case SIGSYS: in get_sigcode()
H A Dtombstone.cpp145 } else if (si->si_signo == SIGSYS && si->si_code == SYS_SECCOMP) { in dump_probable_cause()
H A Dtombstone_proto.cpp229 } else if (si->si_signo == SIGSYS && si->si_code == SYS_SECCOMP) { in dump_probable_cause()
/aosp12/system/core/init/
H A Dreboot_utils.cpp207 sigaction(SIGSYS, &action, nullptr); in InstallRebootSignalHandlers()
/aosp12/bionic/tests/headers/posix/
H A Dsignal_h.c96 MACRO(SIGSYS); in signal_h()
/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp1115 raise(SIGSYS); in TEST_F()
1121 AssertDeath(SIGSYS); in TEST_F()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt27949 field public static final int SIGSYS;