Home
last modified time | relevance | path

Searched refs:FindSectionByType (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp165 … SectionSP section_sp (objfile_section_list->FindSectionByType (section_type, true)); in CreateInstance()
168 … SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true)); in CreateInstance()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp527 …SectionSP dynsym_section_sp (section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true… in GetImageInfoAddress()
591 Section *dynsym = section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true).get(); in ParseDependentModules()
991 SectionSP section_sp (elf_section_list->FindSectionByType (section_type, true)); in CreateSections()
994 … SectionSP module_section_sp (unified_section_list.FindSectionByType (section_type, true)); in CreateSections()
1237 Section *dynsym = section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true).get(); in ParseDynamicSymbols()
1472 Section *symtab = section_list->FindSectionByType (eSectionTypeELFSymbolTable, true).get(); in GetSymtab()
1477 symtab = section_list->FindSectionByType (eSectionTypeELFDynamicSymbols, true).get(); in GetSymtab()
/external/lldb/source/Symbol/
DUnwindTable.cpp50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); in Initialize()
/external/lldb/source/Core/
DSection.cpp457 SectionList::FindSectionByType (SectionType sect_type, bool check_children, size_t start_idx) const in FindSectionByType() function in SectionList
470 … sect_sp = m_sections[idx]->GetChildren().FindSectionByType (sect_type, check_children, 0); in FindSectionByType()
/external/lldb/include/lldb/Core/
DSection.h62FindSectionByType (lldb::SectionType sect_type, bool check_children, size_t start_idx = 0) const;
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp621 section = section_list->FindSectionByType (eSectionTypeDWARFDebugInfo, true).get(); in CalculateAbilities()
626 section = section_list->FindSectionByType (eSectionTypeDWARFDebugAbbrev, true).get(); in CalculateAbilities()
632 section = section_list->FindSectionByType (eSectionTypeDWARFDebugAranges, true).get(); in CalculateAbilities()
636 section = section_list->FindSectionByType (eSectionTypeDWARFDebugFrame, true).get(); in CalculateAbilities()
640 section = section_list->FindSectionByType (eSectionTypeDWARFDebugLine, true).get(); in CalculateAbilities()
646 section = section_list->FindSectionByType (eSectionTypeDWARFDebugLoc, true).get(); in CalculateAbilities()
650 section = section_list->FindSectionByType (eSectionTypeDWARFDebugMacInfo, true).get(); in CalculateAbilities()
654 section = section_list->FindSectionByType (eSectionTypeDWARFDebugPubNames, true).get(); in CalculateAbilities()
658 section = section_list->FindSectionByType (eSectionTypeDWARFDebugPubTypes, true).get(); in CalculateAbilities()
662 section = section_list->FindSectionByType (eSectionTypeDWARFDebugRanges, true).get(); in CalculateAbilities()
[all …]