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 46 EntryListType::iterator entry, entryEnd = m_EntryList.end();
47 for (entry = m_EntryList.begin(); entry != entryEnd; ++entry) {
61 return (m_NeedList.size() + m_EntryList.size());
77 m_EntryList.push_back(new elf_dynamic::Entry<32, true>());
82 assert(m_Idx < m_EntryList.size());
83 m_EntryList[m_Idx]->setValue(pTag, pValue);
307 entryEnd = m_EntryList.end();
308 for (entry = m_EntryList.begin(); entry != entryEnd; ++entry)
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 161 EntryListType m_EntryList;

Completed in 42 milliseconds