Home
last modified time | relevance | path

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

123

/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
DSymbolVendorWasm.cpp71 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
114 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance()
115 SectionList *objfile_section_list = sym_objfile_sp->GetSectionList(); in CreateInstance()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp74 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
117 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance()
118 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py632 sections = idleConf.GetSectionList('default', configType)
700 usedNames = (idleConf.GetSectionList('user', 'keys') +
701 idleConf.GetSectionList('default', 'keys'))
735 customKeyList = idleConf.GetSectionList('user', 'keys')
778 itemList = idleConf.GetSectionList('user', 'keys')
807 itemList = idleConf.GetSectionList('user', 'highlight')
853 usedNames = (idleConf.GetSectionList('user', 'highlight') +
854 idleConf.GetSectionList('default', 'highlight'))
882 customThemeList = idleConf.GetSectionList('user', 'highlight')
1036 itemList = idleConf.GetSectionList('default', 'highlight')
[all …]
DconfigHandler.py266 def GetSectionList(self, configSet, configType): member in IdleConf
415 self.GetSectionList('default', 'extensions'))
417 self.GetSectionList('user', 'extensions'))
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py978 item_list = idleConf.GetSectionList('default', 'highlight')
981 item_list = idleConf.GetSectionList('user', 'highlight')
989 item_list = idleConf.GetSectionList('user', 'highlight')
992 item_list = idleConf.GetSectionList('default', 'highlight')
1133 used_names = (idleConf.GetSectionList('user', 'highlight') +
1134 idleConf.GetSectionList('default', 'highlight'))
1184 custom_theme_list = idleConf.GetSectionList('user', 'highlight')
1330 item_list = idleConf.GetSectionList('user', 'highlight')
1524 item_list = idleConf.GetSectionList('default', 'keys')
1527 item_list = idleConf.GetSectionList('user', 'keys')
[all …]
Dconfig.py258 def GetSectionList(self, configSet, configType): member in IdleConf
421 self.GetSectionList('default', 'extensions'))
423 self.GetSectionList('user', 'extensions'))
/external/llvm-project/lldb/source/Symbol/
DCompactUnwindInfo.cpp199 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()
818 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_x86_64()
1083 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_i386()
DUnwindTable.cpp54 SectionList *sl = m_module.GetSectionList(); in Initialize()
DSymbolFile.cpp52 module_obj_file->GetSectionList(); in FindPlugin()
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.cpp164 SectionList *sections = GetSectionList(); in Dump()
212 SectionList *section_list = GetSectionList(); in SetLoadAddress()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_configdialog.py311 for section in idleConf.GetSectionList('user', 'highlight'):
642 eq(idleConf.GetSectionList('user', 'highlight'), [first_new])
653 eq(idleConf.GetSectionList('user', 'highlight'), [first_new, second_new])
761 eq(idleConf.GetSectionList('user', 'highlight'), [theme_name, theme_name2])
771 eq(idleConf.GetSectionList('user', 'highlight'), [theme_name2])
784 eq(idleConf.GetSectionList('user', 'highlight'), [])
818 for section in idleConf.GetSectionList('user', 'keys'):
1085 eq(idleConf.GetSectionList('user', 'keys'), [first_new])
1096 eq(idleConf.GetSectionList('user', 'keys'), [first_new, second_new])
1172 eq(idleConf.GetSectionList('user', 'keys'), [keyset_name, keyset_name2])
[all …]
Dtest_config.py344 conf.GetSectionList('default', 'main'),
348 conf.GetSectionList('user', 'main'),
353 conf.GetSectionList('foobar', 'main')
355 conf.GetSectionList('default', 'notexists')
436 conf.RemoveKeyBindNames(conf.GetSectionList('default', 'extensions')),
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.cpp47 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)), in LineIterator()
94 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator()
107 const SectionList &list = *m_obj->GetSectionList(); in operator ++()
328 const SectionList &list = *module.GetSectionList(); in AddSymbols()
533 m_objfile_sp->GetModule()->GetSectionList())); in ParseCFIUnwindPlan()
576 m_objfile_sp->GetModule()->GetSectionList())); in ParseWinUnwindPlan()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp655 SectionList *section_list = GetSectionList(); in SetLoadAddress()
809 SectionList *section_list = GetSectionList(); in GetImageInfoAddress()
879 SectionList *section_list = GetSectionList(); in GetEntryPointAddress()
896 GetSectionList()->FindSectionByID(SegmentID(EnumPHdr.index())), 0); in GetBaseAddress()
911 SectionList *section_list = GetSectionList(); in ParseDependentModules()
1857 if (auto gdd_objfile_section_list = gdd_obj_file->GetSectionList()) { in CreateSections()
1878 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata")); in GetGnuDebugDataObjectFile()
1979 module_sp ? module_sp->GetSectionList() : nullptr; in ParseSymbols()
2321 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols()
2652 SectionList *section_list = GetSectionList(); in RelocateDebugSections()
[all …]
/external/llvm-project/lldb/unittests/ObjectFile/ELF/
DTestObjectFileELF.cpp95 SectionList *list = module_sp->GetSectionList(); in TEST_F()
/external/llvm-project/lldb/unittests/Symbol/
DTestDWARFCallFrameInfo.cpp224 SectionList *list = module_sp->GetSectionList(); in TestBasic()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp95 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDwo.cpp28 : SymbolFileDWARF(objfile, objfile->GetSectionList( in SymbolFileDWARFDwo()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp297 SectionList *section_list = GetSectionList(); in SetLoadAddress()
498 SectionList *sect_list = GetSectionList(); in GetAddress()
601 SectionList *sect_list = GetSectionList(); in GetSymtab()
955 SectionList *section_list = GetSectionList(); in GetEntryPointAddress()
967 return Address(GetSectionList()->GetSectionAtIndex(0), 0); in GetBaseAddress()
987 SectionList *sections = GetSectionList(); in Dump()
/external/llvm-project/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp343 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
377 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp362 SectionList *section_list = GetSectionList(); in SetLoadAddress()
437 SectionList *sections = GetSectionList(); in Dump()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBLocationToDWARFExpression.cpp89 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression()
/external/llvm-project/lldb/unittests/ObjectFile/PECOFF/
DTestPECallFrameInfo.cpp202 SectionList *sect_list = object_file->GetSectionList(); in GetUnwindPlan()
/external/llvm-project/lldb/source/Core/
DDynamicLoader.cpp144 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
/external/llvm-project/lldb/source/API/
DSBModule.cpp368 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections()
384 SectionList *section_list = module_sp->GetSectionList(); in GetSectionAtIndex()
570 SectionList *section_list = module_sp->GetSectionList(); in FindSection()

123