Searched refs:SIGSYS (Results 1 – 15 of 15) sorted by relevance
/aosp12/system/libbase/include/android-base/ |
H A D | silent_death_test.h | 36 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 D | android_profiling_dynamic.cpp | 111 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 D | signal.h | 57 #define SIGSYS 31 macro
|
/aosp12/bionic/libc/private/ |
H A D | bionic_sigdefs.h | 73 __BIONIC_SIGDEF(SIGSYS, "Bad system call")
|
/aosp12/bionic/libc/kernel/uapi/asm-generic/ |
H A D | signal.h | 57 #define SIGSYS 31 macro
|
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/ |
H A D | signal.h | 61 #define SIGSYS 31 macro
|
/aosp12/system/core/debuggerd/include/debuggerd/ |
H A D | handler.h | 76 sigaction(SIGSYS, action, nullptr); in debuggerd_register_handlers()
|
/aosp12/system/core/debuggerd/libdebuggerd/ |
H A D | utility.cpp | 303 case SIGSYS: return "SIGSYS"; in get_signame() 389 case SIGSYS: in get_sigcode()
|
H A D | tombstone.cpp | 145 } else if (si->si_signo == SIGSYS && si->si_code == SYS_SECCOMP) { in dump_probable_cause()
|
H A D | tombstone_proto.cpp | 229 } else if (si->si_signo == SIGSYS && si->si_code == SYS_SECCOMP) { in dump_probable_cause()
|
/aosp12/system/core/init/ |
H A D | reboot_utils.cpp | 207 sigaction(SIGSYS, &action, nullptr); in InstallRebootSignalHandlers()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | signal_h.c | 96 MACRO(SIGSYS); in signal_h()
|
/aosp12/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 1115 raise(SIGSYS); in TEST_F() 1121 AssertDeath(SIGSYS); in TEST_F()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 27949 field public static final int SIGSYS;
|