Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2116 SectionSP symbol_section_sp; in ParseSymbols() local
2128 symbol_section_sp = section_list->FindSectionByID(shndx); in ParseSymbols()
2175 if (symbol_section_sp) { in ParseSymbols()
2176 ConstString sect_name = symbol_section_sp->GetName(); in ParseSymbols()
2293 if (symbol_section_sp && in ParseSymbols()
2295 symbol_value -= symbol_section_sp->GetFileAddress(); in ParseSymbols()
2297 if (symbol_section_sp && module_section_list && in ParseSymbols()
2299 auto section_it = section_map.find(symbol_section_sp); in ParseSymbols()
2302 .emplace(symbol_section_sp, in ParseSymbols()
2304 symbol_section_sp)) in ParseSymbols()
[all …]