Searched refs:sect_sp (Results 1 – 5 of 5) sorted by relevance
511 size_t SectionList::AddUniqueSection(const lldb::SectionSP §_sp) { in AddUniqueSection() argument512 size_t sect_idx = FindSectionIndex(sect_sp.get()); in AddUniqueSection()514 sect_idx = AddSection(sect_sp); in AddUniqueSection()520 const lldb::SectionSP §_sp, in ReplaceSection() argument525 *sect_iter = sect_sp; in ReplaceSection()530 .ReplaceSection(sect_id, sect_sp, depth - 1)) in ReplaceSection()549 SectionSP sect_sp; in GetSectionAtIndex() local551 sect_sp = m_sections[idx]; in GetSectionAtIndex()552 return sect_sp; in GetSectionAtIndex()556 SectionSP sect_sp; in FindSectionByName() local[all …]
81 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection() local82 if (!sect_sp) in HashElfTextSection()90 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection()93 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
916 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap() local917 if (sect_sp) { in AddSectionsToRangeMap()918 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap()925 size_t size = sect_sp->GetByteSize(); in AddSectionsToRangeMap()927 addr_t base_addr = sect_sp->GetFileAddress(); in AddSectionsToRangeMap()
260 SectionSP sect_sp = mod->GetObjectFile()->GetBaseAddress().GetSection(); in getModuleFileSize() local262 if (!sect_sp) { in getModuleFileSize()266 lldb::addr_t sect_addr = sect_sp->GetLoadBaseAddress(&target); in getModuleFileSize()269 lldb::addr_t sect_size = sect_sp->GetByteSize(); in getModuleFileSize()282 sect_size = sect_sp->GetByteSize(); in getModuleFileSize()
1845 SectionSP sect_sp; in FindMatchingSection() local1860 sect_sp = sect; in FindMatchingSection()1863 sect_sp = FindMatchingSection(sect->GetChildren(), section); in FindMatchingSection()1864 if (sect_sp) in FindMatchingSection()1869 return sect_sp; in FindMatchingSection()