Home
last modified time | relevance | path

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

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