Lines Matching defs:stop_id
3226 uint32_t stop_id, bool allow_section_end) {
3227 return m_section_load_history.ResolveLoadAddress(stop_id, load_addr, so_addr,
3243 uint32_t stop_id = 0;
3246 stop_id = process_sp->GetStopID();
3248 stop_id = m_section_load_history.GetLastStopID();
3250 stop_id, section_sp, new_section_load_addr, warn_multiple))
3267 uint32_t stop_id = 0;
3270 stop_id = process_sp->GetStopID();
3272 stop_id = m_section_load_history.GetLastStopID();
3279 stop_id, sections->GetSectionAtIndex(i));
3286 uint32_t stop_id = 0;
3289 stop_id = process_sp->GetStopID();
3291 stop_id = m_section_load_history.GetLastStopID();
3292 return m_section_load_history.SetSectionUnloaded(stop_id, section_sp);
3297 uint32_t stop_id = 0;
3300 stop_id = process_sp->GetStopID();
3302 stop_id = m_section_load_history.GetLastStopID();
3303 return m_section_load_history.SetSectionUnloaded(stop_id, section_sp,