Home
last modified time | relevance | path

Searched defs:VM_PROT_READ (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/examples/python/
Dmach_o.py125 VM_PROT_READ = 1 variable
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h494 enum { VM_PROT_READ = 0x1, VM_PROT_WRITE = 0x2, VM_PROT_EXECUTE = 0x4 }; enumerator