Home
last modified time | relevance | path

Searched refs:module_section_list (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp144 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance() local
168 … SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true)); in CreateInstance()
170module_section_list->ReplaceSection (module_section_sp->GetID(), section_sp); in CreateInstance()
172 module_section_list->AddSection (section_sp); in CreateInstance()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1139 SectionList *module_section_list = module_sp->GetSectionList(); in ParseSymbols() local
1140 if (module_section_list && module_section_list != section_list) in ParseSymbols()
1143 lldb::SectionSP section_sp (module_section_list->FindSectionByName (sect_name)); in ParseSymbols()