/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBModule.i | 249 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 D | DynamicLoaderStatic.cpp | 107 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBModule.h | 152 lldb::SBSection GetSectionAtIndex(size_t idx);
|
/openbsd/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 233 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 D | DynamicLoaderHexagonDYLD.cpp | 221 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 D | ObjectFileJIT.cpp | 191 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
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 | DynamicLoader.cpp | 135 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
|
H A D | Module.cpp | 1434 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 D | ProcessMinidump.cpp | 87 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 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()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Section.h | 86 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 306 section_list->GetSectionAtIndex(shndx).get(); in sectionIndexToCString()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 380 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 96 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator() 119 Section § = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.cpp | 189 Section *section = section_list->GetSectionAtIndex(i).get(); in CreateMemoryRegions()
|
/openbsd/gnu/llvm/lldb/examples/python/ |
H A D | lldbtk.py | 229 section = self.module.GetSectionAtIndex(i)
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | ObjectFile.cpp | 634 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 484 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 D | objc_runtime.py | 755 section = module.GetSectionAtIndex(idx)
|
/openbsd/gnu/llvm/lldb/examples/darwin/heap_find/ |
H A D | heap.py | 1216 section = module.GetSectionAtIndex(sect_idx)
|
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | JSONUtils.cpp | 374 debug_info_size += GetDebugInfoSizeInSection(module.GetSectionAtIndex(i)); in GetDebugInfoSize()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 1947 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 D | DynamicLoaderDarwinKernel.cpp | 857 ondisk_section_list->GetSectionAtIndex(sect_idx)); in LoadImageUsingMemoryModule()
|