Home
last modified time | relevance | path

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

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