Home
last modified time | relevance | path

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

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