Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2250 auto section_it = section_name_to_section.find(sect_name.GetCString()); in ParseSymbols() local
2251 if (section_it == section_name_to_section.end()) in ParseSymbols()
2252 section_it = in ParseSymbols()
2257 if (section_it->second) in ParseSymbols()
2258 symbol_section_sp = section_it->second; in ParseSymbols()