Home
last modified time | relevance | path

Searched refs:SectionList (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DSection.cpp311 #pragma mark SectionList
313 SectionList::SectionList () : in SectionList() function in SectionList
319 SectionList::~SectionList () in ~SectionList()
323 SectionList &
324 SectionList::operator = (const SectionList& rhs) in operator =()
332 SectionList::AddSection (const lldb::SectionSP& section_sp) in AddSection()
342 SectionList::DeleteSection (size_t idx) in DeleteSection()
353 SectionList::FindSectionIndex (const Section* sect) in FindSectionIndex()
370 SectionList::AddUniqueSection (const lldb::SectionSP& sect_sp) in AddUniqueSection()
381 SectionList::ReplaceSection (user_id_t sect_id, const lldb::SectionSP& sect_sp, uint32_t depth) in ReplaceSection()
[all …]
DDynamicLoader.cpp145 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon()
158 const SectionList *
161 SectionList *sections = nullptr; in GetSectionListFromModule()
DModule.cpp448 SectionList *section_list = GetSectionList(); in ResolveFileAddress()
1223 SectionList *
1236 SectionList *
1241 m_sections_ap.reset(new SectionList()); in GetUnifiedSectionList()
1357 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec()
1399 SectionList *sections = GetSectionList(); in IsLoadedInTarget()
DAddressRange.cpp25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) : in AddressRange()
DAddress.cpp222 Address::Address (addr_t address, const SectionList *section_list) : in Address()
241 Address::ResolveAddressUsingFileSections (addr_t file_addr, const SectionList *section_list) in ResolveAddressUsingFileSections()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DSection.h26 class SectionList
33 SectionList();
35 ~SectionList();
37 SectionList &
38 operator =(const SectionList& rhs);
145 SectionList&
151 const SectionList&
299 SectionList m_children; // Child sections
DModule.h700 virtual SectionList *
1092 …std::unique_ptr<lldb_private::SectionList> m_sections_ap; ///< Unified section list for module tha…
1151 SectionList *
DAddress.h156 Address (lldb::addr_t file_addr, const SectionList * section_list);
395 ResolveAddressUsingFileSections (lldb::addr_t addr, const SectionList *sections);
DAddressRange.h65 …AddressRange (lldb::addr_t file_addr, lldb::addr_t byte_size, const SectionList *section_list = NU…
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.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()
931 ObjectFileELF::CreateSections(SectionList &unified_section_list) in CreateSections()
935 m_sections_ap.reset(new SectionList()); in CreateSections()
1065 SectionList *elf_section_list = m_sections_ap.get(); in CreateSections()
1091 SectionList *section_list, in ParseSymbols()
1217 SectionList *module_section_list = module_sp->GetSectionList(); in ParseSymbols()
1268 SectionList *section_list = m_sections_ap.get(); in ParseSymbolTable()
[all …]
DELFHeader.h255 const lldb_private::SectionList *section_list);
278 const lldb_private::SectionList *section_list);
DObjectFileELF.h145 CreateSections (lldb_private::SectionList &unified_section_list);
292 lldb_private::SectionList *section_list,
DELFHeader.cpp277 const lldb_private::SectionList *section_list) in sectionIndexToCString()
304 const lldb_private::SectionList *section_list) in Dump()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DObjectFile.h351 virtual SectionList *
355 CreateSections (SectionList &unified_section_list) = 0;
791 std::unique_ptr<lldb_private::SectionList> m_sections_ap;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp140 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance()
141 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h148 typedef SmallVector<SectionEntry, 64> SectionList; typedef
149 SectionList Sections;
DRuntimeDyldELF.cpp555 SectionList::const_iterator it = Sections.begin(); in findPPC64TOC()
556 SectionList::const_iterator ite = Sections.end(); in findPPC64TOC()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBModule.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()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DDynamicLoader.h289 const lldb_private::SectionList *
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DMachO.h207 typedef SmallVector<const char*, 1> SectionList; typedef
208 SectionList Sections;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp117 SectionList *section_list = image_object_file->GetSectionList (); in LoadAllImagesAtFileAddresses()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DUnwindTable.cpp47 SectionList* sl = m_object_file.GetSectionList (); in Initialize()
DObjectFile.cpp613 SectionList *
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-forward.h184 class SectionList; variable
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectTarget.cpp1537 SectionList *section_list = module->GetSectionList(); in DumpModuleSections()
2888 SectionList *section_list = module->GetSectionList(); in DoExecute()

12