Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h24 eMmapProtRead = 2, enumerator
H A DInferiorCallPOSIX.cpp74 if (prot & eMmapProtRead) in InferiorCallMmap()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp607 prot |= eMmapProtRead; in DoAllocateMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3045 prot |= eMmapProtRead; in DoAllocateMemory()