Searched refs:symbol_section_sp (Results 1 – 1 of 1) sorted by relevance
2066 SectionSP symbol_section_sp; in ParseSymbols() local2078 symbol_section_sp = section_list->FindSectionByID(shndx); in ParseSymbols()2125 if (symbol_section_sp) { in ParseSymbols()2126 ConstString sect_name = symbol_section_sp->GetName(); in ParseSymbols()2243 if (symbol_section_sp && in ParseSymbols()2245 symbol_value -= symbol_section_sp->GetFileAddress(); in ParseSymbols()2247 if (symbol_section_sp && module_section_list && in ParseSymbols()2249 ConstString sect_name = symbol_section_sp->GetName(); in ParseSymbols()2258 symbol_section_sp = section_it->second; in ParseSymbols()2303 AddressRange(symbol_section_sp, // Section in which this symbol is in ParseSymbols()