Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h22 eMmapProtExec = 1, enumerator
H A DInferiorCallPOSIX.cpp72 if (prot & eMmapProtExec) in InferiorCallMmap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2857 prot |= eMmapProtExec; in DoAllocateMemory()