Home
last modified time | relevance | path

Searched refs:eMmapFlagsAnon (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp165 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp180 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp201 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h43 enum MmapFlags { eMmapFlagsPrivate = 1, eMmapFlagsAnon = 2 }; enumerator
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1233 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2881 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) in DoAllocateMemory()