Home
last modified time | relevance | path

Searched refs:vm_prot_t (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach/
Dvm_prot.h75 typedef int vm_prot_t; typedef
81 #define VM_PROT_NONE ((vm_prot_t) 0x00)
83 #define VM_PROT_READ ((vm_prot_t) 0x01) /* read permission */
84 #define VM_PROT_WRITE ((vm_prot_t) 0x02) /* write permission */
85 #define VM_PROT_EXECUTE ((vm_prot_t) 0x04) /* execute permission */
106 #define VM_PROT_NO_CHANGE ((vm_prot_t) 0x08)
116 #define VM_PROT_COPY ((vm_prot_t) 0x10)
130 #define VM_PROT_WANTS_COPY ((vm_prot_t) 0x10)
138 #define VM_PROT_IS_MASK ((vm_prot_t) 0x40)
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.h40 vm_prot_t prot);
64 vm_prot_t m_curr_protection; // The current, possibly modified protections.
DMachVMRegion.cpp45 vm_prot_t prot) { in SetProtections()
DMachTask.mm950 vm_prot_t mach_prot = VM_PROT_NONE;
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h329 vm_prot_t maxprot; /* maximum VM protection */
330 vm_prot_t initprot; /* initial VM protection */
349 vm_prot_t maxprot; /* maximum VM protection */
350 vm_prot_t initprot; /* initial VM protection */
/external/libffi/src/
Dclosures.c193 vm_prot_t cur_prot; in ffi_trampoline_table_alloc()
194 vm_prot_t max_prot; in ffi_trampoline_table_alloc()
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c614 vm_prot_t cur_prot; in ffi_trampoline_table_alloc()
615 vm_prot_t max_prot; in ffi_trampoline_table_alloc()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs57 pub type vm_prot_t = ::c_int;
419 pub maxprot: vm_prot_t,
420 pub initprot: vm_prot_t,
433 pub maxprot: vm_prot_t,
434 pub initprot: vm_prot_t,