Home
last modified time | relevance | path

Searched refs:SIGSTKFLT (Results 1 - 25 of 74) sorted by relevance

123

/third_party/musl/src/string/
H A Dstrsignal.c8 && (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 Dsignal05.c17 #ifdef SIGSTKFLT
18 SIGSTKFLT,
H A Dsignal03.c17 #ifdef SIGSTKFLT
18 SIGSTKFLT,
/third_party/ltp/lib/
H A Dsigname.h50 #ifdef SIGSTKFLT in tst_strsig()
51 PAIR(SIGSTKFLT) in tst_strsig()
/third_party/node/src/api/
H A Dutils.cc80 #ifdef SIGSTKFLT in signo_string()
81 SIGNO_CASE(SIGSTKFLT); in signo_string()
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill11.c47 #ifdef SIGSTKFLT
48 {SIGSTKFLT, 0},
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D16-1.c66 #ifdef SIGSTKFLT
67 {SIGSTKFLT, "SIGSTKFLT", 0},
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsignal.h66 #define SIGSTKFLT 16 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsignal.h67 #define SIGSTKFLT 16 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsignal.h67 #define SIGSTKFLT 16 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsignal.h67 #define SIGSTKFLT 16 macro
/third_party/musl/arch/arm/bits/
H A Dsignal.h67 #define SIGSTKFLT 16 macro
/third_party/musl/arch/or1k/bits/
H A Dsignal.h65 #define SIGSTKFLT 16 macro
/third_party/musl/arch/sh/bits/
H A Dsignal.h77 #define SIGSTKFLT 16 macro
/third_party/musl/arch/loongarch64/bits/
H A Dsignal.h82 #define SIGSTKFLT 16 macro
/third_party/musl/arch/microblaze/bits/
H A Dsignal.h68 #define SIGSTKFLT 16 macro
/third_party/musl/arch/powerpc/bits/
H A Dsignal.h100 #define SIGSTKFLT 16 macro
/third_party/musl/arch/riscv32/bits/
H A Dsignal.h101 #define SIGSTKFLT 16 macro
/third_party/musl/arch/riscv64/bits/
H A Dsignal.h100 #define SIGSTKFLT 16 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsignal.h91 #define SIGSTKFLT 16 macro
/third_party/musl/arch/s390x/bits/
H A Dsignal.h102 #define SIGSTKFLT 16 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
H A Dtypes.rs121 /// `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 Dsignal.h134 #define SIGSTKFLT 16 macro
/third_party/musl/arch/i386/bits/
H A Dsignal.h122 #define SIGSTKFLT 16 macro
/third_party/musl/arch/x32/bits/
H A Dsignal.h133 #define SIGSTKFLT 16 macro

Completed in 9 milliseconds

123