/third_party/jerryscript/tests/jerry-test-suite/08/08.12/08.12.02/ |
H A D | 08.12.02-001.js | |
/third_party/typescript/tests/baselines/reference/ |
H A D | privateProtectedMembersAreNotAccessibleDestructuring.js | 66 var prot = k.prot; // error global() variable [all...] |
/third_party/rust/crates/rustix/tests/mm/ |
H A D | main.rs | 13 mod prot; modules
|
/third_party/musl/src/mman/ |
H A D | mprotect.c | 5 int __mprotect(void *addr, size_t len, int prot) in __mprotect() argument
|
H A D | mmap.c | 14 void *__mmap(void *start, size_t len, int prot, int flags, int fd, off_t off) in __mmap() argument 58 void *__lldb_mmap(void *start, size_t len, int prot, int flags, int fd, intptr_t off) { in __lldb_mmap() argument
|
/third_party/musl/src/linux/ |
H A D | remap_file_pages.c | 5 int remap_file_pages(void *addr, size_t size, int prot, size_t pgoff, int flags) in remap_file_pages() argument
|
/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | invoker_factory.h | 55 template <typename T> InvokerDelegator<T>::InvokerDelegator(int prot) in InvokerDelegator() argument
|
/third_party/libdrm/ |
H A D | libdrm_macros.h | 51 static inline void *drm_mmap(void *addr, size_t length, int prot, int flags, in drm_mmap() argument
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap06.c | 28 int prot; member
|
/third_party/ltp/testcases/kernel/syscalls/pkeys/ |
H A D | pkey.h | 20 inline int ltp_pkey_mprotect(void *addr, size_t len, int prot, int pkey) in ltp_pkey_mprotect() argument
|
H A D | pkey01.c | 68 int prot; member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
H A D | 1-2.c | 57 int prot; in main() local
|
H A D | 4-1.c | 53 int prot; in main() local
|
H A D | 3-1.c | 44 int prot; in main() local
|
H A D | 9-1.c | 41 int prot; in main() local
|
H A D | 1-1.c | 57 int prot; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 5-1.c | 38 int prot; member [all...] |
/third_party/ltp/testcases/kernel/syscalls/mprotect/ |
H A D | mprotect01.c | 55 int prot; member
|
/third_party/musl/src/hook/linux/ |
H A D | malloc_common.c | 131 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() argument
|
/third_party/musl/porting/linux/user/src/hook/ |
H A D | malloc_common.c | 103 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() argument
|
/third_party/ltp/testcases/kernel/syscalls/remap_file_pages/ |
H A D | remap_file_pages02.c | 66 int prot; member
|
/third_party/ltp/testcases/kernel/mem/vma/ |
H A D | vma03.c | 121 static void *mmap2(void *addr, size_t length, int prot, in mmap2() argument
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-macos.cc | 75 vm_prot_t prot = GetVMProtFromMemoryPermission(access); in AllocateShared() local 123 vm_prot_t prot = GetVMProtFromMemoryPermission(access); in AllocateShared() local 37 mach_vm_map_wrapper(mach_vm_address_t* address, mach_vm_size_t size, int flags, mach_port_t port, memory_object_offset_t offset, vm_prot_t prot) mach_vm_map_wrapper() argument
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitWXExecAllocator.c | 99 int prot = PROT_READ | PROT_WRITE | SLJIT_PROT_WX; in sljit_malloc_exec() local 144 int prot = PROT_READ | (enable_exec ? PROT_EXEC : PROT_WRITE); in sljit_update_wx_flags() local 189 DWORD prot = enable_exec ? PAGE_EXECUTE : PAGE_READWRITE; in sljit_update_wx_flags() local
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
H A D | drv_mmz_compat.h | 36 HI_U32 prot : 8; /* PROT_READ or PROT_WRITE */ member
|