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

Declarations

tools/lldb/include/lldb/Core/Section.h
   86   lldb::SectionSP GetSectionAtIndex(size_t idx) const;

References

tools/lldb/source/API/SBModule.cpp
  388       sb_section.SetSP(section_list->GetSectionAtIndex(idx));
tools/lldb/source/API/SBSection.cpp
  114     sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx));
tools/lldb/source/API/SBTarget.cpp
 2245             SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
tools/lldb/source/Core/DynamicLoader.cpp
  135     SectionSP section_sp(sections->GetSectionAtIndex(i));
tools/lldb/source/Core/Module.cpp
 1421                 section_list->GetSectionAtIndex(idx - 1));
 1452         SectionSP section_sp = sections->GetSectionAtIndex(sect_idx);
tools/lldb/source/Core/Section.cpp
  250     Section *child_section = m_children.GetSectionAtIndex(i).get();
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  893                 ondisk_section_list->GetSectionAtIndex(sect_idx));
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  229     SectionSP section_sp(sections->GetSectionAtIndex(i));
  259     SectionSP section_sp(sections->GetSectionAtIndex(i));
tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
  100             SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  234     SectionSP section_sp(section_list.GetSectionAtIndex(i));
  379               SectionSP section_sp(section_list->GetSectionAtIndex(i));
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  300         section_list->GetSectionAtIndex(shndx).get();
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  666         SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
  216       SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5930     Section *section = section_list->GetSectionAtIndex(sect_idx).get();
 5991       SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
 6004         SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  338         SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
  688               Address symbol_addr(sect_list->GetSectionAtIndex(symbol.sect - 1),
 1029   return Address(GetSectionList()->GetSectionAtIndex(0), 0);
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  234     Section *section = section_list->GetSectionAtIndex(i).get();
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
   82     return Address(m_sections_up->GetSectionAtIndex(0), 0);
  106         m_sections_up->GetSectionAtIndex(0), m_base);
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
   90       *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1);
  113     Section &sect = *list.GetSectionAtIndex(m_next_section_idx++);
tools/lldb/source/Symbol/ObjectFile.cpp
  657     SectionSP section_sp = section_list->GetSectionAtIndex(i);
tools/lldb/source/Symbol/Symtab.cpp
  835     SectionSP sect_sp = sectlist->GetSectionAtIndex(i);
tools/lldb/source/Target/Target.cpp
 2798           stop_id, sections->GetSectionAtIndex(i));
tools/lldb/tools/lldb-test/lldb-test.cpp
  832     auto S = List.GetSectionAtIndex(I);