Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp50 return lldb_private::Address(m_sections_up->GetSectionAtIndex(0), 0); in GetBaseAddress()
63 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleExtensions.i46 return lldb_iter(self, 'GetNumSections', 'GetSectionAtIndex')
137 return self.sbmodule.GetSectionAtIndex(key)
140 section = self.sbmodule.GetSectionAtIndex(idx)
146 section = self.sbmodule.GetSectionAtIndex(idx)
207 self.sections_array.append(self.GetSectionAtIndex(idx))
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp104 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h152 lldb::SBSection GetSectionAtIndex(size_t idx);
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp235 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress()
383 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp108 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
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 DSBTarget.cpp2236 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in ClearModuleLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp178 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp247 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress()
544 SectionSP SectionList::GetSectionAtIndex(size_t idx) const { in GetSectionAtIndex() function in SectionList
H A DDynamicLoader.cpp136 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
H A DModule.cpp1382 section_list->GetSectionAtIndex(idx - 1)); in SetSymbolFileFileSpec()
1413 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h87 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp288 symbol.GetAddressRef() = Address(sections->GetSectionAtIndex(SecIdx - 1), in ParseSymtab()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp306 section_list->GetSectionAtIndex(shndx).get(); in sectionIndexToCString()
H A DObjectFileELF.cpp719 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp380 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/freebsd/contrib/llvm-project/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 ++()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp436 ondisk_section_list->GetSectionAtIndex(section_idx); in LoadImageUsingMemoryModule()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp645 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData()
H A DSymtab.cpp915 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp344 SectionSP section_sp = sections->GetSectionAtIndex(i); in BuildMemoryRegions()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3157 stop_id, sections->GetSectionAtIndex(i)); in UnloadModuleSections()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39588 result = (arg1)->GetSectionAtIndex(arg2); in _wrap_SBModule_GetSectionAtIndex()