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

  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 181 // by the counter. m_Idx is the counter indicating to the entry being applied.
182 size_t m_Idx;
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 36 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) {
85 assert(m_Idx < m_EntryList.size());
86 m_EntryList[m_Idx]->setValue(pTag, pValue);
87 ++m_Idx;

Completed in 324 milliseconds