Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp206 MmapArgList PlatformOpenBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
217 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
H A DPlatformOpenBSD.h56 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp310 MmapArgList PlatformFreeBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
321 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
H A DPlatformFreeBSD.h64 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp355 MmapArgList PlatformNetBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
366 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
H A DPlatformNetBSD.h62 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp88 MmapArgList args = in InferiorCallMmap()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h50 typedef llvm::SmallVector<lldb::addr_t, 6> MmapArgList; typedef
628 virtual MmapArgList GetMmapArgumentList(const ArchSpec &arch,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1351 MmapArgList Platform::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList()
1361 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()