Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp545 SectionSP sect_sp; in GetSectionAtIndex() local
548 return sect_sp; in GetSectionAtIndex()
553 SectionSP sect_sp; in FindSectionByName() local
565 sect_sp = in FindSectionByName()
571 return sect_sp; in FindSectionByName()
575 SectionSP sect_sp; in FindSectionByID() local
589 return sect_sp; in FindSectionByID()
595 SectionSP sect_sp; in FindSectionByType() local
604 if (sect_sp) in FindSectionByType()
608 return sect_sp; in FindSectionByType()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp78 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection() local
79 if (!sect_sp) in HashElfTextSection()
87 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection()
90 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp157 SectionSP sect_sp = mod->GetObjectFile()->GetBaseAddress().GetSection(); in getModuleFileSize() local
160 if (!sect_sp) { in getModuleFileSize()
164 lldb::addr_t sect_addr = sect_sp->GetLoadBaseAddress(&target); in getModuleFileSize()
167 lldb::addr_t sect_size = sect_sp->GetByteSize(); in getModuleFileSize()
180 sect_size = sect_sp->GetByteSize(); in getModuleFileSize()
/freebsd-14.2/contrib/llvm-project/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()