Lines Matching refs:SectionSP
719 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
877 SectionSP dynsym_section_sp( in GetImageInfoAddress()
1771 SectionSP Segment;
1779 using VMMap = llvm::IntervalMap<addr_t, SectionSP, 4,
1833 SectionSP Segment; in GetAddressInfo()
1858 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment()
1863 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()
1878 static SectionSP FindMatchingSection(const SectionList §ion_list, in FindMatchingSection()
1879 SectionSP section) { in FindMatchingSection()
1880 SectionSP sect_sp; in FindMatchingSection()
1927 SectionSP Segment = std::make_shared<Section>( in CreateSections()
1965 SectionSP section_sp(new Section( in CreateSections()
1997 if (SectionSP symtab_section_sp = in CreateSections()
2000 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections()
2016 SectionSP section = in GetGnuDebugDataObjectFile()
2129 std::unordered_map<lldb::SectionSP, lldb::SectionSP> section_map; in ParseSymbols()
2151 SectionSP symbol_section_sp; in ParseSymbols()
2576 const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, in ParsePLTRelocations()
2673 SectionSP plt_section_sp(section_list->FindSectionByID(plt_id)); in ParseTrampolineSymbols()
3079 SectionSP section_sp = entry_point_addr.GetSection(); in ParseSymtab()
3177 SectionSP section_sp = in ParseUnwindSymbols()
3565 SectionSP loader_section = in CalculateStrata()