Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp75 SectionList *sect_list = module_sp->GetSectionList(); in HashElfTextSection() local
76 if (sect_list == nullptr) in HashElfTextSection()
78 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection()