Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp138 SectionData::iterator e_end; in applyGOTPLT() local
140 e_end = m_SectionData->end(); in applyGOTPLT()
142 e_end = SectionData::iterator(m_GOT.front); in applyGOTPLT()
144 while (entry != e_end) { in applyGOTPLT()