Home
last modified time | relevance | path

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

/third_party/musl/src/conf/
H A Dsysconf.c222 long val = __getauxval(AT_MINSIGSTKSZ); in sysconf()
/third_party/python/Modules/
H A Dfaulthandler.c29 # include <linux/auxvec.h> // AT_MINSIGSTKSZ
1379 #ifdef AT_MINSIGSTKSZ in _PyFaulthandler_Init()
1383 unsigned long at_minstack_size = getauxval(AT_MINSIGSTKSZ); in _PyFaulthandler_Init()
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c98 unsigned long val = __getauxval(AT_MINSIGSTKSZ); in __aio_get_queue()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Daio.c98 unsigned long val = __getauxval(AT_MINSIGSTKSZ); in __aio_get_queue()
/third_party/musl/src/aio/
H A Daio.c104 unsigned long val = __getauxval(AT_MINSIGSTKSZ); in __aio_get_queue()
/third_party/musl/porting/linux/user/include/
H A Delf.h1055 #define AT_MINSIGSTKSZ 51 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h1046 #define AT_MINSIGSTKSZ 51 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h1046 #define AT_MINSIGSTKSZ 51 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h1046 #define AT_MINSIGSTKSZ 51 macro
/third_party/musl/include/
H A Delf.h1081 #define AT_MINSIGSTKSZ 51 macro
/third_party/elfutils/libelf/
H A Delf.h1252 #define AT_MINSIGSTKSZ 51 /* Stack needed for signal delivery */ macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs145 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs175 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs175 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs181 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs169 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs181 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs169 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs168 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs172 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs169 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs172 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs169 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs170 pub const AT_MINSIGSTKSZ: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs169 pub const AT_MINSIGSTKSZ: u32 = 51; consts

Completed in 233 milliseconds