HomeSort by relevance Sort by last modified time
    Searched refs:module_section_list (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/SymbolVendor/ELF/
SymbolVendorELF.cpp 144 SectionList *module_section_list = module_sp->GetSectionList(); local
168 SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true));
170 module_section_list->ReplaceSection (module_section_sp->GetID(), section_sp);
172 module_section_list->AddSection (section_sp);
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 1139 SectionList *module_section_list = module_sp->GetSectionList(); local
    [all...]

Completed in 328 milliseconds