Searched defs:vm_addr (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 304 addr_t vm_addr = file_offset; in CreateSections() local
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBBreakpoint.cpp | 128 SBBreakpointLocation SBBreakpoint::FindLocationByAddress(addr_t vm_addr) { in FindLocationByAddress() 149 break_id_t SBBreakpoint::FindLocationIDByAddress(addr_t vm_addr) { in FindLocationIDByAddress()
|
H A D | SBModule.cpp | 213 SBAddress SBModule::ResolveFileAddress(lldb::addr_t vm_addr) { in ResolveFileAddress() argument
|
H A D | SBTarget.cpp | 591 lldb::SBAddress SBTarget::ResolveLoadAddress(lldb::addr_t vm_addr) { in ResolveLoadAddress() 626 lldb::addr_t vm_addr) { in ResolvePastLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.cpp | 230 DoWriteMemory(lldb::addr_t vm_addr,const void * buf,size_t size,Status & error) DoWriteMemory() argument
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 611 SectionSP SectionList::FindSectionContainingFileAddress(addr_t vm_addr, in FindSectionContainingFileAddress()
|
H A D | ModuleList.cpp | 670 bool ModuleList::ResolveFileAddress(lldb::addr_t vm_addr, in ResolveFileAddress()
|
H A D | Module.cpp | 437 bool Module::ResolveFileAddress(lldb::addr_t vm_addr, Address &so_addr) { in ResolveFileAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 184 lldb::addr_t vm_addr = 0; in DoLoadCore() local
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 2234 uint64_t Process::ReadUnsignedIntegerFromMemory(lldb::addr_t vm_addr, in ReadUnsignedIntegerFromMemory() 2245 int64_t Process::ReadSignedIntegerFromMemory(lldb::addr_t vm_addr, in ReadSignedIntegerFromMemory() 2256 addr_t Process::ReadPointerFromMemory(lldb::addr_t vm_addr, Status &error) { in ReadPointerFromMemory() 2264 bool Process::WritePointerToMemory(lldb::addr_t vm_addr, lldb::addr_t ptr_value, in WritePointerToMemory()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Process.h | 1675 virtual size_t DoWriteMemory(lldb::addr_t vm_addr, const void *buf, in DoWriteMemory()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 1297 auto vm_addr = pub_sym_up->getVirtualAddress(); in CacheFunctionNames() local
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 1820 void *vm_addr; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1882 addr_t vm_addr = section->GetFileAddress(); in FindMatchingSection() local
|