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

/frameworks/compile/mclinker/lib/LD/
H A DELFSegment.cpp43 for (const_sect_iterator it = begin(), ie = end(); it != ie; ++it) {
57 const_sect_iterator it = begin(), ie = end(); local
58 for (; it != ie; ++it) {
62 if (it == ie)
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp139 ARMPLT::iterator ie = m_SectionData->end(); local
140 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
154 while (it != ie) {
190 ARMPLT::iterator ie = end(); local
191 while (it != ie) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp336 LinkerScript::DefSymMap::const_entry_iterator ie = script.defSymMap().end(); local
338 for (it = script.defSymMap().begin(); it != ie; ++it) {
490 LinkerScript::DefSymMap::const_entry_iterator ie = script.defSymMap().end(); local
493 for (it = script.defSymMap().begin(); it != ie; ++it) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp156 HexagonPLT::iterator ie = m_SectionData->end(); local
157 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
171 while (it != ie) {
209 HexagonPLT::iterator ie = end(); local
210 while (it != ie) {
H A DHexagonLDBackend.cpp161 HexagonPLT::iterator ie = m_pPLT->end(); local
162 while (it != ie) {
332 ie = m_pGOT->end(); it != ie; ++it, ++buffer) {
383 ie = m_pGOTPLT->end(); it != ie; ++it, ++buffer) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp186 X86PLT::iterator ie = m_pPLT->end(); local
187 while (it != ie) {
418 ie = m_pGOT->end(); it != ie; ++it, ++buffer) {
441 ie = m_pGOTPLT->end(); it != ie; ++it, ++buffer) {
566 ie = m_pGOT->end(); it != ie; ++it, ++buffer) {
589 ie = m_pGOTPLT->end(); it != ie;
[all...]
H A DX86PLT.cpp207 X86PLT::iterator ie = m_SectionData->end(); local
208 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
225 while (it != ie) {
293 X86PLT::iterator ie = m_SectionData->end(); local
294 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
315 while (it != ie) {
/frameworks/native/cmds/dumpstate/
H A Dutils.c557 struct inotify_event ie; local
558 read(ifd, &ie, sizeof(ie));

Completed in 208 milliseconds