Searched refs:EntryListType (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.h79 typedef std::vector<AArch64GOTEntry*> EntryListType; typedef in class:mcld::AArch64GOT
80 typedef EntryListType::iterator entry_iterator;
81 typedef EntryListType::const_iterator const_entry_iterator;
88 EntryListType m_GOTPLT;
91 EntryListType m_GOT;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h67 typedef std::vector<ARMGOTEntry*> EntryListType; typedef in class:mcld::ARMGOT
68 typedef EntryListType::iterator entry_iterator;
69 typedef EntryListType::const_iterator const_entry_iterator;
76 EntryListType m_GOTPLT;
79 EntryListType m_GOT;
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h121 typedef std::vector<elf_dynamic::EntryIF*> EntryListType; typedef in class:mcld::ELFDynamic
122 typedef EntryListType::iterator iterator;
123 typedef EntryListType::const_iterator const_iterator;
173 EntryListType m_EntryList;
174 EntryListType m_NeedList;
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp54 EntryListType::iterator entry, entryEnd = m_EntryList.end();
335 EntryListType::const_iterator entry, entryEnd = m_NeedList.end();

Completed in 2588 milliseconds