Home
last modified time | relevance | path

Searched refs:eMmapProtNone (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h21 eMmapProtNone = 0, enumerator
H A DInferiorCallPOSIX.cpp68 if (prot == eMmapProtNone) in InferiorCallMmap()