Searched defs:ie (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h124 TargetRegistry::iterator target, ie = TargetRegistry::end(); local
125 for (target = TargetRegistry::begin(); target != ie; ++target) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp108 AArch64PLT::iterator ie = m_pSectionData->end(); local
109 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
122 while (it != ie) {
159 AArch64PLT::iterator ie = end(); local
160 while (it != ie) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp103 ARMPLT::iterator ie = m_pSectionData->end(); local
104 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
116 while (it != ie) {
151 ARMPLT::iterator ie = end(); local
152 while (it != ie) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp168 X86PLT::iterator ie = m_pSectionData->end(); local
169 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
186 while (it != ie) {
251 X86PLT::iterator ie = m_pSectionData->end(); local
252 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
273 while (it != ie) {
H A DX86LDBackend.cpp182 X86PLT::iterator ie = m_pPLT->end(); local
183 while (it != ie) {
477 for (X86_32GOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie;
500 for (X86_32GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end();
501 it != ie;
662 for (X86_64GOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie;
685 for (X86_64GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end();
686 it != ie;
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp127 HexagonPLT::iterator ie = m_pSectionData->end(); local
128 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
141 while (it != ie) {
180 HexagonPLT::iterator ie = end(); local
181 while (it != ie) {
H A DHexagonLDBackend.cpp159 HexagonPLT::iterator ie = m_pPLT->end(); local
160 while (it != ie) {
312 for (HexagonGOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie;
361 for (HexagonGOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end();
362 it != ie;
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp522 LinkerScript::Assignments::iterator it, ie = script.assignments().end(); local
524 for (it = script.assignments().begin(); it != ie; ++it) {
/frameworks/native/cmds/dumpstate/
H A Dutils.c725 struct inotify_event ie; local
726 read(ifd, &ie, sizeof(ie));
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 929 milliseconds