Home
last modified time | relevance | path

Searched refs:m_Idx (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp36 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) { in ELFDynamic()
92 assert(m_Idx < m_EntryList.size()); in applyOne()
93 m_EntryList[m_Idx]->setValue(pTag, pValue); in applyOne()
94 ++m_Idx; in applyOne()
/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h197 size_t m_Idx; variable