Home
last modified time | relevance | path

Searched refs:sect_sp (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp501 size_t SectionList::AddUniqueSection(const lldb::SectionSP &sect_sp) { in AddUniqueSection() argument
502 size_t sect_idx = FindSectionIndex(sect_sp.get()); in AddUniqueSection()
504 sect_idx = AddSection(sect_sp); in AddUniqueSection()
510 const lldb::SectionSP &sect_sp, in ReplaceSection() argument
515 *sect_iter = sect_sp; in ReplaceSection()
520 .ReplaceSection(sect_id, sect_sp, depth - 1)) in ReplaceSection()
539 SectionSP sect_sp; in GetSectionAtIndex() local
541 sect_sp = m_sections[idx]; in GetSectionAtIndex()
542 return sect_sp; in GetSectionAtIndex()
547 SectionSP sect_sp; in FindSectionByName() local
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp156 SectionSP sect_sp = mod->GetObjectFile()->GetBaseAddress().GetSection(); in getModuleFileSize() local
159 if (!sect_sp) { in getModuleFileSize()
163 lldb::addr_t sect_addr = sect_sp->GetLoadBaseAddress(&target); in getModuleFileSize()
166 lldb::addr_t sect_size = sect_sp->GetByteSize(); in getModuleFileSize()
179 sect_size = sect_sp->GetByteSize(); in getModuleFileSize()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp155 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection() local
156 if (!sect_sp) in HashElfTextSection()
164 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection()
167 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp903 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap() local
904 if (sect_sp) { in AddSectionsToRangeMap()
905 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap()
912 size_t size = sect_sp->GetByteSize(); in AddSectionsToRangeMap()
914 addr_t base_addr = sect_sp->GetFileAddress(); in AddSectionsToRangeMap()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp7069 SectionSP sect_sp =
7071 if (sect_sp) {
7073 sect_sp, std::get<1>(name_vmaddr_tuple));