Searched refs:SectionList (Results 1 - 25 of 34) sorted by relevance

12

/external/lldb/source/Core/
H A DSection.cpp292 #pragma mark SectionList
294 SectionList::SectionList () : function in class:SectionList
300 SectionList::~SectionList ()
304 SectionList &
305 SectionList::operator = (const SectionList& rhs)
313 SectionList::AddSection (const lldb::SectionSP& section_sp)
323 SectionList
[all...]
H A DAddressRange.cpp25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) :
H A DModule.cpp444 SectionList *section_list = GetSectionList();
1126 SectionList *
1139 SectionList *
1144 m_sections_ap.reset(new SectionList());
1260 SectionList *section_list = GetSectionList();
1300 SectionList *sections = GetSectionList();
1407 SectionList *section_list = GetSectionList ();
/external/lldb/include/lldb/Core/
H A DSection.h26 class SectionList class in namespace:lldb_private
33 SectionList();
35 ~SectionList();
37 SectionList &
38 operator =(const SectionList& rhs);
145 SectionList&
151 const SectionList&
296 SectionList m_children; // Child sections
H A DAddressRange.h65 AddressRange (lldb::addr_t file_addr, lldb::addr_t byte_size, const SectionList *section_list = NULL);
H A DAddress.h156 Address (lldb::addr_t file_addr, const SectionList * section_list);
395 ResolveAddressUsingFileSections (lldb::addr_t addr, const SectionList *sections);
H A DModule.h653 virtual SectionList *
1003 std::unique_ptr<lldb_private::SectionList> m_sections_ap; ///< Unified section list for module that is used by the ObjectFile and and ObjectFile instances for the debug info
1062 SectionList *
/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/Plugins/ObjectFile/ELF/
H A DELFHeader.h255 const lldb_private::SectionList *section_list);
278 const lldb_private::SectionList *section_list);
H A DObjectFileELF.h109 CreateSections (lldb_private::SectionList &unified_section_list);
256 lldb_private::SectionList *section_list,
H A DObjectFileELF.cpp522 SectionList *section_list = GetSectionList();
562 SectionList *section_list = GetSectionList();
586 SectionList *section_list = GetSectionList();
853 ObjectFileELF::CreateSections(SectionList &unified_section_list)
857 m_sections_ap.reset(new SectionList());
987 SectionList *elf_section_list = m_sections_ap.get();
1013 SectionList *section_list,
1139 SectionList *module_section_list = module_sp->GetSectionList();
1190 SectionList *section_list = m_sections_ap.get();
1232 SectionList *section_lis
[all...]
H A DELFHeader.cpp277 const lldb_private::SectionList *section_list)
304 const lldb_private::SectionList *section_list)
/external/lldb/include/lldb/Symbol/
H A DObjectFile.h351 virtual SectionList *
355 CreateSections (SectionList &unified_section_list) = 0;
682 std::unique_ptr<lldb_private::SectionList> m_sections_ap;
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp117 SectionList *section_list = image_object_file->GetSectionList ();
/external/lldb/source/Symbol/
H A DUnwindTable.cpp47 SectionList* sl = m_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();
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h111 CreateSections (lldb_private::SectionList &unified_section_list);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h177 typedef SmallVector<SectionEntry, 64> SectionList; typedef in class:llvm::RuntimeDyldImpl
178 SectionList Sections;
/external/llvm/include/llvm/Object/
H A DMachO.h239 typedef SmallVector<const char *, 1> SectionList; typedef in class:llvm::object::MachOObjectFile
240 SectionList Sections;
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp315 SectionList *sections = module_sp->GetSectionList();
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp522 SectionList *sect_list = GetSectionList();
610 ObjectFilePECOFF::CreateSections (SectionList &unified_section_list)
614 m_sections_ap.reset(new SectionList());
765 SectionList *sections = GetSectionList();
H A DObjectFilePECOFF.h95 CreateSections (lldb_private::SectionList &unified_section_list);
/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();

Completed in 486 milliseconds

12