Home
last modified time | relevance | path

Searched refs:GetSectionAtIndex (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBModule.i249 GetSectionAtIndex (size_t idx);
480 return self.sbmodule.GetSectionAtIndex(key)
483 section = self.sbmodule.GetSectionAtIndex(idx)
489 section = self.sbmodule.GetSectionAtIndex(idx)
549 self.sections_array.append(self.GetSectionAtIndex(idx))
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp107 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBModule.h152 lldb::SBSection GetSectionAtIndex(size_t idx);
/openbsd/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp233 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress()
378 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp221 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UpdateLoadedSections()
251 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSections()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp191 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/openbsd/gnu/llvm/lldb/source/Core/
H A DSection.cpp243 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress()
538 SectionSP SectionList::GetSectionAtIndex(size_t idx) const { in GetSectionAtIndex() function in SectionList
H A DDynamicLoader.cpp135 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
H A DModule.cpp1434 section_list->GetSectionAtIndex(idx - 1)); in SetSymbolFileFileSpec()
1465 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp87 return Address(m_sections_up->GetSectionAtIndex(0), 0); in GetBaseAddress()
111 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
421 SectionSP section_sp = sections->GetSectionAtIndex(i); in BuildMemoryRegions()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBModule.cpp370 SBSection SBModule::GetSectionAtIndex(size_t idx) { in GetSectionAtIndex() function in SBModule
381 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()
H A DSBSection.cpp108 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h86 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp306 section_list->GetSectionAtIndex(shndx).get(); in sectionIndexToCString()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp380 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp96 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator()
119 Section &sect = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp189 Section *section = section_list->GetSectionAtIndex(i).get(); in CreateMemoryRegions()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dlldbtk.py229 section = self.module.GetSectionAtIndex(i)
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp634 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp484 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
1176 return Address(GetSectionList()->GetSectionAtIndex(0), 0); in GetBaseAddress()
/openbsd/gnu/llvm/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py755 section = module.GetSectionAtIndex(idx)
/openbsd/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py1216 section = module.GetSectionAtIndex(sect_idx)
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp374 debug_info_size += GetDebugInfoSizeInSection(module.GetSectionAtIndex(i)); in GetDebugInfoSize()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1947 SectionSP first_section_sp(m_section_list->GetSectionAtIndex(0)); in GetSection()
6120 Section *section = section_list->GetSectionAtIndex(sect_idx).get();
6190 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
6203 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
6352 SectionSP section = sections->GetSectionAtIndex(j);
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp857 ondisk_section_list->GetSectionAtIndex(sect_idx)); in LoadImageUsingMemoryModule()

12