Searched refs:inEnd (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 148 Module::input_iterator input, inEnd = m_pModule->input_end(); in normalize() local 149 for (input = m_pModule->input_begin(); input != inEnd; ++input) { in normalize() 153 input, inEnd, m_pBuilder->getInputBuilder(), m_Config); in normalize() 290 inEnd = m_pModule->getInputTree().bfs_end(); in readRelocations() local 291 for (input = m_pModule->getInputTree().bfs_begin(); input != inEnd; ++input) { in readRelocations() 315 SectionMap::Output::iterator in, inBegin, inEnd; in mergeSections() local 317 inEnd = (*out)->end(); in mergeSections() 324 for (in = inBegin; in != inEnd; ++in) { in mergeSections() 412 SectionMap::Output::iterator in, inBegin, inEnd; in mergeSections() local 414 inEnd = (*out)->end(); in mergeSections() [all …]
|
D | SectionMap.cpp | 162 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end(); in ~SectionMap() local 163 for (in = inBegin; in != inEnd; ++in) { in ~SectionMap() 177 Output::const_iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end(); in find() local 178 for (in = inBegin; in != inEnd; ++in) { in find() 190 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end(); in find() local 191 for (in = inBegin; in != inEnd; ++in) { in find() 229 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end(); in insert() local 230 for (in = inBegin; in != inEnd; ++in) { in insert() 264 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end(); in insert() local 265 for (in = inBegin; in != inEnd; ++in) { in insert()
|
/frameworks/compile/mclinker/lib/LD/ |
D | GarbageCollection.cpp | 127 Module::obj_iterator input, inEnd = m_Module.obj_end(); in setUpReachedSections() local 128 for (input = m_Module.obj_begin(); input != inEnd; ++input) { in setUpReachedSections() 346 Module::obj_iterator input, inEnd = m_Module.obj_end(); in stripSections() local 347 for (input = m_Module.obj_begin(); input != inEnd; ++input) { in stripSections()
|
/frameworks/compile/mclinker/lib/Core/ |
D | Linker.cpp | 112 inEnd = pModule.getInputTree().dfs_end(); in normalize() local 113 for (input = pModule.getInputTree().dfs_begin(); input != inEnd; ++input) { in normalize()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 560 Module::const_obj_iterator input, inEnd = pModule.obj_end(); in setUpReachedSectionsForGC() local 561 for (input = pModule.obj_begin(); input != inEnd; ++input) { in setUpReachedSectionsForGC() 824 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax() local 825 for (input = pModule.obj_begin(); input != inEnd; ++input) { in doRelax()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 377 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax() local 378 for (input = pModule.obj_begin(); input != inEnd; ++input) { in doRelax()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 552 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax() local 553 for (input = pModule.obj_begin(); input != inEnd; ++input) { in doRelax()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 2252 inEnd = (*out)->end(); in setOutputSectionAddress() local 2253 in != inEnd; in setOutputSectionAddress() 2517 Module::obj_iterator input, inEnd = pModule.obj_end(); in preLayout() local 2518 for (input = pModule.obj_begin(); input != inEnd; ++input) { in preLayout()
|