Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h78 const_sect_iterator relocSectBegin() const { return m_RelocSections.begin(); } in relocSectBegin() function
79 sect_iterator relocSectBegin() { return m_RelocSections.begin(); } in relocSectBegin() function
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp130 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in setUpReachedSections()
349 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in stripSections()
DELFObjectReader.cpp308 for (rs = pInput.context()->relocSectBegin(); rs != rsEnd; ++rs) { in readRelocations()
DEhFrame.cpp171 for (LDContext::const_sect_iterator ri = ctx.relocSectBegin(), in merge()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp123 LDContext::sect_iterator rs = m_pInput->context()->relocSectBegin(); in TEST_F()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp587 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in scanRelocations()
791 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in relocation()
875 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in normalSyncRelocationResult()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp564 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in setUpReachedSectionsForGC()
827 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in doRelax()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp380 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp555 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp807 for (LDContext::sect_iterator rs = context->relocSectBegin(); in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2520 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in preLayout()