Home
last modified time | relevance | path

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

12

/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp144 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance()
145 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
/external/lldb/source/Symbol/
DSymbolFile.cpp38 module_obj_file->GetSectionList(); in FindPlugin()
DUnwindTable.cpp47 SectionList* sl = m_object_file.GetSectionList (); in Initialize()
DDWARFCallFrameInfo.cpp83 range = AddressRange(fde_entry->base, fde_entry->size, m_objfile.GetSectionList()); in GetAddressRange()
425 AddressRange range (range_base, m_objfile.GetAddressByteSize(), m_objfile.GetSectionList()); in FDEToUnwindPlan()
DObjectFile.cpp612 ObjectFile::GetSectionList() in GetSectionList() function in ObjectFile
DSymtab.cpp977 …SectionSP section_sp (m_objfile->GetSectionList()->FindSectionContainingFileAddress (entry.GetRang… in InitAddressIndexes()
/external/lldb/source/API/
DSBModule.cpp409 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections()
425 SectionList *section_list = module_sp->GetSectionList (); in GetSectionAtIndex()
590 SectionList *section_list = module_sp->GetSectionList(); in FindSection()
/external/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp117 SectionList *section_list = image_object_file->GetSectionList (); in LoadAllImagesAtFileAddresses()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp522 SectionList *section_list = GetSectionList(); in GetImageInfoAddress()
562 SectionList *section_list = GetSectionList(); in GetEntryPointAddress()
586 SectionList *section_list = GetSectionList(); in ParseDependentModules()
1139 SectionList *module_section_list = module_sp->GetSectionList(); in ParseSymbols()
1232 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols()
1458 SectionList *section_list = GetSectionList(); in GetSymtab()
1523 SectionList *section_list = GetSectionList(); in Dump()
/external/lldb/source/Core/
DModule.cpp444 SectionList *section_list = GetSectionList(); in ResolveFileAddress()
1127 Module::GetSectionList() in GetSectionList() function in Module
1260 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec()
1300 SectionList *sections = GetSectionList(); in IsLoadedInTarget()
1407 SectionList *section_list = GetSectionList (); in SetLoadAddress()
DValueObjectVariable.cpp212 Address so_addr(file_addr, objfile->GetSectionList()); in UpdateValue()
DValue.cpp456 Address so_addr(address, objfile->GetSectionList()); in GetValueAsData()
/external/lldb/include/lldb/Symbol/
DObjectFile.h352 GetSectionList ();
/external/lldb/include/lldb/Core/
DModule.h654 GetSectionList ();
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp315 SectionList *sections = module_sp->GetSectionList(); in GetObjCVersion()
DAppleObjCRuntimeV2.cpp2190 SectionList *section_list = objc_module_sp->GetSectionList(); in GetSharedCacheReadOnlyAddress()
/external/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp223 SectionList *section_list = core_objfile->GetSectionList(); in DoLoadCore()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp454 SectionList *section_list = image_object_file->GetSectionList (); in UpdateImageLoadAddress()
559 SectionList *section_list = image_object_file->GetSectionList (); in UnloadImageLoadAddress()
847 SectionList *sections = objfile->GetSectionList(); in AddModulesUsingImageInfos()
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp215 SectionList *sections = obj_file->GetSectionList(); in UpdateLoadedSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1537 SectionList *section_list = GetSectionList(); in ParseSymtab()
3675 SectionList *sections = GetSectionList(); in Dump()
3890 … SectionSP text_segment_sp = GetSectionList()->FindSectionByName(text_segment_name); in GetEntryPointAddress()
3912 … if (!m_entry_point_address.ResolveAddressUsingFileSections (start_address, GetSectionList())) in GetEntryPointAddress()
3945 SectionList *section_list = GetSectionList(); in GetHeaderAddress()
4100 SectionList *section_list = GetSectionList(); in CalculateStrata()
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp522 SectionList *sect_list = GetSectionList(); in GetSymtab()
765 SectionList *sections = GetSectionList(); in Dump()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp892 SectionList *ondisk_section_list = ondisk_object_file->GetSectionList (); in LoadImageUsingMemoryModule()
893 SectionList *memory_section_list = memory_object_file->GetSectionList (); in LoadImageUsingMemoryModule()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp546 const SectionList *section_list = module_sp->GetSectionList(); in InitializeObject()
608 const SectionList *section_list = m_obj_file->GetSectionList(); in CalculateAbilities()
709 const SectionList *section_list = module_sp->GetSectionList(); in GetCachedSectionData()
1059 …e.GetBaseAddress().ResolveAddressUsingFileSections (lowest_func_addr, module_sp->GetSectionList()); in ParseCompileUnitFunction()
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1487 Address so_addr(var_location.GetScalar().ULongLong(), var_sc.module_sp->GetSectionList()); in GetVariableValue()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp1469 SectionList *section_list = module->GetSectionList(); in DumpModuleSections()
2820 SectionList *section_list = module->GetSectionList(); in DoExecute()

12