reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2010       symbol_section_sp = section_list->FindSectionByID(shndx);
 2057       if (symbol_section_sp) {
 2058         ConstString sect_name = symbol_section_sp->GetName();
 2175     if (symbol_section_sp == nullptr && shndx == SHN_ABS &&
 2183       symbol_section_sp =
 2188       module_section_list->AddSection(symbol_section_sp);
 2189       section_list->AddSection(symbol_section_sp);
 2192     if (symbol_section_sp &&
 2194       symbol_value -= symbol_section_sp->GetFileAddress();
 2196     if (symbol_section_sp && module_section_list &&
 2198       ConstString sect_name = symbol_section_sp->GetName();
 2207         symbol_section_sp = section_it->second;
 2253         AddressRange(symbol_section_sp, // Section in which this symbol is