Lines Matching defs:input
100 Module::obj_iterator input, inEnd = m_Module.obj_end();
101 for (input = m_Module.obj_begin(); input != inEnd; ++input) {
102 m_Backend.getRelocator()->initializeApply(**input);
103 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
104 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
108 // 2. it has no reloc data. (All symbols in the input relocs are in the
118 m_Backend.getRelocator()->finalizeApply(**input);
150 Module::obj_iterator input, inEnd = m_Module.obj_end();
151 for (input = m_Module.obj_begin(); input != inEnd; ++input) {
152 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
153 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
157 // 2. it has no reloc data. (All symbols in the input relocs are in the