Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h24 eMmapProtWrite = 4 enumerator
H A DInferiorCallPOSIX.cpp77 if (prot & eMmapProtWrite) in InferiorCallMmap()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2788 prot |= eMmapProtWrite; in DoAllocateMemory()