Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestWasm.py111 code_section = module.GetSectionAtIndex(0)
115 debug_info_section = module.GetSectionAtIndex(1)
123 debug_line_section = module.GetSectionAtIndex(3)
127 debug_str_section = module.GetSectionAtIndex(4)
163 code_section = module.GetSectionAtIndex(0)
167 debug_info_section = module.GetSectionAtIndex(1)
175 debug_line_section = module.GetSectionAtIndex(3)
179 debug_str_section = module.GetSectionAtIndex(4)
207 code_section = module.GetSectionAtIndex(0)
211 debug_info_section = module.GetSectionAtIndex(1)
[all …]
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBModule.i246 GetSectionAtIndex (size_t idx);
477 return self.sbmodule.GetSectionAtIndex(key)
480 section = self.sbmodule.GetSectionAtIndex(idx)
486 section = self.sbmodule.GetSectionAtIndex(idx)
546 self.sections_array.append(self.GetSectionAtIndex(idx))
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp107 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBModule.h152 lldb::SBSection GetSectionAtIndex(size_t idx);
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp235 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress()
380 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl()
/llvm-project-15.0.7/lldb/test/API/python_api/module_section/
H A DTestModuleAndSection.py103 sec1 = exe_module.GetSectionAtIndex(1)
/llvm-project-15.0.7/lldb/source/Core/
H A DDynamicLoader.cpp131 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
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 DModule.cpp1452 section_list->GetSectionAtIndex(idx - 1)); in SetSymbolFileFileSpec()
1483 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/test/API/commands/trace/
H A DTestTraceLoad.py171 self.assertEqual(module.GetSectionAtIndex(0).GetFileAddress(), 0x400000)
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp191 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp86 return Address(m_sections_up->GetSectionAtIndex(0), 0); in GetBaseAddress()
110 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
419 SectionSP section_sp = sections->GetSectionAtIndex(i); in BuildMemoryRegions()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h86 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp303 section_list->GetSectionAtIndex(shndx).get(); in sectionIndexToCString()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp379 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp95 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator()
118 Section &sect = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++()
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp309 Section *section = section_list->GetSectionAtIndex(i).get(); in DoLoadCore()
/llvm-project-15.0.7/lldb/examples/python/
H A Dlldbtk.py230 section = self.module.GetSectionAtIndex(i)
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp634 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp475 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
1128 return Address(GetSectionList()->GetSectionAtIndex(0), 0); in GetBaseAddress()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py755 section = module.GetSectionAtIndex(idx)
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp371 debug_info_size += GetDebugInfoSizeInSection(module.GetSectionAtIndex(i)); in GetDebugInfoSize()

12