/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
H A D | ObjectFilePlaceholder.cpp | 50 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 D | SBModuleExtensions.i | 46 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 D | DynamicLoaderStatic.cpp | 104 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBModule.h | 152 lldb::SBSection GetSectionAtIndex(size_t idx);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 235 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 D | DynamicLoaderHexagonDYLD.cpp | 221 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 D | SBSection.cpp | 108 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
|
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 | SBTarget.cpp | 2236 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in ClearModuleLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 178 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 247 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 D | DynamicLoader.cpp | 136 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
|
H A D | Module.cpp | 1382 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 D | Section.h | 87 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 288 symbol.GetAddressRef() = Address(sections->GetSectionAtIndex(SecIdx - 1), in ParseSymtab()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 306 section_list->GetSectionAtIndex(shndx).get(); in sectionIndexToCString()
|
H A D | ObjectFileELF.cpp | 719 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 380 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|
/freebsd/contrib/llvm-project/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 ++()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 436 ondisk_section_list->GetSectionAtIndex(section_idx); in LoadImageUsingMemoryModule()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | ObjectFile.cpp | 645 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData()
|
H A D | Symtab.cpp | 915 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 344 SectionSP section_sp = sections->GetSectionAtIndex(i); in BuildMemoryRegions()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 3157 stop_id, sections->GetSectionAtIndex(i)); in UnloadModuleSections()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 39588 result = (arg1)->GetSectionAtIndex(arg2); in _wrap_SBModule_GetSectionAtIndex()
|