Home
last modified time | relevance | path

Searched refs:MmapArgList (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp164 MmapArgList PlatformOpenBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
175 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
H A DPlatformOpenBSD.h52 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h55 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
H A DPlatformNetBSD.cpp193 MmapArgList PlatformNetBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
204 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h53 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
H A DPlatformFreeBSD.cpp172 MmapArgList PlatformFreeBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
183 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h58 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
H A DPlatformLinux.cpp298 MmapArgList PlatformLinux::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
310 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h64 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr, in GetMmapArgumentList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp97 MmapArgList args = in InferiorCallMmap()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h59 typedef llvm::SmallVector<lldb::addr_t, 6> MmapArgList; typedef
548 virtual MmapArgList GetMmapArgumentList(const ArchSpec &arch,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1266 MmapArgList Platform::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList()
1276 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()