Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h23 eMmapProtRead = 2, enumerator
H A DInferiorCallPOSIX.cpp75 if (prot & eMmapProtRead) in InferiorCallMmap()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2786 prot |= eMmapProtRead; in DoAllocateMemory()