Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1048 SectionSP symbol_section_sp; in ParseSymbols() local
1061 symbol_section_sp = section_list->GetSectionAtIndex(symbol_idx); in ParseSymbols()
1110 if (symbol_section_sp) in ParseSymbols()
1112 const ConstString &sect_name = symbol_section_sp->GetName(); in ParseSymbols()
1134 if (symbol_section_sp && (symbol_section_sp->GetFileSize() == 0)) in ParseSymbols()
1142 const ConstString &sect_name = symbol_section_sp->GetName(); in ParseSymbols()
1146 symbol_section_sp = section_sp; in ParseSymbols()
1153 if (symbol_section_sp) in ParseSymbols()
1154 symbol_value -= symbol_section_sp->GetFileAddress(); in ParseSymbols()
1167 symbol_section_sp, // Section in which this symbol is defined or null. in ParseSymbols()