Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
HDSymbolVendorELF.cpp161 … SectionSP section_sp (objfile_section_list->FindSectionByType (section_type, true)); in CreateInstance()
164 … SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true)); in CreateInstance()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp610 …SectionSP dynsym_section_sp (section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true… in GetImageInfoAddress()
685 Section *dynsym = section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true).get(); in ParseDependentModules()
1069 SectionSP section_sp (elf_section_list->FindSectionByType (section_type, true)); in CreateSections()
1072 … SectionSP module_section_sp (unified_section_list.FindSectionByType (section_type, true)); in CreateSections()
1315 Section *dynsym = section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true).get(); in ParseDynamicSymbols()
1558 Section *symtab = section_list->FindSectionByType (eSectionTypeELFSymbolTable, true).get(); in GetSymtab()
1563 symtab = section_list->FindSectionByType (eSectionTypeELFDynamicSymbols, true).get(); in GetSymtab()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDUnwindTable.cpp50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); in Initialize()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDSection.cpp476 SectionList::FindSectionByType (SectionType sect_type, bool check_children, size_t start_idx) const in FindSectionByType() function in SectionList
489 … sect_sp = m_sections[idx]->GetChildren().FindSectionByType (sect_type, check_children, 0); in FindSectionByType()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDSection.h62FindSectionByType (lldb::SectionType sect_type, bool check_children, size_t start_idx = 0) const;
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.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 …]