Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h22 eMmapProtExec = 1, enumerator
H A DInferiorCallPOSIX.cpp73 if (prot & eMmapProtExec) in InferiorCallMmap()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2790 prot |= eMmapProtExec; in DoAllocateMemory()