| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModule.i | 239 GetSectionAtIndex (size_t idx); 470 return self.sbmodule.GetSectionAtIndex(key) 473 section = self.sbmodule.GetSectionAtIndex(idx) 479 section = self.sbmodule.GetSectionAtIndex(idx) 539 self.sections_array.append(self.GetSectionAtIndex(idx))
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.cpp | 107 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 375 SBSection SBModule::GetSectionAtIndex(size_t idx) { in GetSectionAtIndex() function in SBModule 376 LLDB_RECORD_METHOD(lldb::SBSection, SBModule, GetSectionAtIndex, (size_t), in GetSectionAtIndex() 387 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex() 745 LLDB_REGISTER_METHOD(lldb::SBSection, SBModule, GetSectionAtIndex, (size_t)); in RegisterMethods()
|
| H A D | SBSection.cpp | 114 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
|
| H A D | SBTarget.cpp | 2297 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in ClearModuleLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModule.h | 150 lldb::SBSection GetSectionAtIndex(size_t idx);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 238 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress() 386 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Section.cpp | 257 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress() 476 SectionSP SectionList::GetSectionAtIndex(size_t idx) const { in GetSectionAtIndex() function in SectionList
|
| H A D | DynamicLoader.cpp | 133 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
|
| H A D | Module.cpp | 1439 section_list->GetSectionAtIndex(idx - 1)); in SetSymbolFileFileSpec() 1470 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 231 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UpdateLoadedSections() 261 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSections()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 219 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 84 return Address(m_sections_up->GetSectionAtIndex(0), 0); in GetBaseAddress() 108 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress() 425 SectionSP section_sp = sections->GetSectionAtIndex(i); in BuildMemoryRegions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Section.h | 86 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 300 section_list->GetSectionAtIndex(shndx).get(); in sectionIndexToCString()
|
| H A D | ObjectFileELF.cpp | 684 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 94 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator() 117 Section § = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 383 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 629 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData()
|
| H A D | Symtab.cpp | 896 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2880 stop_id, sections->GetSectionAtIndex(i)); in UnloadModuleSections()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 34948 result = (arg1)->GetSectionAtIndex(arg2); in _wrap_SBModule_GetSectionAtIndex()
|