Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A 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
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp129 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in setUpReachedSections()
348 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in stripSections()
H A DELFObjectReader.cpp307 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd(); in readRelocations()
H A DEhFrame.cpp172 re = ctx.relocSectEnd(); in merge()
/aosp12/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp124 ASSERT_TRUE(rs != m_pInput->context()->relocSectEnd()); in TEST_F()
/aosp12/frameworks/compile/mclinker/lib/Object/
H A 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()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp563 rsEnd = (*input)->context()->relocSectEnd(); in setUpReachedSectionsForGC()
826 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp379 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp554 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp808 rs != context->relocSectEnd(); in doRelax()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2519 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in preLayout()