Lines Matching full:section_sp
2394 SectionSP section_sp (section.GetSP());
2395 if (section_sp)
2397 if (section_sp->IsThreadSpecific())
2403 if (target_sp->GetSectionLoadList().SetSectionLoadAddress (section_sp, section_base_addr))
2514 SectionSP section_sp (section_list->GetSectionAtIndex(sect_idx));
2515 if (section_sp)
2516 changed |= target_sp->GetSectionLoadList().SetSectionUnloaded (section_sp) > 0;