Searched refs:relocSectBegin (Results 1 – 9 of 9) sorted by relevance
76 const_sect_iterator relocSectBegin() const { return m_RelocSections.begin(); } in relocSectBegin() function77 sect_iterator relocSectBegin() { return m_RelocSections.begin(); } in relocSectBegin() function
104 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in applyRelocations()153 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in normalSyncRelocationResult()
176 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in createRegularEdges()
131 LDContext::sect_iterator rs = m_pInput->context()->relocSectBegin(); in TEST_F()
307 for (rs = pInput.context()->relocSectBegin(); rs != rsEnd; ++rs) { in readRelocations()
379 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in scanRelocations()
526 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in doRelax()
577 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in doRelax()
2194 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in preLayout()