Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h23 eMmapProtExec = 1, enumerator
H A DInferiorCallPOSIX.cpp72 if (prot & eMmapProtExec) in InferiorCallMmap()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp611 prot |= eMmapProtExec; in DoAllocateMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3049 prot |= eMmapProtExec; in DoAllocateMemory()