Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp168 … SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true)); in CreateInstance() local
169 if (module_section_sp) in CreateInstance()
170 … module_section_list->ReplaceSection (module_section_sp->GetID(), section_sp); in CreateInstance()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp994 … SectionSP module_section_sp (unified_section_list.FindSectionByType (section_type, true)); in CreateSections() local
995 if (module_section_sp) in CreateSections()
996 … unified_section_list.ReplaceSection (module_section_sp->GetID(), section_sp); in CreateSections()