Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1984 std::unordered_map<const char *, lldb::SectionSP> section_name_to_section; in ParseSymbols() local
2207 auto section_it = section_name_to_section.find(sect_name.GetCString()); in ParseSymbols()
2208 if (section_it == section_name_to_section.end()) in ParseSymbols()
2210 section_name_to_section in ParseSymbols()