Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h81 const_sect_iterator relocSectEnd() const { return m_RelocSections.end(); } in relocSectEnd() function
82 sect_iterator relocSectEnd() { return m_RelocSections.end(); } in relocSectEnd() function
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp129 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in setUpReachedSections()
348 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in stripSections()
DELFObjectReader.cpp307 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd(); in readRelocations()
DEhFrame.cpp172 re = ctx.relocSectEnd(); in merge()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp124 ASSERT_TRUE(rs != m_pInput->context()->relocSectEnd()); in TEST_F()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp586 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in scanRelocations()
790 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in relocation()
874 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in normalSyncRelocationResult()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp563 rsEnd = (*input)->context()->relocSectEnd(); in setUpReachedSectionsForGC()
826 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp379 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp554 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp808 rs != context->relocSectEnd(); in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2519 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in preLayout()