Lines Matching refs:SectionSP
719 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
863 SectionSP dynsym_section_sp( in GetImageInfoAddress()
1754 SectionSP Segment;
1762 using VMMap = llvm::IntervalMap<addr_t, SectionSP, 4,
1816 SectionSP Segment; in GetAddressInfo()
1841 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment()
1846 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()
1877 SectionSP Segment = std::make_shared<Section>( in CreateSections()
1915 SectionSP section_sp(new Section( in CreateSections()
1947 if (SectionSP symtab_section_sp = in CreateSections()
1950 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections()
1966 SectionSP section = in GetGnuDebugDataObjectFile()
2073 std::unordered_map<const char *, lldb::SectionSP> section_name_to_section; in ParseSymbols()
2095 SectionSP symbol_section_sp; in ParseSymbols()
2494 const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, in ParsePLTRelocations()
2591 SectionSP plt_section_sp(section_list->FindSectionByID(plt_id)); in ParseTrampolineSymbols()
2989 SectionSP section_sp = entry_point_addr.GetSection(); in ParseSymtab()
3087 SectionSP section_sp = in ParseUnwindSymbols()
3475 SectionSP loader_section = in CalculateStrata()