HomeSort by relevance Sort by last modified time
    Searched refs:SectionList (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 28 typedef std::vector<LDSection*> SectionList;
29 typedef SectionList::iterator iterator;
30 typedef SectionList::const_iterator const_iterator;
31 typedef SectionList::reverse_iterator reverse_iterator;
32 typedef SectionList::const_reverse_iterator const_reverse_iterator;
123 SectionList m_SectionList;
  /external/lldb/source/Core/
Section.cpp 292 #pragma mark SectionList
294 SectionList::SectionList () :
300 SectionList::~SectionList ()
304 SectionList &
305 SectionList::operator = (const SectionList& rhs)
313 SectionList::AddSection (const lldb::SectionSP& section_sp)
323 SectionList::DeleteSection (size_t idx
    [all...]
AddressRange.cpp 25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) :
Module.cpp 444 SectionList *section_list = GetSectionList();
    [all...]
  /external/lldb/include/lldb/Core/
Section.h 26 class SectionList
33 SectionList();
35 ~SectionList();
37 SectionList &
38 operator =(const SectionList& rhs);
145 SectionList&
151 const SectionList&
296 SectionList m_children; // Child sections
AddressRange.h 65 AddressRange (lldb::addr_t file_addr, lldb::addr_t byte_size, const SectionList *section_list = NULL);
Address.h 156 Address (lldb::addr_t file_addr, const SectionList * section_list);
395 ResolveAddressUsingFileSections (lldb::addr_t addr, const SectionList *sections);
Module.h 653 virtual SectionList *
    [all...]
  /external/lldb/source/Plugins/SymbolVendor/ELF/
SymbolVendorELF.cpp 144 SectionList *module_section_list = module_sp->GetSectionList();
145 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList();
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.h 255 const lldb_private::SectionList *section_list);
278 const lldb_private::SectionList *section_list);
ObjectFileELF.h 109 CreateSections (lldb_private::SectionList &unified_section_list);
256 lldb_private::SectionList *section_list,
ObjectFileELF.cpp 522 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());
    [all...]
ELFHeader.cpp 277 const lldb_private::SectionList *section_list)
304 const lldb_private::SectionList *section_list)
  /external/lldb/include/lldb/Symbol/
ObjectFile.h 351 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/
DynamicLoaderStatic.cpp 117 SectionList *section_list = image_object_file->GetSectionList ();
  /external/lldb/source/Symbol/
UnwindTable.cpp 47 SectionList* sl = m_object_file.GetSectionList ();
  /external/lldb/source/API/
SBModule.cpp 409 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/
ObjectFileMachO.h 111 CreateSections (lldb_private::SectionList &unified_section_list);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 177 typedef SmallVector<SectionEntry, 64> SectionList;
178 SectionList Sections;
  /external/llvm/include/llvm/Object/
MachO.h 239 typedef SmallVector<const char *, 1> SectionList;
240 SectionList Sections;
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 315 SectionList *sections = module_sp->GetSectionList();
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.cpp 522 SectionList *sect_list = GetSectionList();
610 ObjectFilePECOFF::CreateSections (SectionList &unified_section_list)
614 m_sections_ap.reset(new SectionList());
    [all...]
ObjectFilePECOFF.h 95 CreateSections (lldb_private::SectionList &unified_section_list);
  /external/lldb/source/Plugins/Process/mach-core/
ProcessMachCore.cpp 223 SectionList *section_list = core_objfile->GetSectionList();
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 454 SectionList *section_list = image_object_file->GetSectionList ();
559 SectionList *section_list = image_object_file->GetSectionList ();
    [all...]

Completed in 855 milliseconds

1 2