Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp477 SectionSP sect_sp; in GetSectionAtIndex() local
480 return sect_sp; in GetSectionAtIndex()
485 SectionSP sect_sp; in FindSectionByName() local
497 sect_sp = in FindSectionByName()
503 return sect_sp; in FindSectionByName()
507 SectionSP sect_sp; in FindSectionByID() local
521 return sect_sp; in FindSectionByID()
527 SectionSP sect_sp; in FindSectionByType() local
536 if (sect_sp) in FindSectionByType()
540 return sect_sp; in FindSectionByType()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp896 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap() local
897 if (sect_sp) { in AddSectionsToRangeMap()
898 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap()
905 size_t size = sect_sp->GetByteSize(); in AddSectionsToRangeMap()
907 addr_t base_addr = sect_sp->GetFileAddress(); in AddSectionsToRangeMap()