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

12

/external/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp144 SectionList *module_section_list = module_sp->GetSectionList();
145 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList();
/external/lldb/source/Symbol/
H A DSymbolFile.cpp38 module_obj_file->GetSectionList();
H A DUnwindTable.cpp47 SectionList* sl = m_object_file.GetSectionList ();
H A DDWARFCallFrameInfo.cpp83 range = AddressRange(fde_entry->base, fde_entry->size, m_objfile.GetSectionList());
425 AddressRange range (range_base, m_objfile.GetAddressByteSize(), m_objfile.GetSectionList());
H A DObjectFile.cpp612 ObjectFile::GetSectionList() function in class:ObjectFile
H A DSymtab.cpp977 SectionSP section_sp (m_objfile->GetSectionList()->FindSectionContainingFileAddress (entry.GetRangeBase()));
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp117 SectionList *section_list = image_object_file->GetSectionList ();
/external/lldb/source/API/
H A DSBModule.cpp409 SectionList *section_list = module_sp->GetSectionList();
425 SectionList *section_list = module_sp->GetSectionList ();
590 SectionList *section_list = module_sp->GetSectionList();
H A DSBTarget.cpp2507 SectionList *section_list = objfile->GetSectionList();
/external/lldb/include/lldb/Core/
H A DModule.h654 GetSectionList ();
/external/lldb/include/lldb/Symbol/
H A DObjectFile.h352 GetSectionList ();
/external/lldb/source/Core/
H A DValueObjectVariable.cpp212 Address so_addr(file_addr, objfile->GetSectionList());
H A DModule.cpp444 SectionList *section_list = GetSectionList();
1127 Module::GetSectionList() function in class:Module
1260 SectionList *section_list = GetSectionList();
1300 SectionList *sections = GetSectionList();
1407 SectionList *section_list = GetSectionList ();
H A DValue.cpp456 Address so_addr(address, objfile->GetSectionList());
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp315 SectionList *sections = module_sp->GetSectionList();
H A DAppleObjCRuntimeV2.cpp2190 SectionList *section_list = objc_module_sp->GetSectionList();
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp522 SectionList *section_list = GetSectionList();
562 SectionList *section_list = GetSectionList();
586 SectionList *section_list = GetSectionList();
1139 SectionList *module_section_list = module_sp->GetSectionList();
1232 SectionList *section_list = GetSectionList();
1458 SectionList *section_list = GetSectionList();
1523 SectionList *section_list = GetSectionList();
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp223 SectionList *section_list = core_objfile->GetSectionList();
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp454 SectionList *section_list = image_object_file->GetSectionList ();
559 SectionList *section_list = image_object_file->GetSectionList ();
847 SectionList *sections = objfile->GetSectionList();
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp215 SectionList *sections = obj_file->GetSectionList();
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp522 SectionList *sect_list = GetSectionList();
765 SectionList *sections = GetSectionList();
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp892 SectionList *ondisk_section_list = ondisk_object_file->GetSectionList ();
893 SectionList *memory_section_list = memory_object_file->GetSectionList ();
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1034 // was likely invokved from something like ObjectFile::GetSectionList()) -- all we can do
1052 // was likely invokved from something like ObjectFile::GetSectionList()) -- all we can do
1537 SectionList *section_list = GetSectionList();
3675 SectionList *sections = GetSectionList();
3890 SectionSP text_segment_sp = GetSectionList()->FindSectionByName(text_segment_name);
3912 if (!m_entry_point_address.ResolveAddressUsingFileSections (start_address, GetSectionList()))
3945 SectionList *section_list = GetSectionList();
4100 SectionList *section_list = GetSectionList();
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1487 Address so_addr(var_location.GetScalar().ULongLong(), var_sc.module_sp->GetSectionList());
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp546 const SectionList *section_list = module_sp->GetSectionList();
608 const SectionList *section_list = m_obj_file->GetSectionList();
709 const SectionList *section_list = module_sp->GetSectionList();
1059 func_range.GetBaseAddress().ResolveAddressUsingFileSections (lowest_func_addr, module_sp->GetSectionList());

Completed in 5274 milliseconds

12