Home
last modified time | relevance | path

Searched defs:allocated_addr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp37 InferiorCallMmap(Process * process,addr_t & allocated_addr,addr_t addr,addr_t length,unsigned prot,unsigned flags,addr_t fd,addr_t offset) InferiorCallMmap() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2861 addr_t allocated_addr = LLDB_INVALID_ADDRESS; in DoAllocateMemory() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2444 addr_t allocated_addr = DoAllocateMemory(size, permissions, error); in AllocateMemory() local