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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp103 SectionData::iterator e_end; local
105 e_end = m_SectionData->end();
107 e_end = SectionData::iterator(m_pGOTFront);
109 while (entry != e_end) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp106 SectionData::iterator e_end; local
108 e_end = m_SectionData->end();
110 e_end = SectionData::iterator(m_pGOTFront);
112 while (entry != e_end) {

Completed in 67 milliseconds