/external/lldb/source/Plugins/SymbolVendor/ELF/ |
D | SymbolVendorELF.cpp | 144 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance() 145 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
|
/external/lldb/source/Symbol/ |
D | SymbolFile.cpp | 38 module_obj_file->GetSectionList(); in FindPlugin()
|
D | UnwindTable.cpp | 47 SectionList* sl = m_object_file.GetSectionList (); in Initialize()
|
D | DWARFCallFrameInfo.cpp | 83 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()
|
D | ObjectFile.cpp | 612 ObjectFile::GetSectionList() in GetSectionList() function in ObjectFile
|
D | Symtab.cpp | 977 …SectionSP section_sp (m_objfile->GetSectionList()->FindSectionContainingFileAddress (entry.GetRang… in InitAddressIndexes()
|
/external/lldb/source/API/ |
D | SBModule.cpp | 409 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/ |
D | DynamicLoaderStatic.cpp | 117 SectionList *section_list = image_object_file->GetSectionList (); in LoadAllImagesAtFileAddresses()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 522 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/ |
D | Module.cpp | 444 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()
|
D | ValueObjectVariable.cpp | 212 Address so_addr(file_addr, objfile->GetSectionList()); in UpdateValue()
|
D | Value.cpp | 456 Address so_addr(address, objfile->GetSectionList()); in GetValueAsData()
|
/external/lldb/include/lldb/Symbol/ |
D | ObjectFile.h | 352 GetSectionList ();
|
/external/lldb/include/lldb/Core/ |
D | Module.h | 654 GetSectionList ();
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 315 SectionList *sections = module_sp->GetSectionList(); in GetObjCVersion()
|
D | AppleObjCRuntimeV2.cpp | 2190 SectionList *section_list = objc_module_sp->GetSectionList(); in GetSharedCacheReadOnlyAddress()
|
/external/lldb/source/Plugins/Process/mach-core/ |
D | ProcessMachCore.cpp | 223 SectionList *section_list = core_objfile->GetSectionList(); in DoLoadCore()
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 454 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/ |
D | DynamicLoaderPOSIXDYLD.cpp | 215 SectionList *sections = obj_file->GetSectionList(); in UpdateLoadedSections()
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 1537 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/ |
D | ObjectFilePECOFF.cpp | 522 SectionList *sect_list = GetSectionList(); in GetSymtab() 765 SectionList *sections = GetSectionList(); in Dump()
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 892 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/ |
D | SymbolFileDWARF.cpp | 546 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/ |
D | ClangExpressionDeclMap.cpp | 1487 Address so_addr(var_location.GetScalar().ULongLong(), var_sc.module_sp->GetSectionList()); in GetVariableValue()
|
/external/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 1469 SectionList *section_list = module->GetSectionList(); in DumpModuleSections() 2820 SectionList *section_list = module->GetSectionList(); in DoExecute()
|