Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp304 addr_t vm_addr = file_offset; in CreateSections() local
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp128 SBBreakpointLocation SBBreakpoint::FindLocationByAddress(addr_t vm_addr) { in FindLocationByAddress() argument
149 break_id_t SBBreakpoint::FindLocationIDByAddress(addr_t vm_addr) { in FindLocationIDByAddress() argument
[all...]
H A DSBModule.cpp213 SBAddress SBModule::ResolveFileAddress(lldb::addr_t vm_addr) { in ResolveFileAddress()
H A DSBTarget.cpp584 ResolveLoadAddress(lldb::addr_t vm_addr) ResolveLoadAddress() argument
619 ResolvePastLoadAddress(uint32_t stop_id,lldb::addr_t vm_addr) ResolvePastLoadAddress() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp244 size_t ScriptedProcess::DoWriteMemory(lldb::addr_t vm_addr, const void *buf, in DoWriteMemory()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp611 SectionSP SectionList::FindSectionContainingFileAddress(addr_t vm_addr, in FindSectionContainingFileAddress() argument
H A DModuleList.cpp665 ResolveFileAddress(lldb::addr_t vm_addr,Address & so_addr) const ResolveFileAddress() argument
H A DModule.cpp437 bool Module::ResolveFileAddress(lldb::addr_t vm_addr, Address &so_addr) { in ResolveFileAddress() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp184 lldb::addr_t vm_addr = 0; in DoLoadCore() local
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2079 ReadUnsignedIntegerFromMemory(lldb::addr_t vm_addr,size_t integer_byte_size,uint64_t fail_value,Status & error) ReadUnsignedIntegerFromMemory() argument
2090 ReadSignedIntegerFromMemory(lldb::addr_t vm_addr,size_t integer_byte_size,int64_t fail_value,Status & error) ReadSignedIntegerFromMemory() argument
2101 ReadPointerFromMemory(lldb::addr_t vm_addr,Status & error) ReadPointerFromMemory() argument
2109 WritePointerToMemory(lldb::addr_t vm_addr,lldb::addr_t ptr_value,Status & error) WritePointerToMemory() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1650 DoWriteMemory(lldb::addr_t vm_addr,const void * buf,size_t size,Status & error) DoWriteMemory() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1297 auto vm_addr = pub_sym_up->getVirtualAddress(); in CacheFunctionNames() local
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1762 void *vm_addr; global() member