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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp116 SectionData::iterator e_end; local
118 e_end = m_SectionData->end();
120 e_end = SectionData::iterator(m_pGOTFront);
122 while (entry != e_end) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp111 SectionData::iterator e_end; local
113 e_end = m_SectionData->end();
115 e_end = SectionData::iterator(m_pGOTFront);
117 while (entry != e_end) {

Completed in 74 milliseconds