| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | Section.cpp | 311 #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 …]
|
| D | DynamicLoader.cpp | 145 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon() 158 const SectionList * 161 SectionList *sections = nullptr; in GetSectionListFromModule()
|
| D | Module.cpp | 448 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()
|
| D | AddressRange.cpp | 25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) : in AddressRange()
|
| D | Address.cpp | 222 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/ |
| D | Section.h | 26 class SectionList 33 SectionList(); 35 ~SectionList(); 37 SectionList & 38 operator =(const SectionList& rhs); 145 SectionList& 151 const SectionList& 299 SectionList m_children; // Child sections
|
| D | Module.h | 700 virtual SectionList * 1092 …std::unique_ptr<lldb_private::SectionList> m_sections_ap; ///< Unified section list for module tha… 1151 SectionList *
|
| D | Address.h | 156 Address (lldb::addr_t file_addr, const SectionList * section_list); 395 ResolveAddressUsingFileSections (lldb::addr_t addr, const SectionList *sections);
|
| D | AddressRange.h | 65 …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/ |
| D | ObjectFileELF.cpp | 475 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 …]
|
| D | ELFHeader.h | 255 const lldb_private::SectionList *section_list); 278 const lldb_private::SectionList *section_list);
|
| D | ObjectFileELF.h | 145 CreateSections (lldb_private::SectionList &unified_section_list); 292 lldb_private::SectionList *section_list,
|
| D | ELFHeader.cpp | 277 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/ |
| D | ObjectFile.h | 351 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/ |
| D | SymbolVendorELF.cpp | 140 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/ |
| D | RuntimeDyldImpl.h | 148 typedef SmallVector<SectionEntry, 64> SectionList; typedef 149 SectionList Sections;
|
| D | RuntimeDyldELF.cpp | 555 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/ |
| D | SBModule.cpp | 430 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/ |
| D | DynamicLoader.h | 289 const lldb_private::SectionList *
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Object/ |
| D | MachO.h | 207 typedef SmallVector<const char*, 1> SectionList; typedef 208 SectionList Sections;
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/ |
| D | DynamicLoaderStatic.cpp | 117 SectionList *section_list = image_object_file->GetSectionList (); in LoadAllImagesAtFileAddresses()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | UnwindTable.cpp | 47 SectionList* sl = m_object_file.GetSectionList (); in Initialize()
|
| D | ObjectFile.cpp | 613 SectionList *
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/ |
| D | lldb-forward.h | 184 class SectionList; variable
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/ |
| D | CommandObjectTarget.cpp | 1537 SectionList *section_list = module->GetSectionList(); in DumpModuleSections() 2888 SectionList *section_list = module->GetSectionList(); in DoExecute()
|