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

  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 56 EntryListType::iterator entry, entryEnd = m_EntryList.end();
57 for (entry = m_EntryList.begin(); entry != entryEnd; ++entry) {
71 return (m_NeedList.size() + m_EntryList.size());
87 m_EntryList.push_back(m_pEntryFactory->clone());
92 assert(m_Idx < m_EntryList.size());
93 m_EntryList[m_Idx]->setValue(pTag, pValue);
360 entryEnd = m_EntryList.end();
361 for (entry = m_EntryList.begin(); entry != entryEnd; ++entry)
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 188 EntryListType m_EntryList;

Completed in 5541 milliseconds