/third_party/musl/src/string/ |
H A D | strsignal.c | 36 #elif defined(SIGEMT) 37 [SIGEMT] = 16, 79 #elif defined(SIGEMT)
|
/third_party/ltp/testcases/misc/crash/ |
H A D | crash02.c | 333 #ifdef SIGEMT in again_handler() 334 case SIGEMT: in again_handler() 379 #ifdef SIGEMT in set_up_signals() 380 my_signal(SIGEMT, again_handler); in set_up_signals()
|
H A D | crash01.c | 385 #ifdef SIGEMT in again_handler() 386 case SIGEMT: in again_handler() 431 #ifdef SIGEMT in set_up_signals() 432 my_signal(SIGEMT, again_handler); in set_up_signals()
|
/third_party/ltp/lib/ |
H A D | signame.h | 36 #ifdef SIGEMT in tst_strsig() 37 PAIR(SIGEMT) in tst_strsig()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparcv9cap.c | 153 # ifdef SIGEMT in OPENSSL_cpuid_setup() 154 sigdelset(&all_masked, SIGEMT); in OPENSSL_cpuid_setup()
|
H A D | ppccap.c | 251 #ifdef SIGEMT in OPENSSL_cpuid_setup() 252 sigdelset(&all_masked, SIGEMT); in OPENSSL_cpuid_setup()
|
/third_party/openssl/crypto/ |
H A D | sparcv9cap.c | 153 # ifdef SIGEMT in OPENSSL_cpuid_setup() 154 sigdelset(&all_masked, SIGEMT); in OPENSSL_cpuid_setup()
|
H A D | ppccap.c | 251 #ifdef SIGEMT in OPENSSL_cpuid_setup() 252 sigdelset(&all_masked, SIGEMT); in OPENSSL_cpuid_setup()
|
/third_party/musl/arch/mips/bits/ |
H A D | signal.h | 95 #define SIGEMT 7 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | signal.h | 114 #define SIGEMT 7 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | signal.h | 114 #define SIGEMT 7 macro
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
H A D | mod.rs | 93 pub const SIGEMT: ::c_int = 7; consts
|
/third_party/rust/crates/nix/src/sys/ |
H A D | signal.rs | 107 SIGEMT, 182 "SIGEMT" => Signal::SIGEMT, in from_str() 265 Signal::SIGEMT => "SIGEMT", 361 SIGPROF, SIGWINCH, SIGIO, SIGSYS, SIGEMT, SIGINFO,
|
/third_party/python/Modules/ |
H A D | signalmodule.c | 1495 #ifdef SIGEMT 1496 ADD_INT_MACRO(SIGEMT);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 213 pub const SIGEMT: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 379 pub const SIGEMT: c_int = 7; consts
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 893 pub const SIGEMT: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 608 pub const SIGEMT: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 914 pub const SIGEMT: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2368 pub const SIGEMT: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1359 pub const SIGEMT: ::c_int = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1440 pub const SIGEMT: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1432 pub const SIGEMT: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 1647 pub const SIGEMT: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 1655 pub const SIGEMT: u32 = 7; consts
|