Searched refs:MmapArgList (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 202 MmapArgList PlatformOpenBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() 213 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|
| H A D | PlatformOpenBSD.h | 49 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 230 MmapArgList PlatformFreeBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() 241 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|
| H A D | PlatformFreeBSD.h | 49 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 236 MmapArgList PlatformNetBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() 247 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|
| H A D | PlatformNetBSD.h | 51 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 93 MmapArgList args = in InferiorCallMmap()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Platform.h | 59 typedef llvm::SmallVector<lldb::addr_t, 6> MmapArgList; typedef 583 virtual MmapArgList GetMmapArgumentList(const ArchSpec &arch,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 1304 MmapArgList Platform::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList() 1314 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|