Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp210 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp244 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp278 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp284 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h40 enum MmapFlags { eMmapFlagsPrivate = 1, eMmapFlagsAnon = 2 }; enumerator
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp607 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) { in DoAllocateMemory()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1311 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2974 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) in DoAllocateMemory()