Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h24 eMmapProtWrite = 4 enumerator
H A DInferiorCallPOSIX.cpp77 if (prot & eMmapProtWrite) in InferiorCallMmap()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2833 prot |= eMmapProtWrite; in DoAllocateMemory()