Home
last modified time | relevance | path

Searched refs:VM_PROT_NONE (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach/
Dvm_prot.h81 #define VM_PROT_NONE ((vm_prot_t) 0x00) macro
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_interception_mac.mm112 *reprotection_value = VM_PROT_NONE;
579 vm_prot_t reprotection_value = VM_PROT_NONE;
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4276 pub const VM_PROT_NONE: ::vm_prot_t = 0x00; constant