Home
last modified time | relevance | path

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

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