Home
last modified time | relevance | path

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

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