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

/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h149 TargetRegistry::iterator target, ie = TargetRegistry::end(); local
150 for (target = TargetRegistry::begin(); target != ie; ++target) {
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp278 GeneralOptions::const_script_iterator ii, ie = m_Config.options().script_end(); local
279 for (ii = m_Config.options().script_begin(); ii != ie; ++ii) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp111 AArch64PLT::iterator ie = m_pSectionData->end(); local
112 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
125 while (it != ie) {
162 AArch64PLT::iterator ie = end(); local
163 while (it != ie) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp109 ARMPLT::iterator ie = m_pSectionData->end(); local
110 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
124 while (it != ie) {
160 ARMPLT::iterator ie = end(); local
161 while (it != ie) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp139 HexagonPLT::iterator ie = m_pSectionData->end(); local
140 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
154 while (it != ie) {
192 HexagonPLT::iterator ie = end(); local
193 while (it != ie) {
H A DHexagonLDBackend.cpp167 HexagonPLT::iterator ie = m_pPLT->end(); local
168 while (it != ie) {
340 ie = m_pGOT->end(); it != ie; ++it, ++buffer) {
391 ie = m_pGOTPLT->end(); it != ie; ++it, ++buffer) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp186 X86PLT::iterator ie = m_pSectionData->end(); local
187 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
204 while (it != ie) {
272 X86PLT::iterator ie = m_pSectionData->end(); local
273 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
294 while (it != ie) {
H A DX86LDBackend.cpp193 X86PLT::iterator ie = m_pPLT->end(); local
194 while (it != ie) {
520 ie = m_pGOT->end(); it != ie; ++it, ++buffer) {
543 ie = m_pGOTPLT->end(); it != ie; ++it, ++buffer) {
720 ie = m_pGOT->end(); it != ie; ++it, ++buffer) {
744 ie = m_pGOTPLT->end(); it != ie;
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp484 LinkerScript::Assignments::iterator it, ie = script.assignments().end(); local
486 for (it = script.assignments().begin(); it != ie; ++it) {
/frameworks/native/cmds/dumpstate/
H A Dutils.c615 struct inotify_event ie; local
616 read(ifd, &ie, sizeof(ie));

Completed in 688 milliseconds