Searched refs:m_image_base (Results 1 – 2 of 2) sorted by relevance
418 m_image_base(LLDB_INVALID_ADDRESS), m_entry_point_address(), in ObjectFilePECOFF()427 m_image_base(LLDB_INVALID_ADDRESS), m_entry_point_address(), in ObjectFilePECOFF()466 value -= m_image_base; in SetLoadAddress()650 m_image_base = m_coff_header_opt.image_base; in ParseCOFFOptionalHeader()660 return addr.GetFileAddress() - m_image_base; in GetRVA()672 return m_image_base + rva; in GetFileAddress()688 process_sp->ReadMemory(m_image_base + offset, data_up->GetBytes(), in ReadImageData()
305 lldb::addr_t m_image_base; variable