Searched refs:MAP_DENYWRITE (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/arch/mips/bits/ |
D | mman.h | 7 #undef MAP_DENYWRITE 8 #define MAP_DENYWRITE 0x2000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | mman.h | 7 #undef MAP_DENYWRITE 8 #define MAP_DENYWRITE 0x2000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | mman.h | 7 #undef MAP_DENYWRITE 8 #define MAP_DENYWRITE 0x2000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 30 #define MAP_DENYWRITE 0x0800 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 30 #define MAP_DENYWRITE 0x0800 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 32 #define MAP_DENYWRITE 0x0800 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 30 #define MAP_DENYWRITE 0x0800 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 30 #define MAP_DENYWRITE 0x0800 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 23 #define MAP_DENYWRITE 0x0800 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 30 #define MAP_DENYWRITE 0x0800 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
D | mmap.c | 182 … start = mmap(NULL, statbuff.st_size, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_DENYWRITE, fd, 0); in mmap_0500() 391 …mmap((void *)(&get), statbuff.st_size, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_DENYWRITE, fd, 0); in mmap_1100()
|
/third_party/python/Modules/ |
D | mmapmodule.c | 1575 #ifdef MAP_DENYWRITE in mmap_exec() 1576 ADD_INT_MACRO(module, MAP_DENYWRITE); in mmap_exec()
|
/third_party/python/Doc/library/ |
D | mmap.rst | 357 MAP_DENYWRITE
|