Home
last modified time | relevance | path

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

/external/lldb/scripts/Python/interface/
DSBModule.i195 GetSectionAtIndex (size_t idx);
386 return self.sbmodule.GetSectionAtIndex(key)
389 section = self.sbmodule.GetSectionAtIndex(idx)
395 section = self.sbmodule.GetSectionAtIndex(idx)
455 self.sections_array.append(self.GetSectionAtIndex(idx))
/external/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp134 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx)); in LoadAllImagesAtFileAddresses()
/external/lldb/include/lldb/API/
DSBModule.h137 GetSectionAtIndex (size_t idx);
/external/lldb/test/python_api/module_section/
DTestModuleAndSection.py101 sec1 = exe_module.GetSectionAtIndex(1)
/external/lldb/source/Core/
DSection.cpp139 Section* child_section = m_children.GetSectionAtIndex (i).get(); in ResolveContainedAddress()
397 SectionList::GetSectionAtIndex (size_t idx) const in GetSectionAtIndex() function in SectionList
DModule.cpp1270 lldb::SectionSP section_sp (section_list->GetSectionAtIndex (idx - 1)); in SetSymbolFileFileSpec()
1306 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget()
1417 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx)); in SetLoadAddress()
/external/lldb/source/API/
DSBModule.cpp417 SBModule::GetSectionAtIndex (size_t idx) in GetSectionAtIndex() function in SBModule
428 sb_section.SetSP(section_list->GetSectionAtIndex (idx)); in GetSectionAtIndex()
DSBSection.cpp118 sb_section.SetSP (section_sp->GetChildren ().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
DSBTarget.cpp2514 SectionSP section_sp (section_list->GetSectionAtIndex(sect_idx)); in ClearModuleLoadAddress()
/external/lldb/include/lldb/Core/
DSection.h89 GetSectionAtIndex (size_t idx) const;
/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp291 const lldb_private::Section *section = section_list->GetSectionAtIndex(shndx).get(); in sectionIndexToCString()
DObjectFileELF.cpp1061 symbol_section_sp = section_list->GetSectionAtIndex(symbol_idx); in ParseSymbols()
/external/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp249 Section *section = section_list->GetSectionAtIndex (i).get(); in DoLoadCore()
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp221 SectionSP section_sp (sections->GetSectionAtIndex(i)); in UpdateLoadedSections()
/external/lldb/examples/darwin/heap_find/
Dheap.py884 section = module.GetSectionAtIndex(sect_idx)
/external/lldb/examples/summaries/cocoa/
Dobjc_runtime.py656 section = module.GetSectionAtIndex(idx)
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp582 … Address symbol_addr(sect_list->GetSectionAtIndex(symbol.sect-1), symbol.value); in GetSymtab()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp910 … SectionSP ondisk_section_sp(ondisk_section_list->GetSectionAtIndex(sect_idx)); in LoadImageUsingMemoryModule()
/external/lldb/www/python_reference/
Dapi-objects.txt3275 lldb.SBModule.GetSectionAtIndex lldb.SBModule-class.html#GetSectionAtIndex