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

Declarations

tools/lldb/include/lldb/Core/Section.h
   63   lldb::SectionSP FindSectionByID(lldb::user_id_t sect_id) const;

References

tools/lldb/source/Core/Section.cpp
  536         sect_sp = (*sect_iter)->GetChildren().FindSectionByID(sect_id);
  586   return FindSectionByID(sect_id).get() != nullptr;
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  892         GetSectionList()->FindSectionByID(SegmentID(EnumPHdr.index())), 0);
  924   Section *dynstr = section_list->FindSectionByID(header->sh_link).get();
 2010       symbol_section_sp = section_list->FindSectionByID(shndx);
 2288   Section *strtab = section_list->FindSectionByID(strtab_id).get();
 2506   Section *rel_section = section_list->FindSectionByID(rel_id).get();
 2510   SectionSP plt_section_sp(section_list->FindSectionByID(plt_id));
 2514   Section *symtab = section_list->FindSectionByID(symtab_id).get();
 2519   Section *strtab = section_list->FindSectionByID(sym_hdr->sh_link).get();
 2658   Section *rel = section_list->FindSectionByID(rel_id).get();
 2662   Section *symtab = section_list->FindSectionByID(symtab_id).get();
 2666   Section *debug = section_list->FindSectionByID(debug_id).get();
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1784             segment_sp->GetChildren().FindSectionByID(sect_uid));
 1788               segment_sp->GetChildren().FindSectionByID(sect_uid + 1);
 1858         SectionSP section_sp(m_section_list->FindSectionByID(n_sect));
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
  210         auto section_ptr = section_list->FindSectionByID(section);
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
   95     auto section = section_list->FindSectionByID(section_id);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1393     auto section = section_list->FindSectionByID(section_id);