Searched refs:m_load_address (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbIndex.h | 106 lldb::addr_t m_load_address = 0; variable 115 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() 116 lldb::addr_t GetLoadAddress() const { return m_load_address; } in GetLoadAddress()
|
D | PdbIndex.cpp | 75 return m_load_address + static_cast<lldb::addr_t>(cs.VirtualAddress) + in MakeVirtualAddress()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 596 m_load_address = load_addr; in SetLoadAddress() 600 return m_load_address; in GetLoadAddress() 626 return m_name == rhs.GetName() && m_load_address == rhs.GetLoadAddress(); in operator ==() 656 if (m_load_address == LLDB_INVALID_ADDRESS) in ReadMemoryModule() 663 if (ReadMachHeader(m_load_address, process, mh)) { in ReadMemoryModule() 672 process->ReadModuleFromMemory(file_spec, m_load_address, size_to_read); in ReadMemoryModule() 700 m_uuid.GetAsString().c_str(), m_load_address, in ReadMemoryModule() 768 m_name.c_str(), m_load_address); in LoadImageUsingMemoryModule() 776 s.Printf("Load Address: 0x%" PRIx64 "\n", m_load_address); in LoadImageUsingMemoryModule() 931 if (m_load_address != LLDB_INVALID_ADDRESS && in LoadImageUsingMemoryModule() [all …]
|
D | DynamicLoaderDarwinKernel.h | 131 m_load_address(LLDB_INVALID_ADDRESS), m_size(0), in KextImageInfo() 135 m_load_address = LLDB_INVALID_ADDRESS; in Clear() 208 lldb::addr_t m_load_address; variable
|