Home
last modified time | relevance | path

Searched defs:VM_PROT_WRITE (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach/
Dvm_prot.h84 #define VM_PROT_WRITE ((vm_prot_t) 0x02) /* write permission */ macro
/external/llvm/include/llvm/Support/
DMachO.h486 VM_PROT_WRITE = 0x2, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h486 VM_PROT_WRITE = 0x2, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h479 enum { VM_PROT_READ = 0x1, VM_PROT_WRITE = 0x2, VM_PROT_EXECUTE = 0x4 }; enumerator
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4278 pub const VM_PROT_WRITE: ::vm_prot_t = 0x02; constant