Home
last modified time | relevance | path

Searched defs:vm_addr (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp193 const auto vm_addr = section.address.value_or(0); in CreateSections() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp274 addr_t vm_addr = file_offset; in CreateSections() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp128 SBBreakpointLocation SBBreakpoint::FindLocationByAddress(addr_t vm_addr) { in FindLocationByAddress()
149 break_id_t SBBreakpoint::FindLocationIDByAddress(addr_t vm_addr) { in FindLocationIDByAddress()
H A DSBModule.cpp213 SBAddress SBModule::ResolveFileAddress(lldb::addr_t vm_addr) { in ResolveFileAddress()
H A DSBTarget.cpp584 lldb::SBAddress SBTarget::ResolveLoadAddress(lldb::addr_t vm_addr) { in ResolveLoadAddress()
617 lldb::addr_t vm_addr) { in ResolvePastLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp250 size_t ScriptedProcess::DoWriteMemory(lldb::addr_t vm_addr, const void *buf, in DoWriteMemory()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp614 SectionSP SectionList::FindSectionContainingFileAddress(addr_t vm_addr, in FindSectionContainingFileAddress()
H A DModuleList.cpp670 bool ModuleList::ResolveFileAddress(lldb::addr_t vm_addr, in ResolveFileAddress()
H A DModule.cpp444 bool Module::ResolveFileAddress(lldb::addr_t vm_addr, Address &so_addr) { in ResolveFileAddress()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c336 void *vm_addr; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp195 lldb::addr_t vm_addr = 0; in DoLoadCore() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2182 lldb::offset_t Process::ReadMemoryInChunks(lldb::addr_t vm_addr, void *buf, in ReadMemoryInChunks()
2226 uint64_t Process::ReadUnsignedIntegerFromMemory(lldb::addr_t vm_addr, in ReadUnsignedIntegerFromMemory()
2237 int64_t Process::ReadSignedIntegerFromMemory(lldb::addr_t vm_addr, in ReadSignedIntegerFromMemory()
2248 addr_t Process::ReadPointerFromMemory(lldb::addr_t vm_addr, Status &error) { in ReadPointerFromMemory()
2256 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 DProcess.h1718 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 DSymbolFilePDB.cpp1284 if (auto vm_addr = pub_sym_up->getVirtualAddress()) { in CacheFunctionNames() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1847 addr_t vm_addr = section->GetFileAddress(); in FindMatchingSection() local