/external/strace/xlat/ |
D | mmap_flags.h | 344 #if defined(MAP_STACK) || (defined(HAVE_DECL_MAP_STACK) && HAVE_DECL_MAP_STACK) 346 static_assert((MAP_STACK) == (0x40000), "MAP_STACK != 0x40000"); 349 # define MAP_STACK 0x40000 352 #if defined(MAP_STACK) || (defined(HAVE_DECL_MAP_STACK) && HAVE_DECL_MAP_STACK) 354 static_assert((MAP_STACK) == (0x80000), "MAP_STACK != 0x80000"); 357 # define MAP_STACK 0x80000 360 #if defined(MAP_STACK) || (defined(HAVE_DECL_MAP_STACK) && HAVE_DECL_MAP_STACK) 362 static_assert((MAP_STACK) == (0x20000), "MAP_STACK != 0x20000"); 365 # define MAP_STACK 0x20000 620 XLAT(MAP_STACK), [all …]
|
D | mmap_flags.in | 137 MAP_STACK 0x40000 139 MAP_STACK 0x80000 141 MAP_STACK 0x20000
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/ |
D | failure_signal_handler.cc | 150 #ifndef MAP_STACK in SetupAlternateStackOnce() 151 #define MAP_STACK 0 in SetupAlternateStackOnce() macro 157 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in SetupAlternateStackOnce()
|
/external/openscreen/third_party/abseil/src/absl/debugging/ |
D | failure_signal_handler.cc | 150 #ifndef MAP_STACK in SetupAlternateStackOnce() 151 #define MAP_STACK 0 in SetupAlternateStackOnce() macro 157 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in SetupAlternateStackOnce()
|
/external/angle/third_party/abseil-cpp/absl/debugging/ |
D | failure_signal_handler.cc | 152 #ifndef MAP_STACK in SetupAlternateStackOnce() 153 #define MAP_STACK 0 in SetupAlternateStackOnce() macro 159 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in SetupAlternateStackOnce()
|
/external/libtextclassifier/abseil-cpp/absl/debugging/ |
D | failure_signal_handler.cc | 150 #ifndef MAP_STACK in SetupAlternateStackOnce() 151 #define MAP_STACK 0 in SetupAlternateStackOnce() macro 157 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in SetupAlternateStackOnce()
|
/external/abseil-cpp/absl/debugging/ |
D | failure_signal_handler.cc | 150 #ifndef MAP_STACK in SetupAlternateStackOnce() 151 #define MAP_STACK 0 in SetupAlternateStackOnce() macro 157 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in SetupAlternateStackOnce()
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/ |
D | failure_signal_handler.cc | 150 #ifndef MAP_STACK in SetupAlternateStackOnce() 151 #define MAP_STACK 0 in SetupAlternateStackOnce() macro 157 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in SetupAlternateStackOnce()
|
/external/linux-kselftest/tools/testing/selftests/sigaltstack/ |
D | sas.c | 121 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in main() 165 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | mman-common.h | 28 #define MAP_STACK 0x020000 /* give out an address that is best suited for process/thread stacks */ macro
|
/external/rust/crates/nix/src/sys/ |
D | mman.rs | 133 MAP_STACK;
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 160 pub const MAP_STACK: ::c_int = 0x40000; constant
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3055 #ifdef MAP_STACK 3056 { "MAP_STACK", (unsigned long) MAP_STACK }, 3058 #ifdef MAP_STACK 3059 { "MAP_STACK", (unsigned long) MAP_STACK },
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 171 pub const MAP_STACK: ::c_int = 0x020000; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 180 pub const MAP_STACK: ::c_int = 0x020000; constant
|
D | mips64.rs | 554 pub const MAP_STACK: ::c_int = 0x40000; constant
|
D | powerpc64.rs | 171 pub const MAP_STACK: ::c_int = 0x020000; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 648 pub const MAP_STACK: ::c_int = 0x020000; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 267 pub const MAP_STACK: ::c_int = 131072; constant
|
D | powerpc.rs | 267 pub const MAP_STACK: ::c_int = 0x020000; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
D | mod.rs | 375 pub const MAP_STACK: ::c_int = 131072; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
D | mod.rs | 240 pub const MAP_STACK: ::c_int = 0x020000; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/ |
D | mod.rs | 212 pub const MAP_STACK: ::c_int = 0x020000; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/ |
D | mod.rs | 442 pub const MAP_STACK: ::c_int = 0x20000; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
D | mod.rs | 450 pub const MAP_STACK: ::c_int = 0x020000; constant
|