Lines Matching refs:SectionLoadHistory
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()
156 void SectionLoadHistory::Dump(Stream &s, Target *target) { in Dump()