Searched refs:SectionLoadHistory (Results 1 – 6 of 6) sorted by relevance
17 bool SectionLoadHistory::IsEmpty() const { in IsEmpty()22 void SectionLoadHistory::Clear() { in Clear()27 uint32_t SectionLoadHistory::GetLastStopID() const { in GetLastStopID()36 SectionLoadHistory::GetSectionLoadListForStopID(uint32_t stop_id, in GetSectionLoadListForStopID()95 SectionLoadList &SectionLoadHistory::GetCurrentSectionLoadList() { in GetCurrentSectionLoadList()105 SectionLoadHistory::GetSectionLoadAddress(uint32_t stop_id, in GetSectionLoadAddress()114 bool SectionLoadHistory::ResolveLoadAddress(uint32_t stop_id, addr_t load_addr, in ResolveLoadAddress()124 bool SectionLoadHistory::SetSectionLoadAddress( in SetSectionLoadAddress()136 SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded()145 bool SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded()[all …]
3119 SectionLoadHistory::eStopIDNow, section_sp); in SetSectionLoadAddress()
19 class SectionLoadHistory {27 SectionLoadHistory() = default;29 ~SectionLoadHistory() { in ~SectionLoadHistory()78 SectionLoadHistory(const SectionLoadHistory &) = delete;79 const SectionLoadHistory &operator=(const SectionLoadHistory &) = delete;
1205 uint32_t stop_id = SectionLoadHistory::eStopIDNow);1555 SectionLoadHistory m_section_load_history;
198 class SectionLoadHistory; variable
665 SRCS+= Target/SectionLoadHistory.cpp