Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp37 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)) {} in LineIterator()
63 const SectionList &list = *m_obj->GetSectionList(); in operator ++()
182 const SectionList &list = *module.GetSectionList(); in AddSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp125 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance()
126 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp202 SectionList *sl = m_objfile.GetSectionList(); in GetUnwindPlan()
503 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
575 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
594 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
659 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
678 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
819 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_x86_64()
1083 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_i386()
H A DSymbolFile.cpp46 module_obj_file->GetSectionList(); in FindPlugin()
H A DUnwindTable.cpp47 SectionList *sl = m_object_file.GetSectionList(); in Initialize()
H A DObjectFile.cpp610 SectionList *ObjectFile::GetSectionList(bool update_module_section_list) { in GetSectionList() function in ObjectFile
657 SectionList *section_list = GetSectionList(); in GetLoadableData()
H A DDWARFCallFrameInfo.cpp187 m_objfile.GetSectionList()); in GetAddressRange()
583 m_objfile.GetSectionList()); in FDEToUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp161 SectionList *sections = GetSectionList(); in Dump()
210 SectionList *section_list = GetSectionList(); in SetLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp339 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections()
352 SectionList *section_list = module_sp->GetSectionList(); in GetSectionAtIndex()
507 SectionList *section_list = module_sp->GetSectionList(); in FindSection()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp96 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp33 m_obj_file->GetSectionList(false /* update_module_section_list */); in LoadSectionData()
H A DSymbolFileDWARFDwp.cpp126 m_obj_file->GetSectionList(false /* update_module_section_list */); in LoadRawSectionData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp329 image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
365 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp806 SectionList *section_list = GetSectionList(); in SetLoadAddress()
971 SectionList *section_list = GetSectionList(); in GetImageInfoAddress()
1041 SectionList *section_list = GetSectionList(); in GetEntryPointAddress()
1058 GetSectionList()->FindSectionByID(SegmentID(EnumPHdr.index())), 0); in GetBaseAddress()
1075 SectionList *section_list = GetSectionList(); in ParseDependentModules()
2082 module_sp ? module_sp->GetSectionList() : nullptr; in ParseSymbols()
2429 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols()
2763 SectionList *section_list = GetSectionList(); in RelocateDebugSections()
2816 SectionList *section_list = module_sp->GetSectionList(); in GetSymtab()
2933 SectionList *section_list = GetSectionList(); in ParseUnwindSymbols()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp149 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
H A DModule.cpp429 SectionList *section_list = GetSectionList(); in ResolveFileAddress()
1281 SectionList *Module::GetSectionList() { in GetSectionList() function in Module
1426 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec()
1492 SectionList *sections = GetSectionList(); in IsLoadedInTarget()
H A DValue.cpp422 Address so_addr(address, objfile->GetSectionList()); in GetValueAsData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp79 GetSectionList()->AddSection(section_sp); in CreateImageSection()
86 SectionList *GetSectionList() override { in GetSectionList() function in PlaceholderModule
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h326 virtual SectionList *GetSectionList(bool update_module_section_list = true);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h684 virtual SectionList *GetSectionList();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp513 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression()
H A DSymbolFilePDB.cpp293 GetObjectFile()->GetModule()->GetSectionList()); in ParseCompileUnitFunctionForPDBFunc()
1335 auto section_list = m_obj_file->GetSectionList(); in AddSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp550 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp381 SectionList *sections = module_sp->GetSectionList(); in GetObjCVersion()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp622 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression()

12