Searched defs:ie (Results 1 - 4 of 4) sorted by path

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp189 ARMPLT::iterator ie = m_SectionData.end(); local
190 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
204 while (it != ie) {
241 ARMPLT::iterator ie = end(); local
243 while (it != ie) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp548 X86PLT::iterator ie = m_pPLT->end(); local
549 while (it != ie) {
567 ie = m_pGOT->end(); it != ie; ++it, ++buffer) {
584 ie = m_pGOTPLT->end(); it != ie; ++it, ++buffer) {
H A DX86PLT.cpp187 X86PLT::iterator ie = m_SectionData.end(); local
188 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
203 while (it != ie) {
/frameworks/native/cmds/dumpstate/
H A Dutils.c483 struct inotify_event ie; local
484 read(ifd, &ie, sizeof(ie));

Completed in 90 milliseconds