Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSection.cpp439 size_t SectionList::AddUniqueSection(const lldb::SectionSP &sect_sp) { in AddUniqueSection() argument
440 size_t sect_idx = FindSectionIndex(sect_sp.get()); in AddUniqueSection()
442 sect_idx = AddSection(sect_sp); in AddUniqueSection()
448 const lldb::SectionSP &sect_sp, in ReplaceSection() argument
453 *sect_iter = sect_sp; in ReplaceSection()
458 .ReplaceSection(sect_id, sect_sp, depth - 1)) in ReplaceSection()
477 SectionSP sect_sp; in GetSectionAtIndex() local
479 sect_sp = m_sections[idx]; in GetSectionAtIndex()
480 return sect_sp; in GetSectionAtIndex()
485 SectionSP sect_sp; in FindSectionByName() local
[all …]
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp152 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection() local
153 if (!sect_sp) in HashElfTextSection()
161 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection()
164 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
/external/llvm-project/lldb/source/Symbol/
DSymtab.cpp832 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap() local
833 if (sect_sp) { in AddSectionsToRangeMap()
834 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap()
841 size_t size = sect_sp->GetByteSize(); in AddSectionsToRangeMap()
843 addr_t base_addr = sect_sp->GetFileAddress(); in AddSectionsToRangeMap()