/third_party/musl/src/string/ |
H A D | strsignal.c | 8 && (SIGPIPE == 13) && (SIGALRM == 14) && (SIGTERM == 15) && (SIGSTKFLT == 16) \ 34 #if defined(SIGSTKFLT) 35 [SIGSTKFLT] = 16, 77 #if defined(SIGSTKFLT)
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
H A D | signal05.c | 17 #ifdef SIGSTKFLT 18 SIGSTKFLT,
|
H A D | signal03.c | 17 #ifdef SIGSTKFLT 18 SIGSTKFLT,
|
/third_party/ltp/lib/ |
H A D | signame.h | 50 #ifdef SIGSTKFLT in tst_strsig() 51 PAIR(SIGSTKFLT) in tst_strsig()
|
/third_party/node/src/api/ |
H A D | utils.cc | 80 #ifdef SIGSTKFLT in signo_string() 81 SIGNO_CASE(SIGSTKFLT); in signo_string()
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill11.c | 47 #ifdef SIGSTKFLT 48 {SIGSTKFLT, 0},
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
H A D | 16-1.c | 66 #ifdef SIGSTKFLT 67 {SIGSTKFLT, "SIGSTKFLT", 0},
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | signal.h | 66 #define SIGSTKFLT 16 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | signal.h | 67 #define SIGSTKFLT 16 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | signal.h | 67 #define SIGSTKFLT 16 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | signal.h | 67 #define SIGSTKFLT 16 macro
|
/third_party/musl/arch/arm/bits/ |
H A D | signal.h | 67 #define SIGSTKFLT 16 macro
|
/third_party/musl/arch/or1k/bits/ |
H A D | signal.h | 65 #define SIGSTKFLT 16 macro
|
/third_party/musl/arch/sh/bits/ |
H A D | signal.h | 77 #define SIGSTKFLT 16 macro
|
/third_party/musl/arch/loongarch64/bits/ |
H A D | signal.h | 82 #define SIGSTKFLT 16 macro
|
/third_party/musl/arch/microblaze/bits/ |
H A D | signal.h | 68 #define SIGSTKFLT 16 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | signal.h | 100 #define SIGSTKFLT 16 macro
|
/third_party/musl/arch/riscv32/bits/ |
H A D | signal.h | 101 #define SIGSTKFLT 16 macro
|
/third_party/musl/arch/riscv64/bits/ |
H A D | signal.h | 100 #define SIGSTKFLT 16 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | signal.h | 91 #define SIGSTKFLT 16 macro
|
/third_party/musl/arch/s390x/bits/ |
H A D | signal.h | 102 #define SIGSTKFLT 16 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
H A D | types.rs | 121 /// `SIGSTKFLT` 123 Stkflt = linux_raw_sys::general::SIGSTKFLT, 183 linux_raw_sys::general::SIGSTKFLT => Some(Self::Stkflt), in from_raw()
|
/third_party/musl/arch/aarch64/bits/ |
H A D | signal.h | 134 #define SIGSTKFLT 16 macro
|
/third_party/musl/arch/i386/bits/ |
H A D | signal.h | 122 #define SIGSTKFLT 16 macro
|
/third_party/musl/arch/x32/bits/ |
H A D | signal.h | 133 #define SIGSTKFLT 16 macro
|