Home
last modified time | relevance | path

Searched refs:relocSectBegin (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h76 const_sect_iterator relocSectBegin() const { return m_RelocSections.begin(); } in relocSectBegin() function
77 sect_iterator relocSectBegin() { return m_RelocSections.begin(); } in relocSectBegin() function
/frameworks/compile/mclinker/lib/Fragment/
DFragmentLinker.cpp104 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in applyRelocations()
153 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in normalSyncRelocationResult()
DFragmentGraph.cpp176 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in createRegularEdges()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp131 LDContext::sect_iterator rs = m_pInput->context()->relocSectBegin(); in TEST_F()
/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp307 for (rs = pInput.context()->relocSectBegin(); rs != rsEnd; ++rs) { in readRelocations()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp379 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in scanRelocations()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp526 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp577 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2194 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in preLayout()