Home
last modified time | relevance | path

Searched refs:InferiorCallMmap (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.h27 bool InferiorCallMmap(Process *proc, lldb::addr_t &allocated_addr,
DInferiorCallPOSIX.cpp36 bool lldb_private::InferiorCallMmap(Process *process, addr_t &allocated_addr, in InferiorCallMmap() function in lldb_private
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp606 if (InferiorCallMmap(this, allocated_addr, 0, size, prot, in DoAllocateMemory()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2973 if (InferiorCallMmap(this, allocated_addr, 0, size, prot, in DoAllocateMemory()