Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/mac_headers/mach/
Dvm_prot.h97 #define VM_PROT_ALL (VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE) macro
/external/libchrome/base/memory/
Dplatform_shared_memory_region_unittest.cc220 EXPECT_EQ(basic_info.protection & VM_PROT_ALL, VM_PROT_READ); in TEST_F()
221 EXPECT_EQ(basic_info.max_protection & VM_PROT_ALL, VM_PROT_READ); in TEST_F()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.cpp53 if (prot == (m_curr_protection & VM_PROT_ALL)) { in SetProtections()