/third_party/musl/arch/mips/bits/ |
D | mman.h | 17 #undef MAP_STACK 18 #define MAP_STACK 0x40000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | mman.h | 17 #undef MAP_STACK 18 #define MAP_STACK 0x40000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | mman.h | 17 #undef MAP_STACK 18 #define MAP_STACK 0x40000 macro
|
/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/boost/boost/context/ |
D | fixedsize_stack.hpp | 52 … void * vp = ::mmap( 0, size_, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON | MAP_STACK, -1, 0); in allocate()
|
D | pooled_fixedsize_stack.hpp | 54 …ck, bytes, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON | MAP_FIXED | MAP_STACK, -1, 0) == MAP_F… in malloc()
|
/third_party/boost/boost/context/posix/ |
D | protected_fixedsize_stack.hpp | 62 … void * vp = ::mmap( 0, size__, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON | MAP_STACK, -1, 0); in allocate()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 28 #define MAP_STACK 0x20000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 35 #define MAP_STACK 0x20000 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 35 #define MAP_STACK 0x20000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 37 #define MAP_STACK 0x20000 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 35 #define MAP_STACK 0x20000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 35 #define MAP_STACK 0x20000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 35 #define MAP_STACK 0x20000 macro
|