Searched refs:sect_sp (Results 1 – 3 of 3) sorted by relevance
439 size_t SectionList::AddUniqueSection(const lldb::SectionSP §_sp) { in AddUniqueSection() argument440 size_t sect_idx = FindSectionIndex(sect_sp.get()); in AddUniqueSection()442 sect_idx = AddSection(sect_sp); in AddUniqueSection()448 const lldb::SectionSP §_sp, in ReplaceSection() argument453 *sect_iter = sect_sp; in ReplaceSection()458 .ReplaceSection(sect_id, sect_sp, depth - 1)) in ReplaceSection()477 SectionSP sect_sp; in GetSectionAtIndex() local479 sect_sp = m_sections[idx]; in GetSectionAtIndex()480 return sect_sp; in GetSectionAtIndex()485 SectionSP sect_sp; in FindSectionByName() local[all …]
152 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection() local153 if (!sect_sp) in HashElfTextSection()161 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection()164 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
832 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap() local833 if (sect_sp) { in AddSectionsToRangeMap()834 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap()841 size_t size = sect_sp->GetByteSize(); in AddSectionsToRangeMap()843 addr_t base_addr = sect_sp->GetFileAddress(); in AddSectionsToRangeMap()