HomeSort by relevance Sort by last modified time
    Searched refs:EntryListType (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 139 typedef std::vector<elf_dynamic::EntryIF*> EntryListType;
140 typedef EntryListType::iterator iterator;
141 typedef EntryListType::const_iterator const_iterator;
189 EntryListType m_EntryList;
190 EntryListType m_NeedList;
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 57 EntryListType::iterator entry, entryEnd = m_EntryList.end();
347 EntryListType::const_iterator entry, entryEnd = m_NeedList.end();

Completed in 825 milliseconds