| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestWasm.py | 111 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 D | SBModule.i | 246 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 D | DynamicLoaderStatic.cpp | 107 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBModule.h | 152 lldb::SBSection GetSectionAtIndex(size_t idx);
|
| /llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 235 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 D | TestModuleAndSection.py | 103 sec1 = exe_module.GetSectionAtIndex(1)
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 131 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
|
| H A D | Section.cpp | 243 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 D | Module.cpp | 1452 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 D | DynamicLoaderHexagonDYLD.cpp | 221 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 D | TestTraceLoad.py | 171 self.assertEqual(module.GetSectionAtIndex(0).GetFileAddress(), 0x400000)
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 191 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 86 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 D | SBModule.cpp | 370 SBSection SBModule::GetSectionAtIndex(size_t idx) { in GetSectionAtIndex() function in SBModule 381 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()
|
| H A D | SBSection.cpp | 108 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Section.h | 86 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 303 section_list->GetSectionAtIndex(shndx).get(); in sectionIndexToCString()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 379 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 95 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator() 118 Section § = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/ |
| H A D | ProcessMachCore.cpp | 309 Section *section = section_list->GetSectionAtIndex(i).get(); in DoLoadCore()
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | lldbtk.py | 230 section = self.module.GetSectionAtIndex(i)
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 634 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 475 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 D | objc_runtime.py | 755 section = module.GetSectionAtIndex(idx)
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.cpp | 371 debug_info_size += GetDebugInfoSizeInSection(module.GetSectionAtIndex(i)); in GetDebugInfoSize()
|