Home
last modified time | relevance | path

Searched refs:GetSectionList (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp61 dwp_obj_file->GetSectionList(false)->FindSectionByType( in IsDwpSymbolFile()
86 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
139 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance()
140 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp68 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
106 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance()
107 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp66 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
108 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance()
109 SectionList *objfile_section_list = sym_objfile_sp->GetSectionList(); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp30 : SymbolFileDWARF(objfile, objfile->GetSectionList( in SymbolFileDWARFDwo()
93 m_objfile_sp->GetSectionList(/*update_module_section_list=*/false); in GetDebugInfoSize()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp200 SectionList *sl = m_objfile.GetSectionList(); in GetUnwindPlan()
501 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
573 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
592 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
657 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
676 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
814 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_x86_64()
1074 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_i386()
H A DSymbolFile.cpp52 module_obj_file->GetSectionList(); in FindPlugin()
236 const SectionList *section_list = module_sp->GetSectionList(); in GetDebugInfoSize()
H A DUnwindTable.cpp57 SectionList *sl = m_module.GetSectionList(); in Initialize()
H A DBlock.cpp258 func_addr.GetModule()->GetSectionList()); in GetRangeContainingAddress()
291 func_addr.GetModule()->GetSectionList()); in ToAddressRange()
H A DDWARFCallFrameInfo.cpp225 m_objfile.GetSectionList()); in GetAddressRange()
602 m_objfile.GetSectionList()); in ParseFDE()
H A DObjectFile.cpp602 SectionList *ObjectFile::GetSectionList(bool update_module_section_list) { in GetSectionList() function in ObjectFile
676 SectionList *section_list = GetSectionList(); in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp130 SectionList *sections = GetSectionList(); in Dump()
171 SectionList *section_list = GetSectionList(); in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp49 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)), in LineIterator()
96 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator()
109 const SectionList &list = *m_obj->GetSectionList(); in operator ++()
243 const SectionList *list = comp_unit.GetModule()->GetSectionList(); in GetOrCreateFunction()
461 const SectionList &list = *module.GetSectionList(); in AddSymbols()
661 m_objfile_sp->GetModule()->GetSectionList())}); in ParseCFIUnwindPlan()
701 m_objfile_sp->GetModule()->GetSectionList())}); in ParseWinUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp59 GetModule()->GetSectionList(); in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp721 SectionList *section_list = GetSectionList(); in SetLoadAddress()
888 SectionList *section_list = GetSectionList(); in GetImageInfoAddress()
904 if (!d_addr.ResolveAddressUsingFileSections(d_file_addr, GetSectionList())) in GetImageInfoAddress()
951 SectionList *section_list = GetSectionList(); in GetEntryPointAddress()
967 return Address(GetSectionList()->FindSectionByID(SectionIndex(I)), 0); in GetBaseAddress()
978 GetSectionList()->FindSectionByID(SegmentID(EnumPHdr.index())), 0); in GetBaseAddress()
1961 if (auto gdd_objfile_section_list = gdd_obj_file->GetSectionList()) { in CreateSections()
1982 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata")); in GetGnuDebugDataObjectFile()
2087 module_sp ? module_sp->GetSectionList() : nullptr; in ParseSymbols()
2900 SectionList *section_list = GetSectionList(); in RelocateDebugSections()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp157 if (SectionList *sections = GetSectionList()) in Dump()
254 SectionList *sections = GetSectionList(); in ParseSymtab()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp100 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp363 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections()
378 SectionList *section_list = module_sp->GetSectionList(); in GetSectionAtIndex()
551 SectionList *section_list = module_sp->GetSectionList(); in FindSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp343 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
379 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp344 SectionList *section_list = GetSectionList(); in SetLoadAddress()
419 SectionList *sections = GetSectionList(); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp90 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterSection.cpp20 auto *sections = module.GetSectionList(); in ForEachFormatterInModule()
H A DFormattersHelpers.cpp125 return Address(data_addr.address, valobj.GetModule()->GetSectionList()); in GetArrayAddressOrPointerValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp426 SectionList *ondisk_section_list = ondisk_object_file->GetSectionList(); in LoadImageUsingMemoryModule()
427 SectionList *memory_section_list = memory_object_file->GetSectionList(); in LoadImageUsingMemoryModule()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp446 SectionList *section_list = GetSectionList(); in ResolveFileAddress()
1216 SectionList *Module::GetSectionList() { in GetSectionList() function in Module
1333 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec()
1398 SectionList *sections = GetSectionList(); in IsLoadedInTarget()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp165 SectionList *section_list = GetModule()->GetSectionList(); in ParseSymtab()

12