Searched refs:SectionLoadHistory (Results 1 – 6 of 6) sorted by relevance
18 bool SectionLoadHistory::IsEmpty() const { in IsEmpty()23 void SectionLoadHistory::Clear() { in Clear()28 uint32_t SectionLoadHistory::GetLastStopID() const { in GetLastStopID()37 SectionLoadHistory::GetSectionLoadListForStopID(uint32_t stop_id, in GetSectionLoadListForStopID()96 SectionLoadList &SectionLoadHistory::GetCurrentSectionLoadList() { in GetCurrentSectionLoadList()106 SectionLoadHistory::GetSectionLoadAddress(uint32_t stop_id, in GetSectionLoadAddress()115 bool SectionLoadHistory::ResolveLoadAddress(uint32_t stop_id, addr_t load_addr, in ResolveLoadAddress()125 bool SectionLoadHistory::SetSectionLoadAddress( in SetSectionLoadAddress()137 SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded()146 bool SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded()[all …]
2729 SectionLoadHistory::eStopIDNow, section_sp); in SetSectionLoadAddress()
20 class SectionLoadHistory {30 SectionLoadHistory() : m_stop_id_to_section_load_list(), m_mutex() {} in SectionLoadHistory() function32 ~SectionLoadHistory() { in ~SectionLoadHistory()81 DISALLOW_COPY_AND_ASSIGN(SectionLoadHistory);
1085 uint32_t stop_id = SectionLoadHistory::eStopIDNow);1278 SectionLoadHistory m_section_load_history;
204 class SectionLoadHistory; variable
543 SRCS+= Target/SectionLoadHistory.cpp