Searched refs:symbol_section_sp (Results 1 – 1 of 1) sorted by relevance
2006 SectionSP symbol_section_sp; in ParseSymbols() local2018 symbol_section_sp = section_list->FindSectionByID(shndx); in ParseSymbols()2065 if (symbol_section_sp) { in ParseSymbols()2066 ConstString sect_name = symbol_section_sp->GetName(); in ParseSymbols()2183 if (symbol_section_sp == nullptr && shndx == SHN_ABS && in ParseSymbols()2191 symbol_section_sp = in ParseSymbols()2196 module_section_list->AddSection(symbol_section_sp); in ParseSymbols()2197 section_list->AddSection(symbol_section_sp); in ParseSymbols()2200 if (symbol_section_sp && in ParseSymbols()2202 symbol_value -= symbol_section_sp->GetFileAddress(); in ParseSymbols()[all …]