Searched refs:MmapArgList (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 157 MmapArgList PlatformOpenBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() 168 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|
| H A D | PlatformOpenBSD.h | 52 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/AIX/ |
| H A D | PlatformAIX.cpp | 141 MmapArgList PlatformAIX::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList() 152 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|
| H A D | PlatformAIX.h | 53 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 172 MmapArgList PlatformFreeBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() 183 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|
| H A D | PlatformFreeBSD.h | 53 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.h | 55 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
|
| H A D | PlatformNetBSD.cpp | 193 MmapArgList PlatformNetBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() 204 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.h | 64 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr, in GetMmapArgumentList()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 92 MmapArgList args = in InferiorCallMmap()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Platform.h | 64 typedef llvm::SmallVector<lldb::addr_t, 6> MmapArgList; typedef 632 virtual MmapArgList GetMmapArgumentList(const ArchSpec &arch,
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 1230 MmapArgList Platform::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList() 1240 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|