Searched refs:m_image_base (Results 1 – 2 of 2) sorted by relevance
300 value -= m_image_base; in SetLoadAddress()484 m_image_base = m_coff_header_opt.image_base; in ParseCOFFOptionalHeader()494 return addr.GetFileAddress() - m_image_base; in GetRVA()506 return m_image_base + rva; in GetFileAddress()522 process_sp->ReadMemory(m_image_base + offset, data_up->GetBytes(), in ReadImageData()
300 lldb::addr_t m_image_base; variable