/third_party/libunwind/tests/ |
D | mapper.c | 42 #if !defined(MAP_NORESERVE) 43 # define MAP_NORESERVE 0 macro 59 #ifdef MAP_NORESERVE in main() 60 | MAP_NORESERVE in main()
|
/third_party/musl/arch/powerpc/bits/ |
D | mman.h | 3 #undef MAP_NORESERVE 4 #define MAP_NORESERVE 0x40 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | mman.h | 3 #undef MAP_NORESERVE 4 #define MAP_NORESERVE 0x40 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | mman.h | 3 #undef MAP_NORESERVE 4 #define MAP_NORESERVE 0x0400 macro
|
/third_party/musl/arch/mips64/bits/ |
D | mman.h | 3 #undef MAP_NORESERVE 4 #define MAP_NORESERVE 0x0400 macro
|
/third_party/musl/arch/mips/bits/ |
D | mman.h | 3 #undef MAP_NORESERVE 4 #define MAP_NORESERVE 0x0400 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | shm.c | 190 #ifndef MAP_NORESERVE in sharedmem_create() 191 #define MAP_NORESERVE 0 in sharedmem_create() macro 194 …if ((m->ptr = mmap(NULL, PA_PAGE_ALIGN(m->size), PROT_READ|PROT_WRITE, MAP_SHARED|MAP_NORESERVE, f… in sharedmem_create()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-blob.cc | 532 #ifndef MAP_NORESERVE 533 # define MAP_NORESERVE 0 macro 657 MAP_PRIVATE | MAP_NORESERVE, fd, 0); in hb_blob_create_from_file_or_fail()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 28 #define MAP_NORESERVE 0x4000 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 28 #define MAP_NORESERVE 0x4000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 28 #define MAP_NORESERVE 0x4000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 21 #define MAP_NORESERVE 0x4000 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 28 #define MAP_NORESERVE 0x4000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 28 #define MAP_NORESERVE 0x4000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 30 #define MAP_NORESERVE 0x4000 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
D | types.rs | 71 const NORESERVE = linux_raw_sys::general::MAP_NORESERVE;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 139 pub const MAP_NORESERVE: ::c_int = 0x400; constant
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 185 const NORESERVE = c::MAP_NORESERVE;
|
/third_party/musl/porting/linux/user/ldso/ |
D | cfi.c | 344 …mmap_addr = mmap(NULL, shadow_size, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, -1, 0); in create_cfi_shadow()
|
/third_party/mesa3d/src/freedreno/afuc/ |
D | emu.c | 440 MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, in emu_init()
|
/third_party/rust/crates/nix/src/sys/ |
D | mman.rs | 87 MAP_NORESERVE;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 210 pub const MAP_NORESERVE: ::c_int = 0x04000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 248 pub const MAP_NORESERVE: ::c_int = 16384; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 480 MAP_NORESERVE
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | powerpc64.rs | 169 pub const MAP_NORESERVE: ::c_int = 0x04000; constant
|