Searched refs:EntryListType (Results 1 – 4 of 4) sorted by relevance
67 typedef std::vector<ARMGOTEntry*> EntryListType; typedef68 typedef EntryListType::iterator entry_iterator;69 typedef EntryListType::const_iterator const_entry_iterator;76 EntryListType m_GOTPLT;79 EntryListType m_GOT;
79 typedef std::vector<AArch64GOTEntry*> EntryListType; typedef80 typedef EntryListType::iterator entry_iterator;81 typedef EntryListType::const_iterator const_entry_iterator;88 EntryListType m_GOTPLT;91 EntryListType m_GOT;
121 typedef std::vector<elf_dynamic::EntryIF*> EntryListType; typedef122 typedef EntryListType::iterator iterator;123 typedef EntryListType::const_iterator const_iterator;173 EntryListType m_EntryList;174 EntryListType m_NeedList;
54 EntryListType::iterator entry, entryEnd = m_EntryList.end(); in ~ELFDynamic()335 EntryListType::const_iterator entry, entryEnd = m_NeedList.end(); in emit()