Searched refs:FindSectionByType (Results 1 – 6 of 6) sorted by relevance
/external/lldb/source/Plugins/SymbolVendor/ELF/ |
D | SymbolVendorELF.cpp | 165 … 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/ |
D | ObjectFileELF.cpp | 527 …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/ |
D | UnwindTable.cpp | 50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); in Initialize()
|
/external/lldb/source/Core/ |
D | Section.cpp | 457 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/ |
D | Section.h | 62 … FindSectionByType (lldb::SectionType sect_type, bool check_children, size_t start_idx = 0) const;
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 621 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 …]
|