Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h23 eMmapProtRead = 2, enumerator
H A DInferiorCallPOSIX.cpp75 if (prot & eMmapProtRead) in InferiorCallMmap()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2831 prot |= eMmapProtRead; in DoAllocateMemory()