/aosp12/system/libziparchive/incfs_support/ |
H A D | signal_handling.cpp | 44 if (sigaction(SIGBUS, &action, &mOldSigaction)) { in SignalHandler() 51 enableSignal(SIGBUS); in SignalHandler() 55 if (sig != SIGBUS) { in handler() 86 enableSignal(SIGBUS); in handler()
|
/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/system/core/debuggerd/libdebuggerd/ |
H A D | utility.cpp | 275 case SIGBUS: in signal_has_si_addr() 297 case SIGBUS: return "SIGBUS"; in get_signame() 333 case SIGBUS: in get_sigcode()
|
/aosp12/art/runtime/ |
H A D | runtime_common.cc | 49 case SIGBUS: return "SIGBUS"; in GetSignalName() 77 case SIGBUS: in GetSignalCodeName() 390 bool has_address = (signal_number == SIGILL || signal_number == SIGBUS || in HandleUnexpectedSignalCommonDump() 535 rc += sigaction(SIGBUS, &action, oldact); in InitPlatformSignalHandlersCommon()
|
H A D | fault_handler.cc | 138 sigdelset(&mask, SIGBUS); in Init()
|
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/ |
H A D | signal.h | 32 #define SIGBUS 7 macro
|
/aosp12/bionic/libc/private/ |
H A D | bionic_sigdefs.h | 49 __BIONIC_SIGDEF(SIGBUS, "Bus error")
|
/aosp12/bionic/libc/kernel/uapi/asm-generic/ |
H A D | signal.h | 32 #define SIGBUS 7 macro
|
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/ |
H A D | signal.h | 36 #define SIGBUS 7 macro
|
/aosp12/system/core/debuggerd/include/debuggerd/ |
H A D | handler.h | 71 sigaction(SIGBUS, action, nullptr); in debuggerd_register_handlers()
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | main.cpp | 31 SIGABRT, SIGSEGV, SIGBUS,
|
/aosp12/system/incremental_delivery/incfs/tests/util/ |
H A D | map_ptr_test.cpp | 244 if (sig == SIGBUS) { in sigbus_handler() 253 signal(SIGBUS, &sigbus_handler); \
|
/aosp12/system/memory/libmemunreachable/ |
H A D | HeapWalker.h | 71 SIGBUS, [=](ScopedSignalHandler& handler, int signal, siginfo_t* siginfo, void* uctx) {
|
/aosp12/system/core/init/ |
H A D | reboot_utils.cpp | 200 sigaction(SIGBUS, &action, nullptr); in InstallRebootSignalHandlers()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | signal_h.c | 76 MACRO(SIGBUS); in signal_h()
|
/aosp12/art/sigchainlib/ |
H A D | sigchain.cc | 396 signo == SIGBUS || signo == SIGTRAP) && in Handler()
|
/aosp12/bionic/tests/ |
H A D | system_properties_test.cpp | 424 WTERMSIG(exit_status) == SIGBUS || in operator ()()
|
H A D | spawn_test.cpp | 388 sigaddset(&just_SIGBUS, SIGBUS); in TEST()
|
/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 | 27931 field public static final int SIGBUS;
|