Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
HDObjectFilePlaceholder.cpp50 return lldb_private::Address(m_sections_up->GetSectionAtIndex(0), 0); in GetBaseAddress()
63 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
/freebsd-head/contrib/llvm-project/lldb/bindings/interface/
HDSBModuleExtensions.i137 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-head/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
HDDynamicLoaderStatic.cpp104 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBModule.h152 lldb::SBSection GetSectionAtIndex(size_t idx);
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp235 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress()
383 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp221 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UpdateLoadedSections()
251 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSections()
/freebsd-head/contrib/llvm-project/lldb/source/Expression/
HDObjectFileJIT.cpp178 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBSection.cpp108 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
HDSBModule.cpp370 SBSection SBModule::GetSectionAtIndex(size_t idx) { in GetSectionAtIndex() function in SBModule
381 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()
HDSBTarget.cpp2236 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in ClearModuleLoadAddress()
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDSection.cpp247 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress()
544 SectionSP SectionList::GetSectionAtIndex(size_t idx) const { in GetSectionAtIndex() function in SectionList
HDDynamicLoader.cpp136 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
HDModule.cpp1382 section_list->GetSectionAtIndex(idx - 1)); in SetSymbolFileFileSpec()
1413 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDSection.h87 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
HDObjectFileCOFF.cpp288 symbol.GetAddressRef() = Address(sections->GetSectionAtIndex(SecIdx - 1), in ParseSymtab()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDELFHeader.cpp306 section_list->GetSectionAtIndex(shndx).get(); in sectionIndexToCString()
HDObjectFileELF.cpp719 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
HDObjectFileWasm.cpp380 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
HDSymbolFileBreakpad.cpp96 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator()
119 Section &sect = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
HDDynamicLoaderFreeBSDKernel.cpp436 ondisk_section_list->GetSectionAtIndex(section_idx); in LoadImageUsingMemoryModule()
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDObjectFile.cpp645 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData()
HDSymtab.cpp915 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
HDProcessMinidump.cpp344 SectionSP section_sp = sections->GetSectionAtIndex(i); in BuildMemoryRegions()
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp3157 stop_id, sections->GetSectionAtIndex(i)); in UnloadModuleSections()
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp39588 result = (arg1)->GetSectionAtIndex(arg2); in _wrap_SBModule_GetSectionAtIndex()