Searched refs:MmapArgList (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
D | PlatformOpenBSD.cpp | 202 MmapArgList PlatformOpenBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() 213 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|
D | PlatformOpenBSD.h | 49 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
|
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
D | PlatformNetBSD.cpp | 236 MmapArgList PlatformNetBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() 247 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|
D | PlatformNetBSD.h | 51 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
|
/external/llvm-project/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.cpp | 269 MmapArgList PlatformLinux::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() 281 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|
D | PlatformLinux.h | 51 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
|
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 276 MmapArgList PlatformFreeBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() 287 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
|
D | PlatformFreeBSD.h | 52 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | InferiorCallPOSIX.cpp | 93 MmapArgList args = in InferiorCallMmap()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Platform.h | 59 typedef llvm::SmallVector<lldb::addr_t, 6> MmapArgList; typedef 583 virtual MmapArgList GetMmapArgumentList(const ArchSpec &arch,
|
/external/llvm-project/lldb/source/Target/ |
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()
|