Home
last modified time | relevance | path

Searched refs:relocSectEnd (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h82 const_sect_iterator relocSectEnd() const { return m_RelocSections.end(); } in relocSectEnd() function
83 sect_iterator relocSectEnd() { return m_RelocSections.end(); } in relocSectEnd() function
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp140 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in setUpReachedSections()
358 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in stripSections()
DELFObjectReader.cpp317 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd(); in readRelocations()
DEhFrame.cpp188 re = ctx.relocSectEnd(); ri != re; ++ri) { in merge()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp129 ASSERT_TRUE(rs!=m_pInput->context()->relocSectEnd()); in TEST_F()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp550 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in scanRelocations()
747 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in relocation()
814 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in normalSyncRelocationResult()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp448 rsEnd = (*input)->context()->relocSectEnd(); in setUpReachedSectionsForGC()
617 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp725 rs != context->relocSectEnd(); ++rs) { in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp586 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2619 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in preLayout()