Home
last modified time | relevance | path

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

12

/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()
62 target.SetSectionLoadAddress(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.cpp2204 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.cpp250 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress()
548 SectionSP SectionList::GetSectionAtIndex(size_t idx) const { in GetSectionAtIndex() function in SectionList
H A DDynamicLoader.cpp140 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
H A DModule.cpp1371 section_list->GetSectionAtIndex(idx - 1)); in SetSymbolFileFileSpec()
1402 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.cpp284 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.cpp736 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp266 sectionList->GetSectionAtIndex(sectionIndex); in ParseSymtab()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp350 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.cpp683 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData()
H A DSymtab.cpp916 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp390 SectionSP section_sp = sections->GetSectionAtIndex(i); in BuildMemoryRegions()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3297 stop_id, sections->GetSectionAtIndex(i)); in UnloadModuleSections()

12