Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
HDSymbolVendorELF.cpp140 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance()
141 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp475 SectionList *section_list = GetSectionList (); in SetLoadAddress()
605 SectionList *section_list = GetSectionList(); in GetImageInfoAddress()
656 SectionList *section_list = GetSectionList(); in GetEntryPointAddress()
680 SectionList *section_list = GetSectionList(); in ParseDependentModules()
1217 SectionList *module_section_list = module_sp->GetSectionList(); in ParseSymbols()
1310 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols()
1544 SectionList *section_list = GetSectionList(); in GetSymtab()
1600 const SectionList *section_list = GetSectionList(); in ResolveSymbolForAddress()
1667 SectionList *section_list = GetSectionList(); in Dump()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDSymbolFile.cpp38 module_obj_file->GetSectionList(); in FindPlugin()
HDUnwindTable.cpp47 SectionList* sl = m_object_file.GetSectionList (); in Initialize()
HDDWARFCallFrameInfo.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()
HDObjectFile.cpp614 ObjectFile::GetSectionList() in GetSectionList() function in ObjectFile
HDSymtab.cpp977 …SectionSP section_sp (m_objfile->GetSectionList()->FindSectionContainingFileAddress (entry.GetRang… in InitAddressIndexes()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBModule.cpp430 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections()
446 SectionList *section_list = module_sp->GetSectionList (); in GetSectionAtIndex()
628 SectionList *section_list = module_sp->GetSectionList(); in FindSection()
HDSBTarget.cpp2546 SectionList *section_list = objfile->GetSectionList(); in ClearModuleLoadAddress()
/trueos/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
HDDynamicLoaderStatic.cpp117 SectionList *section_list = image_object_file->GetSectionList (); in LoadAllImagesAtFileAddresses()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDynamicLoader.cpp167 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
HDModule.cpp448 SectionList *section_list = GetSectionList(); in ResolveFileAddress()
1224 Module::GetSectionList() in GetSectionList() function in Module
1357 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec()
1399 SectionList *sections = GetSectionList(); in IsLoadedInTarget()
HDValueObjectVariable.cpp216 Address so_addr(file_addr, objfile->GetSectionList()); in UpdateValue()
HDValue.cpp471 Address so_addr(address, objfile->GetSectionList()); in GetValueAsData()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDObjectFile.h352 GetSectionList ();
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModule.h701 GetSectionList ();
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.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()
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp1572 Address so_addr(var_location.GetScalar().ULongLong(), var_sc.module_sp->GetSectionList()); in GetVariableValue()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp1537 SectionList *section_list = module->GetSectionList(); in DumpModuleSections()
2888 SectionList *section_list = module->GetSectionList(); in DoExecute()